Class 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 Detail

      • DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl

        public DeploymentProjectFromEnvironmentObjectIdentityRetrievalStrategyImpl​(DeploymentProjectDao deploymentProjectDao)
    • Method Detail

      • getObjectIdentity

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