Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationType |
AbstractDestination.authenticationType |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
AbstractDestination.getAuthenticationType() |
AuthenticationType |
Destination.getAuthenticationType() |
static AuthenticationType |
AuthenticationType.ofIdentifier(String identifier)
Returns the
AuthenticationType which equals the given identifier. |
static AuthenticationType |
AuthenticationType.ofIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType)
Returns the
AuthenticationType which equals the given identifier, or the
defaultAuthenticationType in case there is none. |
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationType |
AuthenticationType.ofIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType)
Returns the
AuthenticationType which equals the given identifier, or the
defaultAuthenticationType 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 |
---|---|
AuthenticationType |
MockDestination.getAuthenticationType() |
AuthenticationType |
MockErpDestination.getAuthenticationType() |
Modifier and Type | Method and Description |
---|---|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.authenticationType(AuthenticationType authenticationType) |
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.authenticationType(AuthenticationType authenticationType) |
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. |
void |
MockDestination.setAuthenticationType(AuthenticationType authenticationType) |
void |
MockErpDestination.setAuthenticationType(AuthenticationType authenticationType) |
Copyright © 2018 SAP SE. All rights reserved.