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 Summary
ConstructorDescriptionInterceptorStatusToken
(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.boolean
Deprecated.
-
Constructor Details
-
InterceptorStatusToken
public InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject) Deprecated.
-
-
Method Details
-
getAttributes
Deprecated. -
getSecurityContext
Deprecated. -
getSecureObject
Deprecated. -
isContextHolderRefreshRequired
public boolean isContextHolderRefreshRequired()Deprecated.
-
AuthorizationManager