See: Description
| Interface | 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. |
| AuditableAccessControlEntry |
Represents an ACE that provides auditing information.
|
| AuditableAcl |
A mutable ACL that provides audit capabilities.
|
| MutableAcl |
A mutable Acl.
|
| MutableAclService |
Provides support for creating and storing
Acl instances. |
| OwnershipAcl |
A mutable ACL that provides ownership capabilities.
|
| Permission |
Represents a permission granted to a
Sid for a given domain object. |
| Class | Description |
|---|---|
| AclFormattingUtils |
Utility methods for displaying ACL information.
|
| Exception | Description |
|---|---|
| AlreadyExistsException |
Thrown if an
Acl entry already exists for the object. |
| ChildrenExistException |
Thrown if an
Acl cannot be deleted because children Acls exist. |
| IdentityUnavailableException |
Thrown if an ACL identity could not be extracted from an object.
|
| NotFoundException |
Thrown if an ACL-related object cannot be found.
|
| 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. |