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 Summary
ConstructorDescriptionDeploymentVersionObjectIdentityRetrievalStrategyImpl
(DeploymentProjectDao deploymentProjectDao) -
Method Summary
Modifier and TypeMethodDescriptionorg.acegisecurity.acls.objectidentity.ObjectIdentity
getObjectIdentity
(Object domainObject)
-
Constructor Details
-
DeploymentVersionObjectIdentityRetrievalStrategyImpl
public DeploymentVersionObjectIdentityRetrievalStrategyImpl(DeploymentProjectDao deploymentProjectDao)
-
-
Method Details
-
getObjectIdentity
- Specified by:
getObjectIdentity
in interfaceorg.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
-