| Package | Description |
|---|---|
| org.acegisecurity.afterinvocation |
Used for post-processing of an object returned from a secure object invocation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAclProvider
DOCUMENT ME!
|
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
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
AclManager. |
class |
BasicAclEntryAfterInvocationProvider
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclManager. |
Copyright © 2021. All rights reserved.