@Value.Immutable
public interface AuthenticationConfig
| Modifier and Type | Method and Description |
|---|---|
List<CustomAuthConfig> |
customAuthConfig()
Configuration for custom Authentication defined by the connector.
|
Boolean |
isApiKeyAuthSupported()
Specifies if the ApiKey Auth is supported by connector.
|
Boolean |
isBasicAuthSupported()
Specifies if the Basic Auth is supported by connector.
|
Boolean |
isCustomAuthSupported()
Specifies if the Custom Authentication is supported by connector.
|
Boolean |
isOAuth2Supported()
Specifies if the OAuth2 is supported by connector.
|
OAuth2Defaults |
oAuth2Defaults()
OAuth2 default values provided by the connector.
|
@Nullable Boolean isBasicAuthSupported()
@Nullable Boolean isApiKeyAuthSupported()
@Nullable Boolean isOAuth2Supported()
@Nullable Boolean isCustomAuthSupported()
@Nullable OAuth2Defaults oAuth2Defaults()
@Nullable List<CustomAuthConfig> customAuthConfig()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.