static AuthenticationConfig.Builder |
AuthenticationConfig.builder() |
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs) |
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(Consumer<CustomAuthConfig.Builder>... customAuthConfigs) |
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(CustomAuthConfig... customAuthConfigs) |
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isApiKeyAuthSupported(Boolean isApiKeyAuthSupported) |
Indicates whether API key authentication is supported by the connector
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isBasicAuthSupported(Boolean isBasicAuthSupported) |
Indicates whether basic authentication is supported by the connector.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isCustomAuthSupported(Boolean isCustomAuthSupported) |
Indicates whether custom authentication is supported by the connector
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isOAuth2Supported(Boolean isOAuth2Supported) |
Indicates whether OAuth 2.0 authentication is supported by the connector.
|
default AuthenticationConfig.Builder |
AuthenticationConfig.Builder.oAuth2Defaults(Consumer<OAuth2Defaults.Builder> oAuth2Defaults) |
Contains the default values required for OAuth 2.0 authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.oAuth2Defaults(OAuth2Defaults oAuth2Defaults) |
Contains the default values required for OAuth 2.0 authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.toBuilder() |
|