public class DefaultDestination extends AbstractDestination
AbstractDestination
that is independent of any specific Cloud platform.Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<KeyStore> |
getKeyStore() |
com.google.common.base.Optional<KeyStore> |
getTrustStore() |
getAuthenticationType, getBasicCredentials, getHeaders, getKeyStorePassword, getProxyConfiguration, getProxyType, getTrustStorePassword, getUri, isTrustingAllCertificates
equals, getDescription, getDestinationType, getName, getPropertiesByName, hashCode, toString
getDescription, getDestinationType, getName, getPropertiesByName
public com.google.common.base.Optional<KeyStore> getTrustStore() throws DestinationAccessException
DestinationAccessException
- If there is an issue accessing the trust store.public com.google.common.base.Optional<KeyStore> getKeyStore() throws DestinationAccessException
DestinationAccessException
- If there is an issue accessing the key store.Copyright © 2018 SAP SE. All rights reserved.