Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
static AuthenticationType |
AuthenticationType.fromIdentifier(String identifier) |
static AuthenticationType |
AuthenticationType.fromIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType) |
AuthenticationType |
Destination.getAuthenticationType() |
AuthenticationType |
ScpCfDestination.getAuthenticationType() |
AuthenticationType |
ScpNeoDestination.getAuthenticationType() |
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.fromIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType) |
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 © 2017 SAP SE. All rights reserved.