Spring Security Framework

Uses of Package
org.springframework.security.acls

Packages that use org.springframework.security.acls
org.springframework.security.acls Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
org.springframework.security.acls.objectidentity Provides indirection between ACL packages and domain objects. 
org.springframework.security.afterinvocation Used for post-processing of an object returned from a secure object invocation. 
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Classes in org.springframework.security.acls used by org.springframework.security.acls
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.
 

Classes in org.springframework.security.acls used by org.springframework.security.acls.domain
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.
 

Classes in org.springframework.security.acls used by org.springframework.security.acls.jdbc
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.
Permission
          Represents a permission granted to a Sid for a given domain object.
 

Classes in org.springframework.security.acls used by org.springframework.security.acls.objectidentity
IdentityUnavailableException
          Thrown if an ACL identity could not be extracted from an object.
 

Classes in org.springframework.security.acls used by org.springframework.security.afterinvocation
AclService
          Provides retrieval of Acl instances.
Permission
          Represents a permission granted to a Sid for a given domain object.
 

Classes in org.springframework.security.acls used by org.springframework.security.vote
AclService
          Provides retrieval of Acl instances.
Permission
          Represents a permission granted to a Sid for a given domain object.
 


Spring Security Framework

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