Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the expected authentication type of the
DefaultHttpDestination . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.basicCredentials(BasicCredentials basicCredentials)
Sets the credentials for accessing the destination when basic authentication is used.
|
static DefaultHttpDestination.Builder |
DefaultHttpDestination.builder(String uri)
Starts a builder to be used to create a
DefaultHttpDestination with some properties. |
static DefaultHttpDestination.Builder |
DefaultHttpDestination.builder(URI uri)
Starts a builder to be used to create a
DefaultHttpDestination with some properties. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.header(Header header)
Adds the given header to the list of headers added to every outgoing request for this destination.
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.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. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.headerProviders(DestinationHeaderProvider... headerProviders)
Registers the provided
DestinationHeaderProvider instances on this Destination. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.keyStore(KeyStore keyStore)
Sets the
KeyStore to be used when communicating over HTTP. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.keyStorePassword(String value)
Sets the key store password for the corresponding
KeyStore used by the DefaultHttpDestination
to access the key store. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.name(String name)
Sets the name of the
DefaultHttpDestination . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.network(ProxyType proxyType)
Deprecated.
Use
proxyType(ProxyType) instead. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.password(String password)
Sets the password of the
DefaultHttpDestination . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.property(String key,
Object value)
Adds the given key-value pair to the destination to be created.
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.proxy(String proxyHost,
int proxyPort)
Sets the proxy host and proxy port of the
DefaultHttpDestination . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.proxy(URI proxyUri)
Sets the proxy URI of the
DefaultHttpDestination . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise).
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.securityConfiguration(SecurityConfigurationStrategy securityConfigurationStrategy)
Sets the
SecurityConfigurationStrategy for outbound calls via this Destination to decide if the
HttpSecuritySettings should be taken from the Destination Configuration or from the
CloudPlatform . |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.tlsVersion(String value)
Sets the TLS version used by the
DefaultHttpDestination to the given value. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.trustAllCertificates()
Lets the
DefaultHttpDestination trust all server certificates. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.trustStore(KeyStore trustStore)
Sets the Trust Store to be used when communicating over HTTP.
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.uri(URI uri)
Deprecated.
The URI is already passed as a parameter to create the builder instance, hence deprecating this
method.
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.user(String user)
Sets the user name of the
DefaultHttpDestination . |
Copyright © 2021 SAP SE. All rights reserved.