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 String |
getEffectivePath()
Returns the path of target object where this entry will take effect.
|
getRestriction, getRestrictionNames, getRestrictions, isAllowgetPrincipal, getPrivileges@Nullable @Nullable 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 © 2004–2020 The Apache Software Foundation. All rights reserved.