Package | Description |
---|---|
org.acegisecurity.acl |
Enables retrieval of access control lists (ACLs) for domain object instances.
|
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 |
AclProviderManager
Iterates through a list of
AclProvider s to locate the ACLs that apply to a given domain object instance. |
Modifier and Type | Method and Description |
---|---|
AclManager |
BasicAclEntryAfterInvocationCollectionFilteringProvider.getAclManager() |
AclManager |
BasicAclEntryAfterInvocationProvider.getAclManager() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAclEntryAfterInvocationCollectionFilteringProvider.setAclManager(AclManager aclManager) |
void |
BasicAclEntryAfterInvocationProvider.setAclManager(AclManager aclManager) |
Modifier and Type | Method and Description |
---|---|
AclManager |
BasicAclEntryVoter.getAclManager() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAclEntryVoter.setAclManager(AclManager aclManager) |
Copyright © 2017. All rights reserved.