Class ObjectIdentityRetrievalStrategyImpl
java.lang.Object
ubic.gemma.core.security.acl.ObjectIdentityRetrievalStrategyImpl
- All Implemented Interfaces:
org.springframework.security.acls.model.ObjectIdentityRetrievalStrategy
public class ObjectIdentityRetrievalStrategyImpl
extends Object
implements org.springframework.security.acls.model.ObjectIdentityRetrievalStrategy
Customized to know how to deal with SecureValueObject, makes it easier to share code in SecurityService; and doesn't
use the default ObjectIdentityImpl.
- Version:
- $Id: ValueObjectAwareIdentityRetrievalStrategyImpl.java,v 1.3 2013/09/14 16:56:02 paul Exp $
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.acls.model.ObjectIdentitygetObjectIdentity(Object domainObject)
-
Constructor Details
-
ObjectIdentityRetrievalStrategyImpl
public ObjectIdentityRetrievalStrategyImpl()
-
-
Method Details
-
getObjectIdentity
public org.springframework.security.acls.model.ObjectIdentity getObjectIdentity(Object domainObject) - Specified by:
getObjectIdentityin interfaceorg.springframework.security.acls.model.ObjectIdentityRetrievalStrategy
-