Package | Description |
---|---|
org.acegisecurity.acl |
Enables retrieval of access control lists (ACLs) for domain object instances.
|
org.acegisecurity.acl.basic |
Access control list implementation based on integer bit masks.
|
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.
|
Class and Description |
---|
AclEntry
Marker interface representing an access control list entry associated with a
specific domain object instance.
|
AclManager
Obtains the
AclEntry instances that apply to a particular
domain object instance. |
Class and Description |
---|
AclEntry
Marker interface representing an access control list entry associated with a
specific domain object instance.
|
AclProvider
Indicates a class can process a given domain object instance and
authoritatively return the ACLs that apply.
|
Class and Description |
---|
AclManager
Obtains the
AclEntry instances that apply to a particular
domain object instance. |
Class and Description |
---|
AclManager
Obtains the
AclEntry instances that apply to a particular
domain object instance. |
Copyright © 2015. All rights reserved.