public class InterceptorStatusToken extends 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 securityContext,
boolean contextHolderRefreshRequired,
Collection<ConfigAttribute> attributes,
Object secureObject) |
Modifier and Type | Method and Description |
---|---|
Collection<ConfigAttribute> |
getAttributes() |
Object |
getSecureObject() |
SecurityContext |
getSecurityContext() |
boolean |
isContextHolderRefreshRequired() |
public InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject)
public Collection<ConfigAttribute> getAttributes()
public SecurityContext getSecurityContext()
public Object getSecureObject()
public boolean isContextHolderRefreshRequired()