public interface Destination extends GenericDestination
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
getAuthenticationType() |
List<Header> |
getHeaders(URI requestUri) |
com.google.common.base.Optional<KeyStore> |
getKeyStore() |
com.google.common.base.Optional<String> |
getKeyStorePassword() |
com.google.common.base.Optional<ProxyConfiguration> |
getProxyConfiguration() |
ProxyType |
getProxyType() |
com.google.common.base.Optional<KeyStore> |
getTrustStore() |
com.google.common.base.Optional<String> |
getTrustStorePassword() |
URI |
getUri() |
boolean |
isTrustingAllCertificates() |
getDescription, getDestinationType, getName, getPropertiesByName
AuthenticationType getAuthenticationType()
AuthenticationType
of the destination.com.google.common.base.Optional<ProxyConfiguration> getProxyConfiguration()
ProxyConfiguration
of the destination.List<Header> getHeaders(@Nullable URI requestUri) throws DestinationAccessException
requestUri
- The URI to get the associated Header for.Header
s to be used with the destination and given request URI
.DestinationAccessException
- If there is an issue accessing the request headers.boolean isTrustingAllCertificates()
com.google.common.base.Optional<KeyStore> getTrustStore() throws DestinationAccessException
DestinationAccessException
- If there is an issue accessing the trust store.com.google.common.base.Optional<String> getTrustStorePassword()
com.google.common.base.Optional<KeyStore> getKeyStore() throws DestinationAccessException
DestinationAccessException
- If there is an issue accessing the key store.com.google.common.base.Optional<String> getKeyStorePassword()
Copyright © 2018 SAP SE. All rights reserved.