Class DeploymentVersionObjectIdentityRetrievalStrategyImpl

java.lang.Object
com.atlassian.bamboo.deployments.versions.security.acegi.acls.objectidentity.DeploymentVersionObjectIdentityRetrievalStrategyImpl
All Implemented Interfaces:
org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy

public class DeploymentVersionObjectIdentityRetrievalStrategyImpl extends Object implements org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
This Object Identity Retrieval Strategy will return ObjectIdentity of DeploymentProject that contains DeploymentVersion identified with domainObject (which could be DeploymentVersion instance or id)
  • Constructor Details

    • DeploymentVersionObjectIdentityRetrievalStrategyImpl

      public DeploymentVersionObjectIdentityRetrievalStrategyImpl(DeploymentProjectDao deploymentProjectDao)
  • Method Details

    • getObjectIdentity

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