| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SshEndpointBuilderFactory.SshEndpointBuilder |
StaticEndpointBuilders.ssh(String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
static SshEndpointBuilderFactory.SshEndpointBuilder |
StaticEndpointBuilders.ssh(String componentName,
String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
| Modifier and Type | Method and Description |
|---|---|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointBuilder.basic() |
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.certResource(String certResource)
Sets the resource path of the certificate to use for Authentication.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.certResourcePassword(String certResourcePassword)
Sets the password to use in loading certResource, if certResource is
an encrypted key.
|
static SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.failOnUnknownHost(boolean failOnUnknownHost)
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.failOnUnknownHost(String failOnUnknownHost)
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.keyPairProvider(Object keyPairProvider)
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.keyPairProvider(String keyPairProvider)
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.keyType(String keyType)
Sets the key type to pass to the KeyPairProvider as part of
authentication.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.knownHostsResource(String knownHostsResource)
Sets the resource path for a known_hosts file.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.password(String password)
Sets the password to use in connecting to remote SSH server.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshBuilders.ssh(String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshBuilders.ssh(String componentName,
String path)
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.timeout(long timeout)
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.timeout(String timeout)
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshEndpointBuilder.username(String username)
Sets the username to use in logging into the remote SSH server.
|
Apache Camel