Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.security | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Field and Description |
---|---|
protected BasicCredentials |
AbstractDestination.basicCredentials |
Modifier and Type | Method and Description |
---|---|
BasicCredentials |
ScpCfService.getClientCredentials() |
Modifier and Type | Method and Description |
---|---|
Optional<BasicCredentials> |
AbstractDestination.getBasicCredentials() |
Constructor and Description |
---|
AbstractDestination(String name,
String description,
String uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
Map<String,String> propertiesByName) |
AbstractDestination(String name,
String description,
URI uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
Map<String,String> propertiesByName)
Deprecated.
|
ScpCfDestination(com.google.gson.JsonObject destinationAsJson,
com.sap.cloud.sdk.cloudplatform.connectivity.XsuaaService xsuaaService,
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService destinationService,
com.sap.cloud.sdk.cloudplatform.connectivity.ConnectivityService connectivityService,
String name,
String description,
String uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
String cloudConnectorLocationId,
Map<String,String> propertiesByName)
Creates a destination to be used on SAP Cloud Platform Cloud Foundry.
|
ScpCfDestination(com.google.gson.JsonObject destinationAsJson,
com.sap.cloud.sdk.cloudplatform.connectivity.XsuaaService xsuaaService,
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService destinationService,
com.sap.cloud.sdk.cloudplatform.connectivity.ConnectivityService connectivityService,
String name,
String description,
URI uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
String cloudConnectorLocationId,
Map<String,String> propertiesByName)
Creates a destination to be used on SAP Cloud Platform Cloud Foundry.
|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
BasicCredentials clientCredentials,
String serviceLocationInfo)
Constructor open for extension.
|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
BasicCredentials clientCredentials,
String serviceLocationInfo,
boolean useProviderTenant)
Constructor open for extension.
|
ScpCfService(ScpCfServiceInfo serviceInfo,
URI authUri,
BasicCredentials clientCredentials,
String serviceLocationInfo,
boolean useProviderTenant,
SubdomainReplacer subdomainReplacer)
Constructor open for extension.
|
ScpNeoDestination(com.sap.core.connectivity.api.configuration.DestinationConfiguration destinationConfiguration,
String name,
String description,
String uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
String cloudConnectorLocationId,
Map<String,String> propertiesByName)
Creates a destination to be used on SAP Cloud Platform Neo.
|
ScpNeoDestination(com.sap.core.connectivity.api.configuration.DestinationConfiguration destinationConfiguration,
String name,
String description,
URI uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
String trustStoreLocation,
String trustStorePassword,
String keyStoreLocation,
String keyStorePassword,
String cloudConnectorLocationId,
Map<String,String> propertiesByName)
Creates a destination to be used on SAP Cloud Platform Neo.
|
ScpXfDestination(String name,
String description,
String uri,
AuthenticationType authenticationType,
BasicCredentials basicCredentials)
Creates a new
ScpXfDestination based on information obtainable in the VCAP_SERVICES environment variable. |
Modifier and Type | Method and Description |
---|---|
static String |
BasicAuthHeaderEncoder.encodeUserPasswordBase64(BasicCredentials credentials)
Encodes the given user credentials in Base64.
|
Modifier and Type | Method and Description |
---|---|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.basicAuthentication(BasicCredentials credentials)
Enables basic authentication with the given credentials.
|
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.basicAuthentication(BasicCredentials credentials) |
Copyright © 2019 SAP SE. All rights reserved.