- send(Message, TestContext) - Method in class com.consol.citrus.ssh.client.SshClient
-
Send a message as SSH request.
- setAllowedKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the allowedKeyPath.
- setCommandTimeout(long) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the command timeout.
- setConnectionTimeout(int) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the connection timeout.
- setCorrelationManager(CorrelationManager<Message>) - Method in class com.consol.citrus.ssh.client.SshClient
-
Sets the correlation manager.
- setCorrelator(MessageCorrelator) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the message correlator.
- setErrorStream(OutputStream) - Method in class com.consol.citrus.ssh.SshCommand
-
- setExitCallback(ExitCallback) - Method in class com.consol.citrus.ssh.SshCommand
-
- setHost(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the ssh server host.
- setHostKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the hostKeyPath.
- setInputStream(InputStream) - Method in class com.consol.citrus.ssh.SshCommand
-
- setJsch(JSch) - Method in class com.consol.citrus.ssh.client.SshClient
-
Sets the JSch implementation.
- setKnownHosts(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets known hosts.
- setMessageConverter(SshMessageConverter) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the message converter.
- setMessageConverter(SshMessageConverter) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the message converter.
- setOutputStream(OutputStream) - Method in class com.consol.citrus.ssh.SshCommand
-
- setPassword(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the ssh user password.
- setPassword(String) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the password.
- setPort(int) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the ssh server port.
- setPort(int) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the port.
- setPrivateKeyPassword(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the private keystore password.
- setPrivateKeyPath(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the private key store path.
- setSshMarshaller(SshMarshaller) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the ssh oxm marshaller.
- setStrictHostChecking(boolean) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Enables/disables strict host checking.
- setUser(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
Sets the ssh user.
- setUser(String) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the user.
- setUserHomePath(String) - Method in class com.consol.citrus.ssh.server.SshServer
-
Sets the userHomePath.
- shutdown() - Method in class com.consol.citrus.ssh.server.SshServer
-
- SshClient - Class in com.consol.citrus.ssh.client
-
Ssh client connects to ssh server and sends commands to that server.
- SshClient() - Constructor for class com.consol.citrus.ssh.client.SshClient
-
Default constructor initializing endpoint configuration.
- SshClient(SshEndpointConfiguration) - Constructor for class com.consol.citrus.ssh.client.SshClient
-
Default constructor using endpoint configuration.
- SshClientBuilder - Class in com.consol.citrus.ssh.client
-
- SshClientBuilder() - Constructor for class com.consol.citrus.ssh.client.SshClientBuilder
-
- SshClientConfig - Annotation Type in com.consol.citrus.ssh.config.annotation
-
- SshClientConfigParser - Class in com.consol.citrus.ssh.config.annotation
-
- SshClientConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.ssh.config.annotation.SshClientConfigParser
-
Constructor matching super.
- SshClientParser - Class in com.consol.citrus.ssh.config.xml
-
Parse for SSH-client configuration
- SshClientParser() - Constructor for class com.consol.citrus.ssh.config.xml.SshClientParser
-
- SshCommand - Class in com.consol.citrus.ssh
-
A command for delegation to a endpoint adapter
- SshCommand(String, EndpointAdapter, SshEndpointConfiguration) - Constructor for class com.consol.citrus.ssh.SshCommand
-
Constructor taking a command and the endpoint adapter as arguments
- SshEndpointComponent - Class in com.consol.citrus.ssh.client
-
Component creates proper ssh client from endpoint uri resource and parameters.
- SshEndpointComponent() - Constructor for class com.consol.citrus.ssh.client.SshEndpointComponent
-
- SshEndpointConfiguration - Class in com.consol.citrus.ssh.client
-
- SshEndpointConfiguration() - Constructor for class com.consol.citrus.ssh.client.SshEndpointConfiguration
-
- SshMarshaller - Class in com.consol.citrus.ssh.model
-
- SshMarshaller() - Constructor for class com.consol.citrus.ssh.model.SshMarshaller
-
- SshMessage - Interface in com.consol.citrus.ssh.model
-
- SshMessageConverter - Class in com.consol.citrus.ssh.message
-
- SshMessageConverter() - Constructor for class com.consol.citrus.ssh.message.SshMessageConverter
-
- SshRequest - Class in com.consol.citrus.ssh.model
-
POJO encapsulating an SSH request.
- SshRequest() - Constructor for class com.consol.citrus.ssh.model.SshRequest
-
Default constructor.
- SshRequest(String, String) - Constructor for class com.consol.citrus.ssh.model.SshRequest
-
Constructor using fields.
- SshResponse - Class in com.consol.citrus.ssh.model
-
POJO encapsulate a SSH response.
- SshResponse() - Constructor for class com.consol.citrus.ssh.model.SshResponse
-
Default constructor.
- SshResponse(String, String, int) - Constructor for class com.consol.citrus.ssh.model.SshResponse
-
Default constructor using fields.
- SshServer - Class in com.consol.citrus.ssh.server
-
SSH Server implemented with Apache SSHD (http://mina.apache.org/sshd/).
- SshServer() - Constructor for class com.consol.citrus.ssh.server.SshServer
-
Default constructor using default endpoint configuration.
- SshServer(SshEndpointConfiguration) - Constructor for class com.consol.citrus.ssh.server.SshServer
-
Constructor using endpoint configuration.
- SshServerBuilder - Class in com.consol.citrus.ssh.server
-
- SshServerBuilder() - Constructor for class com.consol.citrus.ssh.server.SshServerBuilder
-
- SshServerConfig - Annotation Type in com.consol.citrus.ssh.config.annotation
-
- SshServerConfigParser - Class in com.consol.citrus.ssh.config.annotation
-
- SshServerConfigParser(ReferenceResolver) - Constructor for class com.consol.citrus.ssh.config.annotation.SshServerConfigParser
-
Constructor matching super.
- SshServerParser - Class in com.consol.citrus.ssh.config.xml
-
Parser for the configuration of an SSH server
- SshServerParser() - Constructor for class com.consol.citrus.ssh.config.xml.SshServerParser
-
- start(Environment) - Method in class com.consol.citrus.ssh.SshCommand
-
- startup() - Method in class com.consol.citrus.ssh.server.SshServer
-
- stderr - Variable in class com.consol.citrus.ssh.model.SshResponse
-
- stdin - Variable in class com.consol.citrus.ssh.model.SshRequest
-
- stdout - Variable in class com.consol.citrus.ssh.model.SshResponse
-
- strictHostChecking(boolean) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
-
Sets the strictHostChecking property.