Interface PrincipalAccessControlList.Entry

    • Method Detail

      • getEffectivePath

        @Nullable
        @Nullable java.lang.String getEffectivePath()
        Returns the path of target object where this entry will take effect. If effectivePath is an absolute path then the specified object is a Node. If it is null the object is the repository as a whole and the privileges in question are those that are not associated with any particular node.
        Returns:
        The effective absolute path of this entry or null.