Spring Security Framework

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

Packages that use org.springframework.security.acls.objectidentity
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.objectidentity used by org.springframework.security.acls
ObjectIdentity
          Represents the identity of an individual domain object instance.
 

Classes in org.springframework.security.acls.objectidentity used by org.springframework.security.acls.domain
ObjectIdentity
          Represents the identity of an individual domain object instance.
 

Classes in org.springframework.security.acls.objectidentity used by org.springframework.security.acls.jdbc
ObjectIdentity
          Represents the identity of an individual domain object instance.
 

Classes in org.springframework.security.acls.objectidentity used by org.springframework.security.acls.objectidentity
ObjectIdentity
          Represents the identity of an individual domain object instance.
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
 

Classes in org.springframework.security.acls.objectidentity used by org.springframework.security.afterinvocation
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
 

Classes in org.springframework.security.acls.objectidentity used by org.springframework.security.vote
ObjectIdentityRetrievalStrategy
          Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
 


Spring Security Framework

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