Interface BasicAuthenticationCredentials.Builder

  • Method Details

    • password

      The password for a connection.

      Parameters:
      password - The password for a connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      The user name for the connecion.

      Parameters:
      userName - The user name for the connecion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.