protected abstract OAuth2TokenResponse |
AbstractOAuth2TokenService.requestAccessToken(URI tokenEndpointUri,
HttpHeaders headers,
Map<String,String> parameters) |
Implements the HTTP client specific logic to perform an HTTP request and
handle the response.
|
protected OAuth2TokenResponse |
DefaultOAuth2TokenService.requestAccessToken(URI tokenEndpointUri,
HttpHeaders headers,
Map<String,String> parameters) |
|
protected OAuth2TokenResponse |
XsuaaOAuth2TokenService.requestAccessToken(URI tokenEndpointUri,
HttpHeaders headers,
Map<String,String> parameters) |
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String zoneId,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String zoneId,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
Requests access token from OAuth Server with client credentials.
|
default OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String subdomain,
Map<String,String> optionalParameters) |
Deprecated.
|
default OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
Deprecated.
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpoint,
ClientIdentity clientIdentity,
String token,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpoint,
ClientIdentity clientIdentity,
String token,
Map<String,String> optionalParameters,
boolean disableCacheForRequest,
String zoneId) |
|
default OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String token,
String subdomain,
Map<String,String> optionalParameters) |
Deprecated.
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String token,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String token,
Map<String,String> optionalParameters,
boolean disableCache,
String xZid) |
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaPasswordGrant(URI tokenEndpoint,
ClientIdentity clientIdentity,
String username,
String password,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
|
default OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaPasswordGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String username,
String password,
String subdomain,
Map<String,String> optionalParameters) |
Deprecated.
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaPasswordGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String username,
String password,
String subdomain,
Map<String,String> optionalParameters,
boolean disableCacheForRequest) |
Requests access token from OAuth Server with user / password.
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String refreshToken,
String subdomain,
boolean disableCacheForRequest) |
|
default OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String refreshToken,
String subdomain) |
Deprecated.
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String refreshToken,
String subdomain,
boolean disableCacheForRequest) |
Requests access token from OAuth Server with refresh-token.
|
OAuth2TokenResponse |
AbstractOAuth2TokenService.retrieveAccessTokenViaUserTokenGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String token,
String subdomain,
Map<String,String> optionalParameters) |
|
OAuth2TokenResponse |
OAuth2TokenService.retrieveAccessTokenViaUserTokenGrant(URI tokenEndpointUri,
ClientIdentity clientIdentity,
String token,
String subdomain,
Map<String,String> optionalParameters) |
Deprecated.
|
OAuth2ServiceEndpointsProvider |
DefaultOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) |
|
OAuth2ServiceEndpointsProvider |
OidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) |
Requests an OpenID Provider Configuration Document from OAuth Server.
|
OAuth2ServiceEndpointsProvider |
SpringOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) |
|
String |
DefaultOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri,
String zoneId) |
|
default String |
OAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri) |
Deprecated.
|
String |
OAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri,
String zoneId) |
Requests token web key set from OAuth Server.
|
String |
SpringOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri,
String zoneId) |
|