Class InterceptorStatusToken
java.lang.Object
org.springframework.security.access.intercept.InterceptorStatusToken
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 Summary
ConstructorDescriptionInterceptorStatusToken
(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
InterceptorStatusToken
public InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject)
-
-
Method Details
-
getAttributes
-
getSecurityContext
-
getSecureObject
-
isContextHolderRefreshRequired
public boolean isContextHolderRefreshRequired()
-