Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
CustomTokenHttpDestination.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
AuthenticationType |
ScpCfHttpDestination.getAuthenticationType() |
AuthenticationType |
ClientCredentialsHttpDestination.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
AuthenticationType |
ScpNeoHttpDestination.getAuthenticationType() |
AuthenticationType |
HttpDestinationProperties.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
AuthenticationType |
AbstractHttpDestination.getAuthenticationType() |
AuthenticationType |
DefaultHttpDestination.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
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 |
---|---|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.authenticationType(AuthenticationType value)
Sets the authentication type of the destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the authentication type of the destination
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the expected authentication type of the
DefaultHttpDestination . |
static HttpDestination |
ScpCfServiceDestinationLoader.getDestinationForService(String label,
AuthenticationType authenticationType,
Map<String,String> propertyMapping)
Build a destination to reach an SCP Cloud Foundry service.
|
static HttpDestination |
ScpCfServiceDestinationLoader.getDestinationForService(String label,
String serviceBindingName,
AuthenticationType authenticationType,
Map<String,String> propertyMapping)
Build a destination to reach an SCP Cloud Foundry service.
|
static AuthenticationType |
AuthenticationType.ofIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType)
Returns the
AuthenticationType which equals the given identifier, or the
defaultAuthenticationType in case there is none. |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
DefaultErpHttpDestination.getAuthenticationType() |
Modifier and Type | Method and Description |
---|---|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the enum value for
AuthenticationType . |
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,
Credentials credentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName) |
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) |
void |
MockDestination.setAuthenticationType(AuthenticationType authenticationType) |
void |
MockErpDestination.setAuthenticationType(AuthenticationType authenticationType) |
Copyright © 2021 SAP SE. All rights reserved.