Uses of Interface
org.acegisecurity.afterinvocation.AfterInvocationProvider

Packages that use AfterInvocationProvider
org.acegisecurity.afterinvocation Used for post-processing of an object returned from a secure object invocation. 
 

Uses of AfterInvocationProvider in org.acegisecurity.afterinvocation
 

Classes in org.acegisecurity.afterinvocation that implement AfterInvocationProvider
 class BasicAclEntryAfterInvocationCollectionFilteringProvider
           Given a Collection of domain object instances returned from a secure object invocation, remove any Collection elements the principal does not have appropriate permission to access as defined by the AclManager.
 class BasicAclEntryAfterInvocationProvider
           Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the AclManager.
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.