Package org.springframework.security.acls.afterinvocation
After-invocation providers for collection and array filtering. Consider using a
PostFilter annotation in preference.-
Class Summary Class Description AbstractAclProvider AbstractAfterInvocationProviderwhich provides commonly-used ACL-related services.AclEntryAfterInvocationCollectionFilteringProvider Given aCollectionof domain object instances returned from a secure object invocation, remove anyCollectionelements the principal does not have appropriate permission to access as defined by theAclService.AclEntryAfterInvocationProvider Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by theAclService.