Uses of Interface
org.springframework.security.access.intercept.AfterInvocationManager

Packages that use AfterInvocationManager
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 AfterInvocationManager in org.springframework.security.access.intercept
 

Classes in org.springframework.security.access.intercept that implement AfterInvocationManager
 class AfterInvocationProviderManager
          Provider-based implementation of AfterInvocationManager.
 

Methods in org.springframework.security.access.intercept that return AfterInvocationManager
 AfterInvocationManager AbstractSecurityInterceptor.getAfterInvocationManager()
           
 

Methods in org.springframework.security.access.intercept with parameters of type AfterInvocationManager
 void AbstractSecurityInterceptor.setAfterInvocationManager(AfterInvocationManager afterInvocationManager)
           
 



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