| Interface | Description |
|---|---|
| OAuth2ServiceEndpointsProvider | |
| OAuth2TokenKeyService |
Service that targets Identity service (xsuaa and identity) to request Json
Web Keys.
|
| OAuth2TokenService |
Retrieves OAuth2 Access Tokens as documented here:
https://docs.cloudfoundry.org/api/uaa/version/4.31.0/index.html#token
|
| 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 © 2022. All rights reserved.