Class InterceptorStatusToken
- java.lang.Object
-
- org.springframework.security.access.intercept.InterceptorStatusToken
-
@Deprecated public class InterceptorStatusToken extends java.lang.Object
Deprecated.Use delegation withAuthorizationManager
A return object received byAbstractSecurityInterceptor
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
Constructors Constructor Description InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, java.util.Collection<ConfigAttribute> attributes, java.lang.Object secureObject)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<ConfigAttribute>
getAttributes()
Deprecated.java.lang.Object
getSecureObject()
Deprecated.SecurityContext
getSecurityContext()
Deprecated.boolean
isContextHolderRefreshRequired()
Deprecated.
-
-
-
Constructor Detail
-
InterceptorStatusToken
public InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, java.util.Collection<ConfigAttribute> attributes, java.lang.Object secureObject)
Deprecated.
-
-
Method Detail
-
getAttributes
public java.util.Collection<ConfigAttribute> getAttributes()
Deprecated.
-
getSecurityContext
public SecurityContext getSecurityContext()
Deprecated.
-
getSecureObject
public java.lang.Object getSecureObject()
Deprecated.
-
isContextHolderRefreshRequired
public boolean isContextHolderRefreshRequired()
Deprecated.
-
-