Uses of Package
org.springframework.security.acls.model

Packages that use org.springframework.security.acls.model
org.springframework.security.acls   
org.springframework.security.acls.afterinvocation   
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.model Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
 

Classes in org.springframework.security.acls.model used by org.springframework.security.acls
AclService
          Provides retrieval of Acl instances.
ObjectIdentityGenerator
          Strategy which creates an ObjectIdentity from an object identifier (such as a primary key) and type information.
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
Permission
          Represents a permission granted to a Sid for a given domain object.
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 

Classes in org.springframework.security.acls.model used by org.springframework.security.acls.afterinvocation
AclService
          Provides retrieval of Acl instances.
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
Permission
          Represents a permission granted to a Sid for a given domain object.
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
 

Classes in org.springframework.security.acls.model 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.
AclCache
          A caching layer for JdbcAclService.
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.
ObjectIdentity
          Represents the identity of an individual domain object instance.
ObjectIdentityGenerator
          Strategy which creates an ObjectIdentity from an object identifier (such as a primary key) and type information.
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
OwnershipAcl
          A mutable ACL that provides ownership capabilities.
Permission
          Represents a permission granted to a Sid for a given domain object.
Sid
          A security identity recognised by the ACL system.
SidRetrievalStrategy
          Strategy interface that provides an ability to determine the Sid instances applicable for an Authentication.
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.model used by org.springframework.security.acls.jdbc
Acl
          Represents an access control list (ACL) for a domain object.
AclCache
          A caching layer for JdbcAclService.
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.
ObjectIdentity
          Represents the identity of an individual domain object instance.
Sid
          A security identity recognised by the ACL system.
 

Classes in org.springframework.security.acls.model used by org.springframework.security.acls.model
AccessControlEntry
          Represents an individual permission assignment within an Acl.
Acl
          Represents an access control list (ACL) for a domain object.
AclDataAccessException
          Abstract base class for Acl data operations.
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.
ObjectIdentity
          Represents the identity of an individual domain object instance.
Permission
          Represents a permission granted to a Sid for a given domain object.
Sid
          A security identity recognised by the ACL system.
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.
 



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