-
Classes Class Description com.sap.cloud.security.xsuaa.client.ClientCredentials
-
Fields Field Description com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants.GRANT_TYPE_CLIENT_X509 SAP proprietary grant type.com.sap.cloud.security.xsuaa.client.OAuth2TokenServiceConstants.GRANT_TYPE_USER_TOKEN in favor ofOAuth2TokenServiceConstants.GRANT_TYPE_JWT_BEARER.
-
Constructors Constructor Description com.sap.cloud.security.xsuaa.client.DefaultOAuth2TokenService() in favor ofDefaultOAuth2TokenService(CloseableHttpClient)as it doesn't support certificate based communication. Will be deleted with version 3.0.0.com.sap.cloud.security.xsuaa.client.XsuaaDefaultEndpoints(URI) gets removed with the major release 3.0.0 Use insteadXsuaaDefaultEndpoints(String, String)com.sap.cloud.security.xsuaa.client.XsuaaOAuth2TokenService() In favor of {XsuaaOAuth2TokenService(RestOperations)gets removed with the version 3.0.0, does not support certificate based authenticationcom.sap.cloud.security.xsuaa.jwt.Base64JwtDecoder() in favor of themethodand will become private with version 3.0.0com.sap.cloud.security.xsuaa.tokenflows.XsuaaTokenFlows(OAuth2TokenService, OAuth2ServiceEndpointsProvider, ClientCredentials)