org.jsecurity.authz.aop
Class AuthorizingMethodInterceptor
java.lang.Object
org.jsecurity.aop.MethodInterceptorSupport
org.jsecurity.authz.aop.AuthorizingMethodInterceptor
- All Implemented Interfaces:
- MethodInterceptor
- Direct Known Subclasses:
- AnnotationsAuthorizingMethodInterceptor
public abstract class AuthorizingMethodInterceptor
- extends MethodInterceptorSupport
- Since:
- 0.9
- Author:
- Les Hazlewood
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizingMethodInterceptor
public AuthorizingMethodInterceptor()
invoke
public Object invoke(MethodInvocation methodInvocation)
throws Throwable
- Throws:
Throwable
assertAuthorized
protected abstract void assertAuthorized(MethodInvocation methodInvocation)
throws AuthorizationException
- Throws:
AuthorizationException
Copyright © 2004-2008 JSecurity.