org.jsecurity.spring.security.interceptor
Class AopAllianceAnnotationsAuthorizingMethodInterceptor
java.lang.Object
org.jsecurity.aop.MethodInterceptorSupport
org.jsecurity.authz.aop.AuthorizingMethodInterceptor
org.jsecurity.authz.aop.AnnotationsAuthorizingMethodInterceptor
org.jsecurity.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, MethodInterceptor
public class AopAllianceAnnotationsAuthorizingMethodInterceptor
- extends AnnotationsAuthorizingMethodInterceptor
- implements org.aopalliance.intercept.MethodInterceptor
- Since:
- 0.2
- Author:
- Les Hazlewood
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AopAllianceAnnotationsAuthorizingMethodInterceptor
public AopAllianceAnnotationsAuthorizingMethodInterceptor()
createMethodInvocation
protected MethodInvocation createMethodInvocation(Object implSpecificMethodInvocation)
continueInvocation
protected Object continueInvocation(Object aopAllianceMethodInvocation)
throws Throwable
- Throws:
Throwable
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
- Throws:
Throwable
Copyright © 2004-2008 JSecurity.