public class ScpNeoDestination extends AbstractDestination
ScpNeoGenericDestination
,
ScpNeoRfcDestination
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<String> |
getCloudConnectorLocationId()
Getter for the location identifier used by the SAP Cloud Connector.
|
com.sap.core.connectivity.api.configuration.DestinationConfiguration |
getDestinationConfiguration() |
List<Header> |
getHeaders(URI requestUri) |
com.google.common.base.Optional<KeyStore> |
getKeyStore() |
com.google.common.base.Optional<ProxyConfiguration> |
getProxyConfiguration() |
com.google.common.base.Optional<KeyStore> |
getTrustStore() |
getAuthenticationType, getBasicCredentials, getKeyStorePassword, getProxyType, getTrustStorePassword, getUri, isTrustingAllCertificates
equals, getDescription, getDestinationType, getName, getPropertiesByName, hashCode, toString
getDescription, getDestinationType, getName, getPropertiesByName
public com.google.common.base.Optional<String> getCloudConnectorLocationId()
public com.google.common.base.Optional<KeyStore> getTrustStore()
public com.google.common.base.Optional<KeyStore> getKeyStore()
public com.google.common.base.Optional<ProxyConfiguration> getProxyConfiguration() throws DestinationAccessException
getProxyConfiguration
in interface Destination
getProxyConfiguration
in class AbstractDestination
ProxyConfiguration
of the destination.DestinationAccessException
- If there is an issue accessing the ProxyConfiguration
.public List<Header> getHeaders(@Nullable URI requestUri) throws DestinationAccessException
getHeaders
in interface Destination
getHeaders
in class AbstractDestination
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.@Nullable public com.sap.core.connectivity.api.configuration.DestinationConfiguration getDestinationConfiguration()
Copyright © 2018 SAP SE. All rights reserved.