Interface JackrabbitAccessControlPolicy
-
- All Superinterfaces:
javax.jcr.security.AccessControlPolicy
- All Known Subinterfaces:
JackrabbitAccessControlList,PrincipalAccessControlList
@ProviderType public interface JackrabbitAccessControlPolicy extends javax.jcr.security.AccessControlPolicyJackrabbitAccessControlPolicyis 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.
-
-