Interface ParentIdentityRetrievalStrategy
- All Known Implementing Classes:
ParentIdentityRetrievalStrategyImpl
public interface ParentIdentityRetrievalStrategy
Strategy for locating parent ACL identities.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.acls.model.ObjectIdentitygetParentIdentity(Object domainObject) Obtain the parent ACL identity for the given ACL identity.