Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.SshEndpointBuilder
Packages that use SshEndpointBuilderFactory.SshEndpointBuilder
-
Uses of SshEndpointBuilderFactory.SshEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SshEndpointBuilderFactory.SshEndpointBuilderModifier and TypeMethodDescriptionSSH (camel-ssh) Execute commands on remote hosts using SSH.SSH (camel-ssh) Execute commands on remote hosts using SSH. -
Uses of SshEndpointBuilderFactory.SshEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.SshEndpointBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.AdvancedSshEndpointBuilder.basic()SshEndpointBuilderFactory.SshEndpointBuilder.certResource(String certResource) Sets the resource path of the certificate to use for Authentication.SshEndpointBuilderFactory.SshEndpointBuilder.certResourcePassword(String certResourcePassword) Sets the password to use in loading certResource, if certResource is an encrypted key.SshEndpointBuilderFactory.endpointBuilder(String componentName, String path) SshEndpointBuilderFactory.SshEndpointBuilder.failOnUnknownHost(boolean failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.SshEndpointBuilderFactory.SshEndpointBuilder.failOnUnknownHost(String failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.SshEndpointBuilderFactory.SshEndpointBuilder.keyPairProvider(String keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.SshEndpointBuilderFactory.SshEndpointBuilder.keyPairProvider(org.apache.sshd.common.keyprovider.KeyPairProvider keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.Sets the key type to pass to the KeyPairProvider as part of authentication.SshEndpointBuilderFactory.SshEndpointBuilder.knownHostsResource(String knownHostsResource) Sets the resource path for a known_hosts file.Sets the password to use in connecting to remote SSH server.SSH (camel-ssh) Execute commands on remote hosts using SSH.SSH (camel-ssh) Execute commands on remote hosts using SSH.SshEndpointBuilderFactory.SshEndpointBuilder.timeout(long timeout) Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.Sets the timeout in milliseconds to wait in establishing the remote SSH server connection.Sets the username to use in logging into the remote SSH server.