Class BasicCredentials

java.lang.Object
oracle.stellent.ridc.auth.impl.BasicCredentials
All Implemented Interfaces:
Credentials, Credentials.BasicCredentials

@Exported public class BasicCredentials extends Object implements Credentials.BasicCredentials
Credentials to use for Basic Auth requests.
  • Constructor Details

    • BasicCredentials

      @Deprecated public BasicCredentials(String userName, String password)
      Deprecated.
      The constructor with the username and password arguments.
      Parameters:
      userName - the user name
      password - the password
    • BasicCredentials

      public BasicCredentials(String userName, char[] password)
      The constructor with the username and password arguments.
      Parameters:
      userName - the user name
      password - the password
  • Method Details