Interface CustomAuthCredentials.Builder

    • Method Detail

      • customAuthenticationType

        CustomAuthCredentials.Builder customAuthenticationType​(String customAuthenticationType)

        The custom authentication type that the connector uses.

        Parameters:
        customAuthenticationType - The custom authentication type that the connector uses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialsMap

        CustomAuthCredentials.Builder credentialsMap​(Map<String,​String> credentialsMap)

        A map that holds custom authentication credentials.

        Parameters:
        credentialsMap - A map that holds custom authentication credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.