Uses of Class
org.acegisecurity.afterinvocation.AbstractAclProvider

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

Uses of AbstractAclProvider in org.acegisecurity.afterinvocation
 

Subclasses of AbstractAclProvider in org.acegisecurity.afterinvocation
 class AclEntryAfterInvocationCollectionFilteringProvider
          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 AclService.
 class AclEntryAfterInvocationProvider
          Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the AclService.
 



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