Class ClientPrincipal

    • Constructor Detail

      • ClientPrincipal

        public ClientPrincipal​(RemotePrincipal p)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getName

        public String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getName in interface Principal
      • getRemotePrincipal

        public final RemotePrincipal getRemotePrincipal()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the RemotePrincipal encapsulated in this instance.

        NOTE: This method is intended to only be used in the JCR RMI implementation to be able to "send back" remote principals to the server for implementation of the remote JCR API.

        Returns:
        the RemotePrincipal encapsulated in this instance.