default OAuth2Properties.Builder |
OAuth2Properties.Builder.authorizationCodeProperties(Consumer<AuthorizationCodeProperties.Builder> authorizationCodeProperties) |
The authorization code properties of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.authorizationCodeProperties(AuthorizationCodeProperties authorizationCodeProperties) |
The authorization code properties of the OAuth2 properties.
|
static OAuth2Properties.Builder |
OAuth2Properties.builder() |
|
default OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2ClientApplication(Consumer<OAuth2ClientApplication.Builder> oAuth2ClientApplication) |
The OAuth2 client application of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication) |
The OAuth2 client application of the OAuth2 properties.
|
default OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2Credentials(Consumer<GlueOAuth2Credentials.Builder> oAuth2Credentials) |
The OAuth2 credentials of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2Credentials(GlueOAuth2Credentials oAuth2Credentials) |
The OAuth2 credentials of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2GrantType(String oAuth2GrantType) |
The OAuth2 grant type of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2GrantType(OAuth2GrantType oAuth2GrantType) |
The OAuth2 grant type of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.toBuilder() |
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.tokenUrl(String tokenUrl) |
The OAuth2 token URL of the OAuth2 properties.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.tokenUrlParametersMap(Map<String,String> tokenUrlParametersMap) |
The OAuth2 token URL parameter map of the OAuth2 properties.
|