Spring Security Framework

Uses of Interface
org.springframework.security.AfterInvocationManager

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

Uses of AfterInvocationManager in org.springframework.security.afterinvocation
 

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

Uses of AfterInvocationManager in org.springframework.security.intercept
 

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

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


Spring Security Framework

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