|
Spring Security Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
AclFormattingUtils | Utility methods for displaying ACL information. |
Exception Summary | |
---|---|
AlreadyExistsException | Thrown if an Acl entry already exists for the object. |
ChildrenExistException | Thrown if an Acl cannot be deleted because children Acl s 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 Sid s and
the caller has requested details for an unloaded Sid . |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
Spring Security Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |