Class ReadPolicy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the access control policy, which is JCR name and should be unique among the choices applicable to any particular node.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: NamedAccessControlPolicy
        Returns the name of the access control policy, which is JCR name and should be unique among the choices applicable to any particular node.
        Specified by:
        getName in interface NamedAccessControlPolicy
        Returns:
        the name of the access control policy. A JCR name.