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(Object object) |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken token,
Object returnedObject)
Completes the work of the
AbstractSecurityInterceptor
after the secure object invocation has been complete |
Copyright © 2017. All rights reserved.