| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| 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.
|
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.
|
static SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.ssh(String path)
SSH (camel-ssh)
The ssh component enables access to SSH servers such that you can send an
SSH command, and process the response.
|
default SshEndpointBuilderFactory.SshEndpointBuilder |
SshEndpointBuilderFactory.SshBuilders.ssh(String path)
SSH (camel-ssh)
The ssh component enables access to SSH servers such that you can
send an SSH command, and process the response.
|
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