Uses of Interface
com.sap.cloud.security.xsuaa.client.OAuth2TokenService
Packages that use OAuth2TokenService
-
Uses of OAuth2TokenService in com.sap.cloud.security.xsuaa.client
Classes in com.sap.cloud.security.xsuaa.client that implement OAuth2TokenServiceModifier and TypeClassDescriptionclassclassclassImplementation for Spring applications, that usesRestOperations. -
Uses of OAuth2TokenService in com.sap.cloud.security.xsuaa.tokenflows
Constructors in com.sap.cloud.security.xsuaa.tokenflows with parameters of type OAuth2TokenServiceModifierConstructorDescriptionJwtBearerTokenFlow(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.