default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.basic() |
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.certResource(String certResource) |
Sets the resource path of the certificate to use for Authentication.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.certResourcePassword(String certResourcePassword) |
Sets the password to use in loading certResource, if certResource is
an encrypted key.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.failOnUnknownHost(boolean failOnUnknownHost) |
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.failOnUnknownHost(String failOnUnknownHost) |
Specifies whether a connection to an unknown host should fail or not.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.keyPairProvider(Object keyPairProvider) |
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.keyPairProvider(String keyPairProvider) |
Sets the KeyPairProvider reference to use when connecting using
Certificates to the remote SSH Server.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.keyType(String keyType) |
Sets the key type to pass to the KeyPairProvider as part of
authentication.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.knownHostsResource(String knownHostsResource) |
Sets the resource path for a known_hosts file.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.password(String password) |
Sets the password to use in connecting to remote SSH server.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.timeout(long timeout) |
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.timeout(String timeout) |
Sets the timeout in milliseconds to wait in establishing the remote
SSH server connection.
|
default SshEndpointBuilderFactory.SshEndpointProducerBuilder |
SshEndpointBuilderFactory.SshEndpointProducerBuilder.username(String username) |
Sets the username to use in logging into the remote SSH server.
|