Spring Security Framework

Uses of Class
org.springframework.security.intercept.InterceptorStatusToken

Packages that use InterceptorStatusToken
org.springframework.security.intercept Actually enforces the security and ties the whole security system together. 
 

Uses of InterceptorStatusToken in org.springframework.security.intercept
 

Methods in org.springframework.security.intercept that return InterceptorStatusToken
protected  InterceptorStatusToken AbstractSecurityInterceptor.beforeInvocation(Object object)
           
 

Methods in org.springframework.security.intercept with parameters of type InterceptorStatusToken
protected  Object AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken token, Object returnedObject)
          Completes the work of the AbstractSecurityInterceptor after the secure object invocation has been completed.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.