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

Packages that use InterceptorStatusToken
org.springframework.security.access.intercept Abstract level security interception classes which are responsible for enforcing the configured security constraints for a secure object. 
 

Uses of InterceptorStatusToken in org.springframework.security.access.intercept
 

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

Methods in org.springframework.security.access.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.
 



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