Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
static ClientCredentialsGrantType |
ClientCredentialsGrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCredentialsGrantType[] |
ClientCredentialsGrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2021 SAP SE. All rights reserved.