Interface BasicAuthenticationCredentials.Builder

  • Method Details

    • username

      The username to connect to the data source.

      Parameters:
      username - The username to connect to the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      The password to connect to the data source.

      Parameters:
      password - The password to connect to the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.