Class JcrSystemCredentialsProvider


  • public class JcrSystemCredentialsProvider
    extends Object
    A provider of the credentials for the JCR system user in Silverpeas. These credentials are used by the implementation of the Silverpeas JCR API to open a connection with the underlying JCR repository. A user wishing connecting himself the repository has to provide himself a simple credentials with the login and the associated password with which he uses to sign in Silverpeas.
    Author:
    mmoquillon
    • Method Detail

      • getJcrSystemCredentials

        public static final javax.jcr.SimpleCredentials getJcrSystemCredentials()
        Gets the credentials of the JCR system user in Silverpeas.
        Returns:
        the simple credentials corresponding to the JCR system user.