- ScpComponent - Class in org.apache.camel.component.scp
-
Component providing secure messaging using JSch
- ScpComponent() - Constructor for class org.apache.camel.component.scp.ScpComponent
-
- ScpComponent(CamelContext) - Constructor for class org.apache.camel.component.scp.ScpComponent
-
- ScpConfiguration - Class in org.apache.camel.component.scp
-
SCP configuration
- ScpConfiguration() - Constructor for class org.apache.camel.component.scp.ScpConfiguration
-
- ScpConfiguration(URI) - Constructor for class org.apache.camel.component.scp.ScpConfiguration
-
- ScpEndpoint - Class in org.apache.camel.component.scp
-
To copy files using the secure copy protocol (SCP).
- ScpEndpoint() - Constructor for class org.apache.camel.component.scp.ScpEndpoint
-
- ScpEndpoint(String, ScpComponent, ScpConfiguration) - Constructor for class org.apache.camel.component.scp.ScpEndpoint
-
- ScpFile - Class in org.apache.camel.component.scp
-
SFTP remote file operations
- ScpFile() - Constructor for class org.apache.camel.component.scp.ScpFile
-
- ScpOperations - Class in org.apache.camel.component.scp
-
SCP remote file operations
- ScpOperations() - Constructor for class org.apache.camel.component.scp.ScpOperations
-
- ScpOperations.SessionUserInfo - Class in org.apache.camel.component.scp
-
- ScpProcessStrategyFactory - Class in org.apache.camel.component.scp
-
- ScpProducer - Class in org.apache.camel.component.scp
-
- ScpProducer(ScpEndpoint, RemoteFileOperations<ScpFile>) - Constructor for class org.apache.camel.component.scp.ScpProducer
-
- sendNoop() - Method in class org.apache.camel.component.scp.ScpOperations
-
- sendSiteCommand(String) - Method in class org.apache.camel.component.scp.ScpOperations
-
- SessionUserInfo(ScpConfiguration) - Constructor for class org.apache.camel.component.scp.ScpOperations.SessionUserInfo
-
- setAttrs(int) - Method in class org.apache.camel.component.scp.ScpFile
-
- setChmod(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Allows you to set chmod on the stored file.
- setCiphers(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Set a comma separated list of ciphers that will be used in order of preference.
- setDefaultPort() - Method in class org.apache.camel.component.scp.ScpConfiguration
-
- setDirectory(boolean) - Method in class org.apache.camel.component.scp.ScpFile
-
- setEndpoint(GenericFileEndpoint<ScpFile>) - Method in class org.apache.camel.component.scp.ScpOperations
-
- setKnownHostsFile(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Sets the known_hosts file, so that the jsch endpoint can do host key verification.
- setLength(int) - Method in class org.apache.camel.component.scp.ScpFile
-
- setName(String) - Method in class org.apache.camel.component.scp.ScpFile
-
- setParent(String) - Method in class org.apache.camel.component.scp.ScpFile
-
- setPreferredAuthentications(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Set a comma separated list of authentications that will be used in order of preference.
- setPrivateKeyBytes(byte[]) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Set the private key bytes to that the endpoint can do private key verification.
- setPrivateKeyFile(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Set the private key file to that the endpoint can do private key verification.
- setPrivateKeyFilePassphrase(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Set the private key file passphrase to that the endpoint can do private key verification.
- setStrictHostKeyChecking(String) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
Sets whether to use strict host key checking.
- setUseUserKnownHostsFile(boolean) - Method in class org.apache.camel.component.scp.ScpConfiguration
-
If knownHostFile has not been explicit configured, then use the host file from System.getProperty("user.home") + "/.ssh/known_hosts"
- setVerboseLogging(boolean) - Method in class org.apache.camel.component.scp.ScpComponent
-
JSCH is verbose logging out of the box.
- showMessage(String) - Method in class org.apache.camel.component.scp.ScpOperations.SessionUserInfo
-
- storeFile(String, Exchange, long) - Method in class org.apache.camel.component.scp.ScpOperations
-