Interface BasicAuthCredentials.Builder

    • Method Detail

      • username

        BasicAuthCredentials.Builder username​(String 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

        BasicAuthCredentials.Builder password​(String 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.