Interface JackrabbitAccessControlPolicy
- All Superinterfaces:
AccessControlPolicy
- All Known Subinterfaces:
CugPolicy
,JackrabbitAccessControlList
,PrincipalAccessControlList
- All Known Implementing Classes:
AbstractAccessControlList
,ImmutableACL
JackrabbitAccessControlPolicy
is an extension of the
AccessControlPolicy
that exposes the path of the Node to
which it can be applied using AccessControlManager.setPolicy(String, javax.jcr.security.AccessControlPolicy)
.-
Method Summary
-
Method Details
-
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.
-