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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.acls.model.ObjectIdentitygetParentIdentity(Object domainObject) Obtain the parent ACL identity for the given ACL identity.
-
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:ParentIdentityRetrievalStrategyObtain the parent ACL identity for the given ACL identity.- Specified by:
getParentIdentityin interfaceParentIdentityRetrievalStrategy- Returns:
- the parent ACL identity if it can be determined, null otherwise
-