public class SftpEndpointConfiguration extends FtpEndpointConfiguration
| Constructor and Description |
|---|
SftpEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKnownHosts()
Gets the knownHosts.
|
String |
getPreferredAuthentications()
Gets the preferredAuthentications.
|
String |
getPrivateKeyPassword()
Gets the privateKeyPassword.
|
String |
getPrivateKeyPath()
Gets the privateKeyPath.
|
Map<String,String> |
getSessionConfigs()
Gets the sessionConfigs.
|
boolean |
isStrictHostChecking()
Gets the strictHostChecking.
|
void |
setKnownHosts(String knownHosts)
Sets the knownHosts.
|
void |
setPreferredAuthentications(String preferredAuthentications)
Sets the preferredAuthentications.
|
void |
setPrivateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword.
|
void |
setPrivateKeyPath(String privateKeyPath)
Sets the privateKeyPath.
|
void |
setSessionConfigs(Map<String,String> sessionConfigs)
Sets the sessionConfigs.
|
void |
setStrictHostChecking(boolean strictHostChecking)
Sets the strictHostChecking.
|
getAutoHandleCommands, getCorrelator, getErrorHandlingStrategy, getHost, getMarshaller, getPassword, getPort, getUser, isAutoConnect, isAutoLogin, isAutoReadFiles, isLocalPassiveMode, setAutoConnect, setAutoHandleCommands, setAutoLogin, setAutoReadFiles, setCorrelator, setErrorHandlingStrategy, setHost, setLocalPassiveMode, setMarshaller, setPassword, setPort, setUsergetPollingInterval, setPollingIntervalgetTimeout, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTimeout, setTimeoutpublic boolean isStrictHostChecking()
public void setStrictHostChecking(boolean strictHostChecking)
strictHostChecking - public String getKnownHosts()
public void setKnownHosts(String knownHosts)
knownHosts - public String getPrivateKeyPath()
public void setPrivateKeyPath(String privateKeyPath)
privateKeyPath - public String getPrivateKeyPassword()
public void setPrivateKeyPassword(String privateKeyPassword)
privateKeyPassword - public String getPreferredAuthentications()
public void setPreferredAuthentications(String preferredAuthentications)
preferredAuthentications - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.