Package org.apache.shiro.aspectj
Class AspectjAnnotationsAuthorizingMethodInterceptor
- java.lang.Object
-
- org.apache.shiro.aop.MethodInterceptorSupport
-
- org.apache.shiro.authz.aop.AuthorizingMethodInterceptor
-
- org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor
-
- org.apache.shiro.aspectj.AspectjAnnotationsAuthorizingMethodInterceptor
-
- All Implemented Interfaces:
org.apache.shiro.aop.MethodInterceptor
public class AspectjAnnotationsAuthorizingMethodInterceptor extends org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptorExtends the annotations authorizing method interceptor class hierarchie to adapt an aspectjJoinPointinto aMethodInvocationamd to perform the authorization of method invocations.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AspectjAnnotationsAuthorizingMethodInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)Performs the method interception of the before advice at the specified joint point.
-
-
-
Method Detail
-
performBeforeInterception
protected void performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint) throws ThrowablePerforms the method interception of the before advice at the specified joint point.- Parameters:
aJoinPoint- The joint point to intercept.- Throws:
Throwable- If an error occurs berforming the method invocation.
-
-