Interface UsernamePassword.Builder

  • Method Details

    • password

      UsernamePassword.Builder password(String password)

      The password of a connection.

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

      UsernamePassword.Builder username(String username)

      The username of a connection.

      Parameters:
      username - The username of a connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.