Spring Security Framework

Package org.springframework.security.afterinvocation

Used for post-processing of an object returned from a secure object invocation.

See:
          Description

Interface Summary
AfterInvocationProvider Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
 

Class Summary
AbstractAclProvider Abstract AfterInvocationProvider which provides commonly-used ACL-related services.
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.
AclEntryAfterInvocationProvider Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the AclService.
AfterInvocationProviderManager Provider-based implementation of AfterInvocationManager.
BasicAclEntryAfterInvocationCollectionFilteringProvider Deprecated. Use new spring-security-acl module instead
BasicAclEntryAfterInvocationProvider Deprecated. Use new spring-security-acl module instead
 

Package org.springframework.security.afterinvocation Description

Used for post-processing of an object returned from a secure object invocation.


Spring Security Framework

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