com.atlassian.bamboo.security.acegi.acls.objectidentity
Class IdentifierObjectIdentityRetrievalStrategyImpl

java.lang.Object
  extended by com.atlassian.bamboo.security.acegi.acls.objectidentity.IdentifierObjectIdentityRetrievalStrategyImpl
All Implemented Interfaces:
org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy

public class IdentifierObjectIdentityRetrievalStrategyImpl
extends java.lang.Object
implements org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy

Object Identity Retrieval Strategy that uses class and expects domainObject to be either instance of this class or Serializable id of domain object


Constructor Summary
IdentifierObjectIdentityRetrievalStrategyImpl(java.lang.Class<? extends BambooIdProvider> objectClass)
           
 
Method Summary
 org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentity(java.lang.Object domainObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierObjectIdentityRetrievalStrategyImpl

public IdentifierObjectIdentityRetrievalStrategyImpl(java.lang.Class<? extends BambooIdProvider> objectClass)
Method Detail

getObjectIdentity

public org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentity(java.lang.Object domainObject)
Specified by:
getObjectIdentity in interface org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.