Uses of Interface
com.sap.cloud.security.xsuaa.client.OAuth2ServiceEndpointsProvider
Packages that use OAuth2ServiceEndpointsProvider
-
Uses of OAuth2ServiceEndpointsProvider in com.sap.cloud.security.xsuaa.client
Classes in com.sap.cloud.security.xsuaa.client that implement OAuth2ServiceEndpointsProviderMethods in com.sap.cloud.security.xsuaa.client that return OAuth2ServiceEndpointsProviderModifier and TypeMethodDescriptionDefaultOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) OidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) Requests an OpenID Provider Configuration Document from OAuth Server.SpringOidcConfigurationService.retrieveEndpoints(URI discoveryEndpointUri) -
Uses of OAuth2ServiceEndpointsProvider in com.sap.cloud.security.xsuaa.tokenflows
Constructors in com.sap.cloud.security.xsuaa.tokenflows with parameters of type OAuth2ServiceEndpointsProviderModifierConstructorDescriptionJwtBearerTokenFlow(OAuth2TokenService tokenService, OAuth2ServiceEndpointsProvider endpointsProvider, ClientIdentity clientIdentity) PasswordTokenFlow(OAuth2TokenService tokenService, OAuth2ServiceEndpointsProvider endpointsProvider, ClientIdentity clientIdentity) XsuaaTokenFlows(OAuth2TokenService oAuth2TokenService, OAuth2ServiceEndpointsProvider endpointsProvider, ClientIdentity clientIdentity) Create a new instance of this bean with the given RestTemplate.