Interface JackrabbitAccessControlPolicy
-
- All Superinterfaces:
AccessControlPolicy
- All Known Subinterfaces:
CugPolicy,JackrabbitAccessControlList,PrincipalAccessControlList
- All Known Implementing Classes:
AbstractAccessControlList,ImmutableACL
@ProviderType public interface JackrabbitAccessControlPolicy extends AccessControlPolicy
JackrabbitAccessControlPolicyis an extension of theAccessControlPolicythat exposes the path of the Node to which it can be applied usingAccessControlManager.setPolicy(String, javax.jcr.security.AccessControlPolicy).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable StringgetPath()Returns the path of the node this policy has been created for.
-
-
-
Method Detail
-
getPath
@Nullable @Nullable String getPath()
Returns the path of the node this policy has been created for.- Returns:
- the path of the node this policy has been created for.
-
-