Package | Description |
---|---|
org.acegisecurity.intercept |
Actually enforces the security and ties the whole security system together.
|
Modifier and Type | Method and Description |
---|---|
protected InterceptorStatusToken |
AbstractSecurityInterceptor.beforeInvocation(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken token,
java.lang.Object returnedObject)
Completes the work of the
AbstractSecurityInterceptor
after the secure object invocation has been complete |
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.