| Package | Description |
|---|---|
| org.acegisecurity.acls |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
| org.acegisecurity.acls.domain |
Basic implementation of access control lists (ACLs) interfaces.
|
| org.acegisecurity.acls.jdbc |
JDBC-based persistence of ACL information.
|
| 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.
|
| Class and Description |
|---|
| AccessControlEntry
Represents an individual permission assignment within an
Acl. |
| Acl
Represents an access control list (ACL) for a domain object.
|
| AclService
Provides retrieval of
Acl instances. |
| AlreadyExistsException
Thrown if an
Acl entry already exists for the object. |
| ChildrenExistException
Thrown if an
Acl cannot be deleted because children Acls exist. |
| MutableAcl
A mutable
Acl. |
| NotFoundException
Thrown if an ACL-related object cannot be found.
|
| Permission
Represents a permission granted to a
Sid for a given domain object. |
| UnloadedSidException
Thrown if an
Acl cannot perform an operation because it only loaded a subset of Sids and
the caller has requested details for an unloaded Sid. |
| Class and Description |
|---|
| AccessControlEntry
Represents an individual permission assignment within an
Acl. |
| Acl
Represents an access control list (ACL) for a domain object.
|
| AuditableAccessControlEntry
Represents an ACE that provides auditing information.
|
| AuditableAcl
A mutable ACL that provides audit capabilities.
|
| MutableAcl
A mutable
Acl. |
| NotFoundException
Thrown if an ACL-related object cannot be found.
|
| OwnershipAcl
A mutable ACL that provides ownership capabilities.
|
| Permission
Represents a permission granted to a
Sid for a given domain object. |
| UnloadedSidException
Thrown if an
Acl cannot perform an operation because it only loaded a subset of Sids and
the caller has requested details for an unloaded Sid. |
| Class and Description |
|---|
| Acl
Represents an access control list (ACL) for a domain object.
|
| AclService
Provides retrieval of
Acl instances. |
| AlreadyExistsException
Thrown if an
Acl entry already exists for the object. |
| ChildrenExistException
Thrown if an
Acl cannot be deleted because children Acls exist. |
| MutableAcl
A mutable
Acl. |
| MutableAclService
Provides support for creating and storing
Acl instances. |
| NotFoundException
Thrown if an ACL-related object cannot be found.
|
| Class and Description |
|---|
| IdentityUnavailableException
Thrown if an ACL identity could not be extracted from an object.
|
| Class and Description |
|---|
| AclService
Provides retrieval of
Acl instances. |
| Permission
Represents a permission granted to a
Sid for a given domain object. |
| Class and Description |
|---|
| AclService
Provides retrieval of
Acl instances. |
| Permission
Represents a permission granted to a
Sid for a given domain object. |
Copyright © 2021. All rights reserved.