org.springframework.security.acls.objectidentity
Interface ObjectIdentityRetrievalStrategy

All Known Implementing Classes:
ObjectIdentityRetrievalStrategyImpl

public interface ObjectIdentityRetrievalStrategy

Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object

Version:
$Id: ObjectIdentityRetrievalStrategy.java 2142 2007-09-21 18:18:21Z luke_t $
Author:
Ben Alex

Method Summary
 ObjectIdentity getObjectIdentity(java.lang.Object domainObject)
           
 

Method Detail

getObjectIdentity

ObjectIdentity getObjectIdentity(java.lang.Object domainObject)