| Interface | Description |
|---|---|
| OAuth2ServiceEndpointsProvider | |
| OAuth2TokenKeyService |
Service that targets Identity service (xsuaa and identity) to request Json
Web Keys.
|
| OAuth2TokenService |
Retrieves OAuth2 Access Tokens as documented on
Cloud Foundry UAA.
Note that the XSUAA API might differ slightly from these specs which is why not all parameters from the Cloud Foundry UAA documentation are configurable via this library. |
| OidcConfigurationService |
| Class | Description |
|---|---|
| AbstractOAuth2TokenService | |
| ClientCredentials | Deprecated |
| DefaultOAuth2TokenKeyService | |
| DefaultOAuth2TokenService | |
| DefaultOidcConfigurationService |
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationRequest
|
| OAuth2ServiceException.Builder | |
| OAuth2TokenResponse | |
| OAuth2TokenServiceConstants | |
| SpringOAuth2TokenKeyService | |
| SpringOidcConfigurationService | |
| XsuaaDefaultEndpoints | |
| XsuaaOAuth2TokenService |
Implementation for Spring applications, that uses
RestOperations. |
| Exception | Description |
|---|---|
| OAuth2ServiceException |
Exception thrown to signal issues during communication with OAuth2 server.
|
Copyright © 2023. All rights reserved.