ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.authenticationTypes(Collection<AuthenticationType> authenticationTypes) |
A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom
authentication methods.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.authenticationTypes(AuthenticationType... authenticationTypes) |
A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom
authentication methods.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.authenticationTypesWithStrings(String... authenticationTypes) |
A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom
authentication methods.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.authenticationTypesWithStrings(Collection<String> authenticationTypes) |
A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom
authentication methods.
|
default ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.basicAuthenticationProperties(Consumer<BasicAuthenticationProperties.Builder> basicAuthenticationProperties) |
Sets the value of the BasicAuthenticationProperties property for this object.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.basicAuthenticationProperties(BasicAuthenticationProperties basicAuthenticationProperties) |
Sets the value of the BasicAuthenticationProperties property for this object.
|
static ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.builder() |
|
default ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.customAuthenticationProperties(Consumer<CustomAuthenticationProperties.Builder> customAuthenticationProperties) |
Sets the value of the CustomAuthenticationProperties property for this object.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.customAuthenticationProperties(CustomAuthenticationProperties customAuthenticationProperties) |
Sets the value of the CustomAuthenticationProperties property for this object.
|
default ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.oAuth2Properties(Consumer<ConnectorOAuth2Properties.Builder> oAuth2Properties) |
Sets the value of the OAuth2Properties property for this object.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.Builder.oAuth2Properties(ConnectorOAuth2Properties oAuth2Properties) |
Sets the value of the OAuth2Properties property for this object.
|
ConnectorAuthenticationConfiguration.Builder |
ConnectorAuthenticationConfiguration.toBuilder() |
|