Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.security |
Modifier and Type | Method and Description |
---|---|
ClientCredentials |
ScpCfService.getClientCredentials() |
ClientCredentials |
ClientCredentialsHttpDestination.getClientCredentials()
Returns the credentials to be used to retrieve the AuthToken.
|
Constructor and Description |
---|
ClientCredentialsHttpDestination(HttpDestinationProperties baseDestination,
ClientCredentials clientCredentials,
ClientCredentialsGrantType grantType,
URI xsuaaUri,
XsuaaService xsuaaService)
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the
given credentials via the given grant type.
|
ClientCredentialsHttpDestination(HttpDestinationProperties baseDestination,
ClientCredentials clientCredentials,
OAuth2ServiceSettings authorizationServerSettings)
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the
given credentials via the given grant type.
|
ClientCredentialsHttpDestination(HttpDestinationProperties baseDestination,
ClientCredentials clientCredentials,
URI xsuaaUri,
XsuaaService xsuaaService)
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the
given credentials via the
ClientCredentialsGrantType.CLIENT_CREDENTIALS grant type. |
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
ClientCredentials clientCredentials,
String serviceLocationInfo)
Constructor open for extension.
|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
ClientCredentials clientCredentials,
String serviceLocationInfo,
boolean useProviderTenant)
Constructor open for extension.
|
Modifier and Type | Method and Description |
---|---|
static String |
BasicAuthHeaderEncoder.encodeClientCredentialsBase64(ClientCredentials credentials)
Encodes the given client credentials in Base64.
|
Copyright © 2021 SAP SE. All rights reserved.