Spring Security Framework

Uses of Class
org.springframework.security.afterinvocation.AbstractAclProvider

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

Uses of AbstractAclProvider in org.springframework.security.afterinvocation
 

Subclasses of AbstractAclProvider in org.springframework.security.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.
 


Spring Security Framework

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