Spring Security Framework

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$
Author:
Ben Alex

Method Summary
 ObjectIdentity getObjectIdentity(Object domainObject)
           
 

Method Detail

getObjectIdentity

ObjectIdentity getObjectIdentity(Object domainObject)

Spring Security Framework

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