Uses of Class
com.sap.cloud.security.xsuaa.client.OAuth2ServiceException
Packages that use OAuth2ServiceException
-
Uses of OAuth2ServiceException in com.sap.cloud.security.xsuaa.client
Methods in com.sap.cloud.security.xsuaa.client that return OAuth2ServiceExceptionMethods in com.sap.cloud.security.xsuaa.client that throw OAuth2ServiceExceptionModifier and TypeMethodDescriptionprotected abstract OAuth2TokenResponseAbstractOAuth2TokenService.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 OAuth2TokenResponseDefaultOAuth2TokenService.requestAccessToken(URI tokenEndpointUri, HttpHeaders headers, Map<String, String> parameters) protected OAuth2TokenResponseXsuaaOAuth2TokenService.requestAccessToken(URI tokenEndpointUri, HttpHeaders headers, Map<String, String> parameters) AbstractOAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI tokenEndpointUri, ClientIdentity clientIdentity, String zoneId, String subdomain, Map<String, String> optionalParameters, boolean disableCacheForRequest) 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.AbstractOAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpoint, ClientIdentity clientIdentity, String token, String subdomain, Map<String, String> optionalParameters, boolean disableCacheForRequest) AbstractOAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpoint, ClientIdentity clientIdentity, String token, Map<String, String> optionalParameters, boolean disableCacheForRequest, String zoneId) OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpointUri, ClientIdentity clientIdentity, String token, String subdomain, Map<String, String> optionalParameters, boolean disableCacheForRequest) OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI tokenEndpointUri, ClientIdentity clientIdentity, String token, Map<String, String> optionalParameters, boolean disableCache, String xZid) AbstractOAuth2TokenService.retrieveAccessTokenViaPasswordGrant(URI tokenEndpoint, ClientIdentity clientIdentity, String username, String password, String subdomain, Map<String, String> optionalParameters, boolean disableCacheForRequest) 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.AbstractOAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI tokenEndpointUri, ClientIdentity clientIdentity, String refreshToken, String subdomain, boolean disableCacheForRequest) OAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI tokenEndpointUri, ClientIdentity clientIdentity, String refreshToken, String subdomain, boolean disableCacheForRequest) Requests access token from OAuth Server with refresh-token.DefaultOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) OidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) Requests an OpenID Provider Configuration Document from OAuth Server.SpringOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) DefaultOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri, Map<String, String> params) default StringOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri, String tenantId) Requests token web key set from Xsuaa OAuth Server.default StringOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri, String tenantId, String clientId) Deprecated.OAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri, Map<String, String> params) Retrieves the JWKS (JSON Web Key Set) from the OAuth2 Server.SpringOAuth2TokenKeyService.retrieveTokenKeys(URI tokenKeysEndpointUri, Map<String, String> params)
OAuth2TokenKeyService.retrieveTokenKeys(URI, Map)instead Requests token web key set from IAS OAuth Server.