public class AspectjAnnotationsAuthorizingMethodInterceptor extends AnnotationsAuthorizingMethodInterceptor
JoinPoint into a MethodInvocation amd to perform the
authorization of method invocations.methodInterceptors| Constructor and Description |
|---|
AspectjAnnotationsAuthorizingMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
Performs the method interception of the before advice at the specified joint point.
|
assertAuthorized, getMethodInterceptors, setMethodInterceptorsinvokegetSubjectpublic AspectjAnnotationsAuthorizingMethodInterceptor()
protected void performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
throws Throwable
aJoinPoint - The joint point to intercept.Throwable - If an error occurs berforming the method invocation.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.