Interface BasicAuthCredentials.Builder

  • Method Details

    • username

      The username to use to connect to a resource.

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

      The password to use to connect to a resource.

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