| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2PropertiesInput |
OAuth2PropertiesInput.addTokenUrlParametersMapEntry(String key,
String value)
Add a single TokenUrlParametersMap entry
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.clearTokenUrlParametersMapEntries()
Removes all the entries added into TokenUrlParametersMap.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.clone() |
OAuth2PropertiesInput |
AuthenticationConfigurationInput.getOAuth2Properties()
The properties for OAuth2 authentication in the CreateConnection request.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withAuthorizationCodeProperties(AuthorizationCodeProperties authorizationCodeProperties)
The set of properties required for the the OAuth2
AUTHORIZATION_CODE grant type. |
OAuth2PropertiesInput |
OAuth2PropertiesInput.withOAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication)
The client application type in the CreateConnection request.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth2 grant type in the CreateConnection request.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withOAuth2GrantType(String oAuth2GrantType)
The OAuth2 grant type in the CreateConnection request.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withTokenUrl(String tokenUrl)
The URL of the provider's authentication server, to exchange an authorization code for an access token.
|
OAuth2PropertiesInput |
OAuth2PropertiesInput.withTokenUrlParametersMap(Map<String,String> tokenUrlParametersMap)
A map of parameters that are added to the token
GET request. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationConfigurationInput.setOAuth2Properties(OAuth2PropertiesInput oAuth2Properties)
The properties for OAuth2 authentication in the CreateConnection request.
|
AuthenticationConfigurationInput |
AuthenticationConfigurationInput.withOAuth2Properties(OAuth2PropertiesInput oAuth2Properties)
The properties for OAuth2 authentication in the CreateConnection request.
|
Copyright © 2025. All rights reserved.