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

Author:
Ben Alex

Method Summary
 ObjectIdentity getObjectIdentity(Object domainObject)
           
 

Method Detail

getObjectIdentity

ObjectIdentity getObjectIdentity(Object domainObject)


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