Uses of Interface
org.apache.camel.builder.endpoint.dsl.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder
Packages that use MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder
-
Uses of MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilderModifier and TypeMethodDescriptionMINA SFTP (camel-mina-sftp) Upload and download files to/from SFTP servers using Apache MINA SSHD.MINA SFTP (camel-mina-sftp) Upload and download files to/from SFTP servers using Apache MINA SSHD. -
Uses of MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilderModifier and TypeMethodDescriptionMinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.autoCreateKnownHostsFile(boolean autoCreateKnownHostsFile) If knownHostFile does not exist, then attempt to auto-create the path and file (beware that the file will be created by the current user of the running Java process, which may not have file permission).MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.autoCreateKnownHostsFile(String autoCreateKnownHostsFile) If knownHostFile does not exist, then attempt to auto-create the path and file (beware that the file will be created by the current user of the running Java process, which may not have file permission).MinaSftpEndpointBuilderFactory.AdvancedMinaSftpEndpointBuilder.basic()MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.binary(boolean binary) Specifies the file transfer mode, BINARY or ASCII.Specifies the file transfer mode, BINARY or ASCII.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.certBytes(byte[] certBytes) Set the OpenSSH certificate as byte array.Set the OpenSSH certificate as byte array.Set the OpenSSH certificate file path for certificate-based authentication.Set the OpenSSH certificate as a classpath: or file: URI.This option is used to specify the encoding of the file.Set the list of ciphers that will be used in order of preference.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.MinaSftpEndpointBuilderFactory.endpointBuilder(String componentName, String path) Use Expression such as File Language to dynamically set the filename.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.keyExchangeProtocols(String keyExchangeProtocols) Set the list of key exchange protocols that will be used in order of preference.Set a java.security.KeyPair directly for public key authentication.Set a java.security.KeyPair directly for public key authentication.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.knownHosts(byte[] knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.knownHosts(String knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.knownHostsFile(String knownHostsFile) Sets the known_hosts file, so that the SFTP endpoint can do host key verification.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.knownHostsUri(String knownHostsUri) Sets the known_hosts file (loaded from classpath by default), so that the SFTP endpoint can do host key verification.MINA SFTP (camel-mina-sftp) Upload and download files to/from SFTP servers using Apache MINA SSHD.MINA SFTP (camel-mina-sftp) Upload and download files to/from SFTP servers using Apache MINA SSHD.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.preferredAuthentications(String preferredAuthentications) Set the preferred authentications which SFTP endpoint will used.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.privateKey(byte[] privateKey) Set the private key as byte array for public key authentication.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.privateKey(String privateKey) Set the private key as byte array for public key authentication.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.privateKeyFile(String privateKeyFile) Set the private key file path so that the SFTP endpoint can do public key authentication.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.privateKeyPassphrase(String privateKeyPassphrase) Set the passphrase for decrypting an encrypted private key.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.privateKeyUri(String privateKeyUri) Set the private key as a classpath: or file: URI (e.g., classpath:keys/id_rsa).MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.publicKeyAcceptedAlgorithms(String publicKeyAcceptedAlgorithms) Set a comma separated list of public key accepted algorithms.Sets the path separator to be used.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.serverHostKeys(String serverHostKeys) Set the list of algorithms supported for the server host key.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.serverKeyVerifier(String serverKeyVerifier) Custom ServerKeyVerifier for host key verification.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.serverKeyVerifier(org.apache.sshd.client.keyverifier.ServerKeyVerifier serverKeyVerifier) Custom ServerKeyVerifier for host key verification.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.strictHostKeyChecking(String strictHostKeyChecking) Sets whether to use strict host key checking.Username to use for login.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.useUserKnownHostsFile(boolean useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.MinaSftpEndpointBuilderFactory.MinaSftpEndpointBuilder.useUserKnownHostsFile(String useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.