Class DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl
java.lang.Object
com.atlassian.bamboo.deployments.projects.security.acegi.acls.objectidentity.DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl
- All Implemented Interfaces:
org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
public class DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl
extends Object
implements org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
This Object Identity Retrieval Strategy will return ObjectIdentity of DeploymentProject that contains Environment
identified with domainObject (which could be Environment instance or id)
-
Constructor Summary
ConstructorDescriptionDeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl
(DeploymentProjectDao deploymentProjectDao) -
Method Summary
Modifier and TypeMethodDescriptionorg.acegisecurity.acls.objectidentity.ObjectIdentity
getObjectIdentity
(Object domainObject)
-
Constructor Details
-
DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl
public DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl(DeploymentProjectDao deploymentProjectDao)
-
-
Method Details
-
getObjectIdentity
- Specified by:
getObjectIdentity
in interfaceorg.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
-