Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Field and Description |
---|---|
protected ProxyType |
AbstractDestination.proxyType |
Modifier and Type | Method and Description |
---|---|
ProxyType |
AbstractDestination.getProxyType() |
ProxyType |
Destination.getProxyType() |
static ProxyType |
ProxyType.ofIdentifier(String identifier)
Returns the
ProxyType which equals the given identifier. |
static ProxyType |
ProxyType.ofIdentifierOrDefault(String identifier,
ProxyType defaultProxyType)
Returns the
ProxyType which equals the given identifier, or the defaultProxyType in case there is
none. |
static ProxyType |
ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyType[] |
ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ProxyType |
ProxyType.ofIdentifierOrDefault(String identifier,
ProxyType defaultProxyType)
Returns the
ProxyType which equals the given identifier, or the defaultProxyType in case there is
none. |
Constructor and Description |
---|
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) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
ProxyType |
MockDestination.getProxyType() |
ProxyType |
MockErpDestination.getProxyType() |
Modifier and Type | Method and Description |
---|---|
Destination |
MockUtil.mockDestination(String name,
URI uri,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName)
Mocks a destination based on the given parameters.
|
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName)
Mocks an ERP
Destination for the given parameters. |
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.proxyType(ProxyType proxyType) |
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.proxyType(ProxyType proxyType) |
void |
MockDestination.setProxyType(ProxyType proxyType) |
void |
MockErpDestination.setProxyType(ProxyType proxyType) |
Copyright © 2018 SAP SE. All rights reserved.