Spring Security Framework

Package org.springframework.security.acls.objectidentity

Provides indirection between ACL packages and domain objects.

See:
          Description

Interface Summary
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
 

Class Summary
ObjectIdentityImpl Simple implementation of ObjectIdentity.
ObjectIdentityRetrievalStrategyImpl Basic implementation of ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity.
 

Package org.springframework.security.acls.objectidentity Description

Provides indirection between ACL packages and domain objects.


Spring Security Framework

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