Package com.consol.citrus.ftp.client
Class SftpEndpointConfiguration
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointConfiguration
-
- com.consol.citrus.endpoint.AbstractPollableEndpointConfiguration
-
- com.consol.citrus.ftp.client.FtpEndpointConfiguration
-
- com.consol.citrus.ftp.client.SftpEndpointConfiguration
-
- All Implemented Interfaces:
com.consol.citrus.endpoint.EndpointConfiguration,com.consol.citrus.endpoint.PollableEndpointConfiguration
- Direct Known Subclasses:
ScpEndpointConfiguration
public class SftpEndpointConfiguration extends FtpEndpointConfiguration
- Since:
- 2.7.5
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SftpEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKnownHosts()Gets the knownHosts.StringgetPreferredAuthentications()Gets the preferredAuthentications.StringgetPrivateKeyPassword()Gets the privateKeyPassword.StringgetPrivateKeyPath()Gets the privateKeyPath.Map<String,String>getSessionConfigs()Gets the sessionConfigs.booleanisStrictHostChecking()Gets the strictHostChecking.voidsetKnownHosts(String knownHosts)Sets the knownHosts.voidsetPreferredAuthentications(String preferredAuthentications)Sets the preferredAuthentications.voidsetPrivateKeyPassword(String privateKeyPassword)Sets the privateKeyPassword.voidsetPrivateKeyPath(String privateKeyPath)Sets the privateKeyPath.voidsetSessionConfigs(Map<String,String> sessionConfigs)Sets the sessionConfigs.voidsetStrictHostChecking(boolean strictHostChecking)Sets the strictHostChecking.-
Methods inherited from class com.consol.citrus.ftp.client.FtpEndpointConfiguration
getAutoHandleCommands, getCorrelator, getErrorHandlingStrategy, getHost, getMarshaller, getPassword, getPort, getUser, isAutoConnect, isAutoLogin, isAutoReadFiles, isLocalPassiveMode, setAutoConnect, setAutoHandleCommands, setAutoLogin, setAutoReadFiles, setCorrelator, setErrorHandlingStrategy, setHost, setLocalPassiveMode, setMarshaller, setPassword, setPort, setUser
-
Methods inherited from class com.consol.citrus.endpoint.AbstractPollableEndpointConfiguration
getPollingInterval, setPollingInterval
-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeout
-
-
-
-
Method Detail
-
isStrictHostChecking
public boolean isStrictHostChecking()
Gets the strictHostChecking.- Returns:
-
setStrictHostChecking
public void setStrictHostChecking(boolean strictHostChecking)
Sets the strictHostChecking.- Parameters:
strictHostChecking-
-
getKnownHosts
public String getKnownHosts()
Gets the knownHosts.- Returns:
-
setKnownHosts
public void setKnownHosts(String knownHosts)
Sets the knownHosts.- Parameters:
knownHosts-
-
getPrivateKeyPath
public String getPrivateKeyPath()
Gets the privateKeyPath.- Returns:
-
setPrivateKeyPath
public void setPrivateKeyPath(String privateKeyPath)
Sets the privateKeyPath.- Parameters:
privateKeyPath-
-
getPrivateKeyPassword
public String getPrivateKeyPassword()
Gets the privateKeyPassword.- Returns:
-
setPrivateKeyPassword
public void setPrivateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword.- Parameters:
privateKeyPassword-
-
getPreferredAuthentications
public String getPreferredAuthentications()
Gets the preferredAuthentications.- Returns:
-
setPreferredAuthentications
public void setPreferredAuthentications(String preferredAuthentications)
Sets the preferredAuthentications.- Parameters:
preferredAuthentications-
-
-