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(Authentication authentication,
boolean contextHolderRefreshRequired,
ConfigAttributeDefinition attr,
Object secureObject) |
Modifier and Type | Method and Description |
---|---|
ConfigAttributeDefinition |
getAttr() |
Authentication |
getAuthentication() |
Object |
getSecureObject() |
boolean |
isContextHolderRefreshRequired() |
public InterceptorStatusToken(Authentication authentication, boolean contextHolderRefreshRequired, ConfigAttributeDefinition attr, Object secureObject)
public ConfigAttributeDefinition getAttr()
public Authentication getAuthentication()
public Object getSecureObject()
public boolean isContextHolderRefreshRequired()
Copyright © 2004–2019 Interface21, Inc. All rights reserved.