Uses of Interface
org.acegisecurity.AfterInvocationManager

Packages that use AfterInvocationManager
org.acegisecurity.afterinvocation Used for post-processing of an object returned from a secure object invocation. 
org.acegisecurity.intercept Actually enforces the security and ties the whole security system together. 
 

Uses of AfterInvocationManager in org.acegisecurity.afterinvocation
 

Classes in org.acegisecurity.afterinvocation that implement AfterInvocationManager
 class AfterInvocationProviderManager
          Provider-based implementation of AfterInvocationManager.
 

Uses of AfterInvocationManager in org.acegisecurity.intercept
 

Methods in org.acegisecurity.intercept that return AfterInvocationManager
 AfterInvocationManager AbstractSecurityInterceptor.getAfterInvocationManager()
           
 

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



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