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