org.springframework.security.acls.model
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 3651 2009-05-11 05:20:09Z ltaylor $
Author:
Ben Alex

Method Summary
 ObjectIdentity getObjectIdentity(Object domainObject)
           
 

Method Detail

getObjectIdentity

ObjectIdentity getObjectIdentity(Object domainObject)


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