Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.intercept
Class InterceptorStatusToken  view InterceptorStatusToken download InterceptorStatusToken.java

java.lang.Object
  extended byorg.acegisecurity.intercept.InterceptorStatusToken

public class InterceptorStatusToken
extends java.lang.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) 55 can tidy up correctly.

Version:
$Id: InterceptorStatusToken.java,v 1.3 2005/11/17 00:55:51 benalex Exp $

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

Field Detail

authentication

private org.acegisecurity.Authentication authentication

attr

private ConfigAttributeDefinition attr

secureObject

private java.lang.Object secureObject

contextHolderRefreshRequired

private boolean contextHolderRefreshRequired
Constructor Detail

InterceptorStatusToken

public InterceptorStatusToken(org.acegisecurity.Authentication authentication,
                              boolean contextHolderRefreshRequired,
                              ConfigAttributeDefinition attr,
                              java.lang.Object secureObject)

InterceptorStatusToken

protected InterceptorStatusToken()
Method Detail

getAttr

public ConfigAttributeDefinition getAttr()

getAuthentication

public org.acegisecurity.Authentication getAuthentication()

isContextHolderRefreshRequired

public boolean isContextHolderRefreshRequired()

getSecureObject

public java.lang.Object getSecureObject()