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:
- MethodInterceptor
public class AspectjAnnotationsAuthorizingMethodInterceptor
- extends AnnotationsAuthorizingMethodInterceptor
Extends the annotations authorizing method interceptor class hierarchie to adapt
an aspectj JoinPoint into a MethodInvocation amd to perform the
authorization of method invocations.
- Since:
- 1.0
|
Method Summary |
protected void |
performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
Performs the method interception of the before advice at the specified joint point. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectjAnnotationsAuthorizingMethodInterceptor
public AspectjAnnotationsAuthorizingMethodInterceptor()
performBeforeInterception
protected void performBeforeInterception(org.aspectj.lang.JoinPoint aJoinPoint)
throws Throwable
- Performs 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.
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.