public class

InterceptorStatusToken

extends Object
java.lang.Object
   ↳ org.springframework.security.access.intercept.InterceptorStatusToken

Class Overview

A return object received by AbstractSecurityInterceptor subclasses.

This class reflects the status of the security interception, so that the final call to afterInvocation(InterceptorStatusToken, Object) can tidy up correctly.

Summary

Public Constructors
InterceptorStatusToken(SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject)
Public Methods
Collection<ConfigAttribute> getAttributes()
Object getSecureObject()
SecurityContext getSecurityContext()
boolean isContextHolderRefreshRequired()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InterceptorStatusToken (SecurityContext securityContext, boolean contextHolderRefreshRequired, Collection<ConfigAttribute> attributes, Object secureObject)

Public Methods

public Collection<ConfigAttribute> getAttributes ()

public Object getSecureObject ()

public SecurityContext getSecurityContext ()

public boolean isContextHolderRefreshRequired ()