Interface ParentIdentityRetrievalStrategy

All Known Implementing Classes:
ParentIdentityRetrievalStrategyImpl

public interface ParentIdentityRetrievalStrategy
Strategy for locating parent ACL identities.
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.acls.model.ObjectIdentity
    getParentIdentity(Object domainObject)
    Obtain the parent ACL identity for the given ACL identity.
  • Method Details

    • getParentIdentity

      @Nullable org.springframework.security.acls.model.ObjectIdentity getParentIdentity(Object domainObject)
      Obtain the parent ACL identity for the given ACL identity.
      Returns:
      the parent ACL identity if it can be determined, null otherwise