Class InterceptorStatusToken
java.lang.Object
org.springframework.security.access.intercept.InterceptorStatusToken
Deprecated.
A return object received by 
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 SummaryConstructorsConstructorDescriptionInterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.booleanDeprecated.
- 
Constructor Details- 
InterceptorStatusTokenpublic InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject) Deprecated.
 
- 
- 
Method Details- 
getAttributesDeprecated.
- 
getSecurityContextDeprecated.
- 
getSecureObjectDeprecated.
- 
isContextHolderRefreshRequiredpublic boolean isContextHolderRefreshRequired()Deprecated.
 
- 
AuthorizationManager