default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.apiKey(Consumer<ApiKeyCredentials.Builder> apiKey) |
The API keys required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.apiKey(ApiKeyCredentials apiKey) |
The API keys required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.authenticationType(String authenticationType) |
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.authenticationType(AuthenticationType authenticationType) |
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.basic(Consumer<BasicAuthCredentials.Builder> basic) |
The basic credentials that are required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.basic(BasicAuthCredentials basic) |
The basic credentials that are required for the authentication of the user.
|
static CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.builder() |
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.custom(Consumer<CustomAuthCredentials.Builder> custom) |
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.custom(CustomAuthCredentials custom) |
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.oauth2(Consumer<OAuth2Credentials.Builder> oauth2) |
The OAuth 2.0 credentials required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.oauth2(OAuth2Credentials oauth2) |
The OAuth 2.0 credentials required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.toBuilder() |
|