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