Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
ProxyType |
Destination.getProxyType() |
ProxyType |
ScpCfDestination.getProxyType() |
ProxyType |
ScpNeoDestination.getProxyType() |
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.
|
Constructor and Description |
---|
ScpCfDestination(String name,
URI uri,
BasicCredentials credentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
Map<String,String> propertiesByName) |
ScpNeoDestination(com.sap.core.connectivity.api.configuration.DestinationConfiguration destinationConfiguration,
String name,
URI uri,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
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,
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,
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 © 2017 SAP SE. All rights reserved.