Interface JackrabbitAccessControlPolicy

All Superinterfaces:
AccessControlPolicy
All Known Subinterfaces:
CugPolicy, JackrabbitAccessControlList, PrincipalAccessControlList
All Known Implementing Classes:
AbstractAccessControlList, ImmutableACL

@ProviderType public interface JackrabbitAccessControlPolicy extends AccessControlPolicy
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

    Modifier and Type
    Method
    Description
    @Nullable String
    Returns the path of the node this policy has been created for.
  • Method Details

    • 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.