Spring Security Framework

org.springframework.security.acls.objectidentity
Class ObjectIdentityRetrievalStrategyImpl

java.lang.Object
  extended by org.springframework.security.acls.objectidentity.ObjectIdentityRetrievalStrategyImpl
All Implemented Interfaces:
ObjectIdentityRetrievalStrategy

public class ObjectIdentityRetrievalStrategyImpl
extends Object
implements ObjectIdentityRetrievalStrategy

Basic implementation of ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity.

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

Constructor Summary
ObjectIdentityRetrievalStrategyImpl()
           
 
Method Summary
 ObjectIdentity getObjectIdentity(Object domainObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdentityRetrievalStrategyImpl

public ObjectIdentityRetrievalStrategyImpl()
Method Detail

getObjectIdentity

public ObjectIdentity getObjectIdentity(Object domainObject)
Specified by:
getObjectIdentity in interface ObjectIdentityRetrievalStrategy

Spring Security Framework

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