@ConfigurationProperties(value="sftp.factory") public class SftpSessionFactoryProperties extends org.springframework.cloud.stream.app.file.remote.AbstractRemoteServerProperties
SftpSessionFactoryProperties()
String
getKnownHostsExpression()
getPassPhrase()
int
getPort()
getPrivateKey()
boolean
isAllowUnknownKeys()
void
setAllowUnknownKeys(boolean allowUnknownKeys)
setKnownHostsExpression(String knownHosts)
setPassPhrase(String passPhrase)
setPort(int port)
setPrivateKey(String privateKey)
getCacheSessions, getHost, getPassword, getUsername, setCacheSessions, setHost, setPassword, setUsername
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SftpSessionFactoryProperties()
@Range(min=0L, max=65535L) public int getPort()
public void setPort(int port)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPassPhrase()
public void setPassPhrase(String passPhrase)
public boolean isAllowUnknownKeys()
public void setAllowUnknownKeys(boolean allowUnknownKeys)
public String getKnownHostsExpression()
public void setKnownHostsExpression(String knownHosts)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.