Spring Security Framework

Package org.springframework.security.acls

Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.

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 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.
 

Package org.springframework.security.acls Description

Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.