Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.authenticationHeaders(List<Header> authenticationHeaders)
Adds the authentication headers to every outgoing request to this destination
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the authentication type of the destination
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.basicCredentials(BasicCredentials value)
Sets the credentials for accessing the destination when basic authentication is used.
|
static ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.builder(String name,
String uri)
Starts a builder to be used to create a
ScpCfHttpDestination with some properties. |
static ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.builder(String name,
URI uri)
Starts a builder to be used to create a
ScpCfRfcDestination with mandatory properties. |
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.cloudConnectorLocationId(String locationId)
Sets the connectivity location id of the destination.
|
protected ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.getThis()
Returns a reference to the builder
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.header(String headerName,
String headerValue)
Adds a header given by the
headerName and headerValue to the list of headers added to every
outgoing request for this destination. |
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.keyStore(KeyStore keyStore)
Sets the key store of the destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.keyStorePassword(String password)
Sets the key store password of the destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.password(String password)
Sets the password for accessing the destination when basic authentication is used.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the proxy configuration used by the destination
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise)
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.trustAllCertificates()
Lets the destination trust all server certificates.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.trustStore(KeyStore trustStore)
Sets the trust store of the destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.trustStorePassword(String password)
Sets the trust store password of the destination.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.user(String user)
Sets the user name for accessing the destination when basic authentication is used.
|
Copyright © 2021 SAP SE. All rights reserved.