@ConfigurationProperties(prefix="camel.component.ssh") public class SshComponentConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshComponentConfiguration.SshConfigurationNestedConfiguration |
Constructor and Description |
---|
SshComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCertFilename()
Deprecated.
|
String |
getCertResource() |
SshComponentConfiguration.SshConfigurationNestedConfiguration |
getConfiguration() |
String |
getHost() |
org.apache.sshd.common.KeyPairProvider |
getKeyPairProvider() |
String |
getKeyType() |
String |
getPassword() |
String |
getPollCommand() |
Integer |
getPort() |
Long |
getTimeout() |
String |
getUsername() |
void |
setCertFilename(String certFilename)
Deprecated.
|
void |
setCertResource(String certResource) |
void |
setConfiguration(SshComponentConfiguration.SshConfigurationNestedConfiguration configuration) |
void |
setHost(String host) |
void |
setKeyPairProvider(org.apache.sshd.common.KeyPairProvider keyPairProvider) |
void |
setKeyType(String keyType) |
void |
setPassword(String password) |
void |
setPollCommand(String pollCommand) |
void |
setPort(Integer port) |
void |
setTimeout(Long timeout) |
void |
setUsername(String username) |
public SshComponentConfiguration.SshConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(SshComponentConfiguration.SshConfigurationNestedConfiguration configuration)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPollCommand()
public void setPollCommand(String pollCommand)
public org.apache.sshd.common.KeyPairProvider getKeyPairProvider()
public void setKeyPairProvider(org.apache.sshd.common.KeyPairProvider keyPairProvider)
public String getKeyType()
public void setKeyType(String keyType)
public Long getTimeout()
public void setTimeout(Long timeout)
@Deprecated @DeprecatedConfigurationProperty public String getCertFilename()
@Deprecated public void setCertFilename(String certFilename)
public String getCertResource()
public void setCertResource(String certResource)
Apache Camel