org.acegisecurity.intercept
Class InterceptorStatusToken

java.lang.Object
  extended by org.acegisecurity.intercept.InterceptorStatusToken

public class InterceptorStatusToken
extends Object

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.

Version:
$Id: InterceptorStatusToken.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex

Constructor Summary
InterceptorStatusToken(Authentication authentication, boolean contextHolderRefreshRequired, ConfigAttributeDefinition attr, Object secureObject)
           
 
Method Summary
 ConfigAttributeDefinition getAttr()
           
 Authentication getAuthentication()
           
 Object getSecureObject()
           
 boolean isContextHolderRefreshRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorStatusToken

public InterceptorStatusToken(Authentication authentication,
                              boolean contextHolderRefreshRequired,
                              ConfigAttributeDefinition attr,
                              Object secureObject)
Method Detail

getAttr

public ConfigAttributeDefinition getAttr()

getAuthentication

public Authentication getAuthentication()

getSecureObject

public Object getSecureObject()

isContextHolderRefreshRequired

public boolean isContextHolderRefreshRequired()


Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.