Package | Description |
---|---|
org.springframework.security.access.intercept |
Abstract level security interception classes which are responsible for enforcing the
configured security constraints for a secure object.
|
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
completed.
|
protected void |
AbstractSecurityInterceptor.finallyInvocation(InterceptorStatusToken token)
Cleans up the work of the AbstractSecurityInterceptor after the secure object invocation has been
completed.
|
Copyright © 2015. All rights reserved.