org.springframework.security.acls.objectidentity
Class ObjectIdentityRetrievalStrategyImpl
java.lang.Object
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$
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIdentityRetrievalStrategyImpl
public ObjectIdentityRetrievalStrategyImpl()
getObjectIdentity
public ObjectIdentity getObjectIdentity(Object domainObject)
- Specified by:
getObjectIdentity
in interface ObjectIdentityRetrievalStrategy
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.