public class XsuaaDefaultEndpoints extends Object implements OAuth2ServiceEndpointsProvider
| Constructor and Description |
|---|
XsuaaDefaultEndpoints(String baseUri)
Creates a new XsuaaDefaultEndpoints.
|
XsuaaDefaultEndpoints(URI baseUri)
Creates a new XsuaaDefaultEndpoints.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizeEndpoint()
Returns authorize endpoint URI.
|
URI |
getJwksUri()
Returns Jwt Key Set URI (JWKS) as specified in
/.well-known/openid-configuration.
|
URI |
getTokenEndpoint()
Returns token endpoint URI.
|
public XsuaaDefaultEndpoints(URI baseUri)
baseUri - - the base URI of XSUAA. Based on the base URI the tokenEndpoint,
authorize and key set URI (JWKS) will be derived.public XsuaaDefaultEndpoints(String baseUri)
baseUri - - the base URI of XSUAA. Based on the base URI the tokenEndpoint,
authorize and key set URI (JWKS) will be derived.public URI getTokenEndpoint()
OAuth2ServiceEndpointsProvidergetTokenEndpoint in interface OAuth2ServiceEndpointsProviderhttps://oauth.server.com/oauth/tokenpublic URI getAuthorizeEndpoint()
OAuth2ServiceEndpointsProvidergetAuthorizeEndpoint in interface OAuth2ServiceEndpointsProviderhttps://oauth.server.com/oauth/authorizepublic URI getJwksUri()
OAuth2ServiceEndpointsProvidergetJwksUri in interface OAuth2ServiceEndpointsProviderhttps://oauth.server.com/token_keysCopyright © 2020. All rights reserved.