| Package | Description |
|---|---|
| org.acegisecurity.acls.objectidentity |
Provides indirection between ACL packages and domain objects.
|
| org.acegisecurity.afterinvocation |
Used for post-processing of an object returned from a secure object invocation.
|
| org.acegisecurity.vote |
Implements a vote-based approach to authorization decisions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectIdentityRetrievalStrategyImpl
Basic implementation of
ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAclProvider.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AclEntryVoter.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy) |
Copyright © 2021. All rights reserved.