Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.authenticationType(AuthenticationType value)
Sets the authentication type of the destination.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.basicCredentials(BasicCredentials value)
Sets the credentials for accessing the destination when basic authentication is used.
|
static ScpCfHttpDestination.Builder |
ScpCfHttpDestination.builder(String name,
String uri)
Starts a builder to be used to create a
ScpCfHttpDestination with some properties. |
static ScpCfHttpDestination.Builder |
ScpCfHttpDestination.builder(String name,
URI uri)
Starts a builder to be used to create a
ScpCfHttpDestination with some properties. |
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.cloudConnectorLocationId(String locationId)
Sets the connectivity location id of the destination.
|
protected ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.getThis() |
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.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. |
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.keyStore(KeyStore value)
Sets the
KeyStore used by the destination to the given value. |
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.keyStorePassword(String value)
Sets the password of the key store.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.password(String password)
Sets the password for accessing the destination when basic authentication is used.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.proxyConfiguration(ProxyConfiguration value)
Sets the proxy used by the destination to the given value.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.proxyType(ProxyType value)
Sets the proxy type (Internet or On-Premise).
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.tlsVersion(String value)
Sets the TLS version used by the destination to the given value.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.trustAllCertificates()
Lets the destination trust all server certificates.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.trustStore(KeyStore value)
Sets the trust store used by the destination to the given value.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.trustStorePassword(String value)
Sets the password of the trust store.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.uri(URI uri)
Deprecated.
The URI is already passed as a parameter to create the builder instance, hence deprecating this
method.
|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.user(String user)
Sets the user name for accessing the destination when basic authentication is used.
|
Copyright © 2021 SAP SE. All rights reserved.