public class InterceptorStatusToken
extends java.lang.Object
AbstractSecurityInterceptor
subclasses.
This class reflects the status of the security interception, so that the final call to
AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken, Object)
can tidy up correctly.
Constructor and Description |
---|
InterceptorStatusToken(SecurityContext context,
boolean contextHolderRefreshRequired,
ConfigAttributeDefinition attr,
java.lang.Object secureObject) |
Modifier and Type | Method and Description |
---|---|
ConfigAttributeDefinition |
getAttr() |
java.lang.Object |
getSecureObject() |
SecurityContext |
getSecurityContext() |
boolean |
isContextHolderRefreshRequired() |
public InterceptorStatusToken(SecurityContext context, boolean contextHolderRefreshRequired, ConfigAttributeDefinition attr, java.lang.Object secureObject)
public ConfigAttributeDefinition getAttr()
public SecurityContext getSecurityContext()
public java.lang.Object getSecureObject()
public boolean isContextHolderRefreshRequired()