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

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

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-2009 SpringSource, Inc. All Rights Reserved.