Interface BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>

    • Method Detail

      • withBasicAuthCredentials

        B withBasicAuthCredentials​(java.lang.String aUserName,
                                   java.lang.String aSecret)
        Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
        Parameters:
        aUserName - The user name to be stored by the BasicAuthCredentials property.
        aSecret - The password to be stored by the BasicAuthCredentials property.
        Returns:
        The builder for applying multiple build operations.