Interface BasicAuthenticationCredentials.Builder

    • Method Detail

      • password

        BasicAuthenticationCredentials.Builder password​(String password)

        The password for a connection.

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

        BasicAuthenticationCredentials.Builder userName​(String userName)

        The user name for the connecion.

        Parameters:
        userName - The user name for the connecion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.