public class ScpCfDestination extends Object implements Destination
Constructor and Description |
---|
ScpCfDestination(String name,
URI uri,
BasicCredentials credentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
boolean isTrustingAllCertificates,
Map<String,String> propertiesByName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AuthenticationType |
getAuthenticationType() |
BasicCredentials |
getCredentials() |
DestinationType |
getDestinationType() |
List<Header> |
getHeaders(URI requestUri) |
com.google.common.base.Optional<KeyStore> |
getKeyStore() |
com.google.common.base.Optional<String> |
getKeyStorePassword() |
String |
getName() |
Map<String,String> |
getPropertiesByName() |
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() |
int |
hashCode() |
boolean |
isTrustingAllCertificates() |
String |
toString() |
public ScpCfDestination(String name, URI uri, @Nullable BasicCredentials credentials, ProxyType proxyType, @Nullable ProxyConfiguration proxyConfiguration, boolean isTrustingAllCertificates, Map<String,String> propertiesByName)
public DestinationType getDestinationType()
getDestinationType
in interface GenericDestination
public AuthenticationType getAuthenticationType()
getAuthenticationType
in interface Destination
public com.google.common.base.Optional<ProxyConfiguration> getProxyConfiguration()
getProxyConfiguration
in interface Destination
public List<Header> getHeaders(@Nullable URI requestUri)
getHeaders
in interface Destination
public com.google.common.base.Optional<KeyStore> getTrustStore()
getTrustStore
in interface Destination
public com.google.common.base.Optional<String> getTrustStorePassword()
getTrustStorePassword
in interface Destination
public com.google.common.base.Optional<KeyStore> getKeyStore()
getKeyStore
in interface Destination
public com.google.common.base.Optional<String> getKeyStorePassword()
getKeyStorePassword
in interface Destination
public Map<String,String> getPropertiesByName()
getPropertiesByName
in interface GenericDestination
@Generated(value="lombok") public String toString()
@Nullable @Generated(value="lombok") public BasicCredentials getCredentials()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String getName()
getName
in interface GenericDestination
@Generated(value="lombok") public URI getUri()
getUri
in interface Destination
@Generated(value="lombok") public ProxyType getProxyType()
getProxyType
in interface Destination
@Generated(value="lombok") public boolean isTrustingAllCertificates()
isTrustingAllCertificates
in interface Destination
Copyright © 2017 SAP SE. All rights reserved.