public static interface PrincipalAccessControlList.Entry extends JackrabbitAccessControlEntry
JackrabbitAccessControlEntry
that additionally defines the target object where this entry
will take effect. Due to the fact that the enclosing policy is itself bound to a principal calling
AccessControlEntry.getPrincipal()
is equivalent to PrincipalAccessControlList.getPrincipal()
.Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.String |
getEffectivePath()
Returns the path of target object where this entry will take effect.
|
getRestriction, getRestrictionNames, getRestrictions, isAllow
getPrincipal, getPrivileges
@Nullable @Nullable java.lang.String getEffectivePath()
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.null
.Copyright © 2010 - 2023 Adobe. All Rights Reserved