Interface CustomAuthenticationProperties.Builder

    • Method Detail

      • authenticationParameters

        CustomAuthenticationProperties.Builder authenticationParameters​(Collection<ConnectorProperty> authenticationParameters)

        A map of custom authentication parameters that define the specific authentication mechanism and required properties.

        Parameters:
        authenticationParameters - A map of custom authentication parameters that define the specific authentication mechanism and required properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authenticationParameters

        CustomAuthenticationProperties.Builder authenticationParameters​(ConnectorProperty... authenticationParameters)

        A map of custom authentication parameters that define the specific authentication mechanism and required properties.

        Parameters:
        authenticationParameters - A map of custom authentication parameters that define the specific authentication mechanism and required properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.