Uses of Interface
org.apache.camel.builder.endpoint.dsl.SshEndpointBuilderFactory.SshEndpointProducerBuilder
Packages that use SshEndpointBuilderFactory.SshEndpointProducerBuilder
-
Uses of SshEndpointBuilderFactory.SshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SshEndpointBuilderFactory.SshEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SSH component.Methods in org.apache.camel.builder.endpoint.dsl that return SshEndpointBuilderFactory.SshEndpointProducerBuilderModifier and TypeMethodDescriptionSshEndpointBuilderFactory.AdvancedSshEndpointProducerBuilder.basic()SshEndpointBuilderFactory.SshEndpointProducerBuilder.certResource(String certResource) Sets the resource path of the certificate to use for Authentication.SshEndpointBuilderFactory.SshEndpointProducerBuilder.certResourcePassword(String certResourcePassword) Sets the password to use in loading certResource, if certResource is an encrypted key.Comma-separated list of allowed/supported ciphers in their order of preference.SshEndpointBuilderFactory.SshEndpointProducerBuilder.failOnUnknownHost(boolean failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.SshEndpointBuilderFactory.SshEndpointProducerBuilder.failOnUnknownHost(String failOnUnknownHost) Specifies whether a connection to an unknown host should fail or not.Comma-separated list of allowed/supported key exchange algorithms in their order of preference.SshEndpointBuilderFactory.SshEndpointProducerBuilder.keyPairProvider(String keyPairProvider) Sets the KeyPairProvider reference to use when connecting using Certificates to the remote SSH Server.SshEndpointBuilderFactory.SshEndpointProducerBuilder.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.SshEndpointProducerBuilder.knownHostsResource(String knownHostsResource) Sets the resource path for a known_hosts file.Comma-separated list of allowed/supported message authentication code algorithms in their order of preference.Sets the password to use in connecting to remote SSH server.SshEndpointBuilderFactory.SshEndpointProducerBuilder.signatures(String signatures) Comma-separated list of allowed/supported signature algorithms in their order of preference.SshEndpointBuilderFactory.SshEndpointProducerBuilder.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.