Interface BasicAuthenticationCredentials.Builder

    • Method Detail

      • username

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

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