- getAccessToken() - Method in class com.sap.cloud.security.xsuaa.client.OAuth2TokenResponse
-
An OAuth2 access token.
- getAuthorizeEndpoint() - Method in interface com.sap.cloud.security.xsuaa.client.OAuth2ServiceEndpointsProvider
-
Returns authorize endpoint URI.
- getAuthorizeEndpoint() - Method in class com.sap.cloud.security.xsuaa.client.XsuaaDefaultEndpoints
-
- getCacheConfiguration() - Method in class com.sap.cloud.security.xsuaa.client.AbstractOAuth2TokenService
-
- getCacheConfiguration() - Method in interface com.sap.cloud.security.xsuaa.tokenflows.Cacheable
-
Provides the cache configuration of the component.
- getCacheDuration() - Method in class com.sap.cloud.security.xsuaa.tokenflows.TokenCacheConfiguration
-
- getCacheSize() - Method in class com.sap.cloud.security.xsuaa.tokenflows.TokenCacheConfiguration
-
- getClock() - Method in class com.sap.cloud.security.xsuaa.client.AbstractOAuth2TokenService
-
By default Clock.systemUTC() is used to determine of a cached token
has reached its expiration (exp) point in time.
- getDecodedAccessToken() - Method in class com.sap.cloud.security.xsuaa.client.OAuth2TokenResponse
-
A decoded OAuth2 access token.
- getDiscoveryEndpointUri(String) - Static method in class com.sap.cloud.security.xsuaa.client.DefaultOidcConfigurationService
-
- getEncodedToken() - Method in interface com.sap.cloud.security.xsuaa.jwt.DecodedJwt
-
Get the original encoded access token.
- getExpiredAt() - Method in class com.sap.cloud.security.xsuaa.client.OAuth2TokenResponse
-
Returns the moment in time when the token will be expired.
- getExpiredAtDate() - Method in class com.sap.cloud.security.xsuaa.client.OAuth2TokenResponse
-
- getHeader() - Method in interface com.sap.cloud.security.xsuaa.jwt.DecodedJwt
-
Get the base64 decoded header of the jwt as UTF-8 String.
- getHeaders() - Method in class com.sap.cloud.security.xsuaa.http.HttpHeaders
-
- getId() - Method in class com.sap.cloud.security.xsuaa.client.ClientCredentials
-
- getInstance() - Static method in class com.sap.cloud.security.xsuaa.jwt.Base64JwtDecoder
-
- getInstance() - Static method in class com.sap.cloud.security.xsuaa.mtls.SSLContextFactory
-
Deprecated.
- getInstance(Duration, int, Duration) - Static method in class com.sap.cloud.security.xsuaa.tokenflows.TokenCacheConfiguration
-
- getJwksUri() - Method in interface com.sap.cloud.security.xsuaa.client.OAuth2ServiceEndpointsProvider
-
Returns Jwt Key Set URI (JWKS) as specified in
/.well-known/openid-configuration.
- getJwksUri() - Method in class com.sap.cloud.security.xsuaa.client.XsuaaDefaultEndpoints
-
- getName() - Method in class com.sap.cloud.security.xsuaa.http.HttpHeader
-
- getPayload() - Method in interface com.sap.cloud.security.xsuaa.jwt.DecodedJwt
-
Get the base64 decoded payload of the jwt as UTF-8 String.
- getRefreshToken() - Method in class com.sap.cloud.security.xsuaa.client.OAuth2TokenResponse
-
An OAuth2 refresh token.
- getSecret() - Method in class com.sap.cloud.security.xsuaa.client.ClientCredentials
-
- getSignature() - Method in interface com.sap.cloud.security.xsuaa.jwt.DecodedJwt
-
Get the encoded signature of the jwt.
- getTokenEndpoint() - Method in interface com.sap.cloud.security.xsuaa.client.OAuth2ServiceEndpointsProvider
-
Returns token endpoint URI.
- getTokenEndpoint() - Method in class com.sap.cloud.security.xsuaa.client.XsuaaDefaultEndpoints
-
- getTokenExpirationDelta() - Method in class com.sap.cloud.security.xsuaa.tokenflows.TokenCacheConfiguration
-
If a cached token expires because its expiration time (exp) has been reached,
it should not be retrieved from the cache.
- getValue() - Method in class com.sap.cloud.security.xsuaa.http.HttpHeader
-
- GRANT_TYPE - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_AUTHORIZATION_CODE - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_CLIENT_CREDENTIALS - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_CLIENT_X509 - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_JWT_BEARER - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_PASSWORD - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_REFRESH_TOKEN - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-
- GRANT_TYPE_USER_TOKEN - Static variable in class com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants
-