Class ParentIdentityRetrievalStrategyImpl

java.lang.Object
ubic.gemma.core.security.authorization.acl.ParentIdentityRetrievalStrategyImpl
All Implemented Interfaces:
ParentIdentityRetrievalStrategy

@Service public class ParentIdentityRetrievalStrategyImpl extends Object implements ParentIdentityRetrievalStrategy
Use domain-specific logic to resolve parent ACL identities.
Author:
poirigui
  • Constructor Details

    • ParentIdentityRetrievalStrategyImpl

      public ParentIdentityRetrievalStrategyImpl()
  • Method Details

    • getParentIdentity

      @Transactional(readOnly=true) public org.springframework.security.acls.model.ObjectIdentity getParentIdentity(Object domainObject)
      Description copied from interface: ParentIdentityRetrievalStrategy
      Obtain the parent ACL identity for the given ACL identity.
      Specified by:
      getParentIdentity in interface ParentIdentityRetrievalStrategy
      Returns:
      the parent ACL identity if it can be determined, null otherwise