public class SshEndpointConfiguration extends AbstractPollableEndpointConfiguration
| Constructor and Description |
|---|
SshEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommandTimeout()
Gets the command timeout.
|
int |
getConnectionTimeout()
Gets the connection timeout.
|
MessageCorrelator |
getCorrelator()
Gets the message correlator.
|
String |
getHost()
Gets the ssh server host.
|
String |
getKnownHosts()
Gets known hosts.
|
SshMessageConverter |
getMessageConverter()
Gets the message converter.
|
String |
getPassword()
Gets the ssh user password.
|
int |
getPort()
Gets the ssh server port.
|
String |
getPrivateKeyPassword()
Gets the private keystore password.
|
String |
getPrivateKeyPath()
Gets the private key store path.
|
SshMarshaller |
getSshMarshaller()
Gets the ssh oxm marshaller.
|
String |
getUser()
Gets the ssh user.
|
boolean |
isStrictHostChecking()
Is strict host checking enabled.
|
void |
setCommandTimeout(long commandTimeout)
Sets the command timeout.
|
void |
setConnectionTimeout(int connectionTimeout)
Sets the connection timeout.
|
void |
setCorrelator(MessageCorrelator correlator)
Sets the message correlator.
|
void |
setHost(String host)
Sets the ssh server host.
|
void |
setKnownHosts(String knownHosts)
Sets known hosts.
|
void |
setMessageConverter(SshMessageConverter messageConverter)
Sets the message converter.
|
void |
setPassword(String password)
Sets the ssh user password.
|
void |
setPort(int port)
Sets the ssh server port.
|
void |
setPrivateKeyPassword(String privateKeyPassword)
Sets the private keystore password.
|
void |
setPrivateKeyPath(String privateKeyPath)
Sets the private key store path.
|
void |
setSshMarshaller(SshMarshaller sshMarshaller)
Sets the ssh oxm marshaller.
|
void |
setStrictHostChecking(boolean strictHostChecking)
Enables/disables strict host checking.
|
void |
setUser(String user)
Sets the ssh user.
|
getPollingInterval, setPollingIntervalgetTimeout, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTimeout, setTimeoutpublic String getHost()
public void setHost(String host)
host - public int getPort()
public void setPort(int port)
port - public String getUser()
public void setUser(String user)
user - public String getPassword()
public void setPassword(String password)
password - public String getPrivateKeyPath()
public void setPrivateKeyPath(String privateKeyPath)
privateKeyPath - public String getPrivateKeyPassword()
public void setPrivateKeyPassword(String privateKeyPassword)
privateKeyPassword - public boolean isStrictHostChecking()
public void setStrictHostChecking(boolean strictHostChecking)
strictHostChecking - public String getKnownHosts()
public void setKnownHosts(String knownHosts)
knownHosts - public long getCommandTimeout()
public void setCommandTimeout(long commandTimeout)
commandTimeout - public int getConnectionTimeout()
public void setConnectionTimeout(int connectionTimeout)
connectionTimeout - public MessageCorrelator getCorrelator()
public void setCorrelator(MessageCorrelator correlator)
correlator - public SshMessageConverter getMessageConverter()
public void setMessageConverter(SshMessageConverter messageConverter)
messageConverter - public SshMarshaller getSshMarshaller()
public void setSshMarshaller(SshMarshaller sshMarshaller)
sshMarshaller - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.