|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AfterInvocationProvider | |
---|---|
org.springframework.security.afterinvocation | Used for post-processing of an object returned from a secure object invocation. |
Uses of AfterInvocationProvider in org.springframework.security.afterinvocation |
---|
Classes in org.springframework.security.afterinvocation that implement AfterInvocationProvider | |
---|---|
class |
AbstractAclProvider
Abstract AfterInvocationProvider which provides commonly-used ACL-related services. |
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 . |
class |
BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated. Use new spring-security-acl module instead |
class |
BasicAclEntryAfterInvocationProvider
Deprecated. Use new spring-security-acl module instead |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |