Interface CustomAuthConfig.Builder

    • Method Detail

      • customAuthenticationType

        CustomAuthConfig.Builder customAuthenticationType​(String customAuthenticationType)

        The authentication type that the custom connector uses.

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

        CustomAuthConfig.Builder authParameters​(Collection<AuthParameter> authParameters)

        Information about authentication parameters required for authentication.

        Parameters:
        authParameters - Information about authentication parameters required for authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authParameters

        CustomAuthConfig.Builder authParameters​(AuthParameter... authParameters)

        Information about authentication parameters required for authentication.

        Parameters:
        authParameters - Information about authentication parameters required for authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.