Interface JackrabbitAccessControlPolicy

  • All Superinterfaces:
    javax.jcr.security.AccessControlPolicy
    All Known Subinterfaces:
    JackrabbitAccessControlList, PrincipalAccessControlList

    @ProviderType
    public interface JackrabbitAccessControlPolicy
    extends javax.jcr.security.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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable java.lang.String getPath()
      Returns the path of the node this policy has been created for.
    • Method Detail

      • getPath

        @Nullable
        @Nullable java.lang.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.