Index
All Classes and Interfaces|All Packages
A
- actor - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Actor used for switching groups of actions.
- actor() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Test actor.
- actor() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Test actor.
- allowedKeyPath - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to a public key in PEM format.
- allowedKeyPath() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
AllowedKeyPath.
- allowedKeyPath(String) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the allowedKeyPath property.
- autoStart - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Whether to start this SSH server automatically.
- autoStart() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Auto start.
- autoStart(boolean) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the autoStart property.
C
- CitrusSshConfigNamespaceHandler - Class in org.citrusframework.ssh.config.handler
-
Namespace handler implementation for components in Citrus SSH namespace.
- CitrusSshConfigNamespaceHandler() - Constructor for class org.citrusframework.ssh.config.handler.CitrusSshConfigNamespaceHandler
- command - Variable in class org.citrusframework.ssh.model.SshRequest
- commandTimeout - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Timeout in milliseconds for how long to wait for the SSH command to complete.
- commandTimeout() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
CommandTimeout.
- commandTimeout(long) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the commandTimeout property.
- connectionTimeout - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Timeout in milliseconds for how long to for a connectiuon to connect.
- connectionTimeout() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
ConnectionTimeout.
- connectionTimeout(int) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the connectionTimeout property.
- convertInbound(SshMessage, SshEndpointConfiguration, TestContext) - Method in class org.citrusframework.ssh.message.SshMessageConverter
- convertOutbound(Message, SshEndpointConfiguration, TestContext) - Method in class org.citrusframework.ssh.message.SshMessageConverter
- convertOutbound(SshMessage, Message, SshEndpointConfiguration, TestContext) - Method in class org.citrusframework.ssh.message.SshMessageConverter
- correlator() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Message correlator.
- correlator(MessageCorrelator) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the message correlator.
- createConsumer() - Method in class org.citrusframework.ssh.client.SshClient
- createEndpoint(String, Map<String, String>, TestContext) - Method in class org.citrusframework.ssh.client.SshEndpointComponent
- createProducer() - Method in class org.citrusframework.ssh.client.SshClient
- createSshClientModel() - Method in class org.citrusframework.model.config.ssh.ObjectFactory
-
Create an instance of
SshClientModel - createSshRequest() - Method in class org.citrusframework.ssh.model.ObjectFactory
-
Create an instance of
SshRequest - createSshResponse() - Method in class org.citrusframework.ssh.model.ObjectFactory
-
Create an instance of
SshResponse - createSshServerModel() - Method in class org.citrusframework.model.config.ssh.ObjectFactory
-
Create an instance of
SshServerModel
D
- debugLogging - Variable in class org.citrusframework.model.config.ssh.SshServerModel
- debugLogging() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Debug logging enabled.
- debugLogging(boolean) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the debug logging enabled flag.
- destroy(ChannelSession) - Method in class org.citrusframework.ssh.SshCommand
E
- endpointAdapter - Variable in class org.citrusframework.model.config.ssh.SshServerModel
- endpointAdapter() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Endpoint adapter reference.
- endpointAdapter(EndpointAdapter) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the endpoint adapter.
- exit - Variable in class org.citrusframework.ssh.model.SshResponse
G
- getActor() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Actor used for switching groups of actions.
- getAllowedKeyPath() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to a public key in PEM format.
- getAllowedKeyPath() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the allowed key path.
- getCommand() - Method in class org.citrusframework.ssh.model.SshRequest
-
Gets the command.
- getCommand() - Method in class org.citrusframework.ssh.SshCommand
-
Gets the command.
- getCommandTimeout() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Timeout in milliseconds for how long to wait for the SSH command to complete.
- getCommandTimeout() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the command timeout.
- getConnectionTimeout() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Timeout in milliseconds for how long to for a connectiuon to connect.
- getConnectionTimeout() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the connection timeout.
- getCorrelator() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the message correlator.
- getEndpoint() - Method in class org.citrusframework.ssh.client.SshClientBuilder
- getEndpoint() - Method in class org.citrusframework.ssh.server.SshServerBuilder
- getEndpointAdapter() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Ruft den Wert der endpointAdapter-Eigenschaft ab.
- getEndpointClass() - Method in class org.citrusframework.ssh.config.xml.SshClientParser
- getEndpointConfiguration() - Method in class org.citrusframework.ssh.client.SshClient
- getEndpointConfiguration() - Method in class org.citrusframework.ssh.server.SshServer
- getEndpointConfigurationClass() - Method in class org.citrusframework.ssh.config.xml.SshClientParser
- getExit() - Method in class org.citrusframework.ssh.model.SshResponse
-
Gets the exit.
- getHost() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Host to connect to for sending an SSH Exec request.
- getHost() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the ssh server host.
- getHostKeyPath() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to PEM encoded key pair (public and private key) which is used as host key.
- getHostKeyPath() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the host key path.
- getId() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Ruft den Wert der id-Eigenschaft ab.
- getId() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Ruft den Wert der id-Eigenschaft ab.
- getInterceptors() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Ruft den Wert der interceptors-Eigenschaft ab.
- getJsch() - Method in class org.citrusframework.ssh.client.SshClient
-
Gets the JSch implementation.
- getKnownHosts() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets known hosts.
- getKnownHostsPath() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Path to a known hosts file.
- getMessageConverter() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Ruft den Wert der messageConverter-Eigenschaft ab.
- getMessageConverter() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Ruft den Wert der messageConverter-Eigenschaft ab.
- getMessageConverter() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the message converter.
- getMessageConverter() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the message converter.
- getMessageCorrelator() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Ruft den Wert der messageCorrelator-Eigenschaft ab.
- getPassword() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Password used for password based authentication.
- getPassword() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Password for authenticating the user.
- getPassword() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the ssh user password.
- getPassword() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the user password.
- getPollingInterval() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Ruft den Wert der pollingInterval-Eigenschaft ab.
- getPort() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Port to use.
- getPort() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Port to listen to.
- getPort() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the ssh server port.
- getPort() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the server port.
- getPrivateKeyPassword() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Optional password for the private key
- getPrivateKeyPassword() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the private keystore password.
- getPrivateKeyPath() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Path to a private key, which can be either a plain file path or an class resource if prefixed with 'classpath:'
- getPrivateKeyPath() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the private key store path.
- getScpTransferEventListener() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets Scp trsanfer event listener.
- getServerClass() - Method in class org.citrusframework.ssh.config.xml.SshServerParser
- getSftpEventListener() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets Sftp event listener.
- getSshMarshaller() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the ssh oxm marshaller.
- getStderr() - Method in class org.citrusframework.ssh.model.SshResponse
-
Gets the stderr.
- getStdin() - Method in class org.citrusframework.ssh.model.SshRequest
-
Gets the stdin.
- getStdout() - Method in class org.citrusframework.ssh.model.SshResponse
-
Gets the stdout.
- getTimeout() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Ruft den Wert der timeout-Eigenschaft ab.
- getUser() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
User used for connecting to the SSH server.
- getUser() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
User which is allowed to connect.
- getUser() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Gets the ssh user.
- getUser() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the username.
- getUserHomePath() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to user home directory.
- getUserHomePath() - Method in class org.citrusframework.ssh.server.SshServer
-
Gets the userHomePath.
H
- host - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Host to connect to for sending an SSH Exec request.
- host() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Host.
- host(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the host property.
- hostKeyPath - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to PEM encoded key pair (public and private key) which is used as host key.
- hostKeyPath() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
HostKeyPath.
- hostKeyPath(String) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the hostKeyPath property.
I
- id - Variable in class org.citrusframework.model.config.ssh.SshClientModel
- id - Variable in class org.citrusframework.model.config.ssh.SshServerModel
- init() - Method in class org.citrusframework.ssh.config.handler.CitrusSshConfigNamespaceHandler
- interceptors - Variable in class org.citrusframework.model.config.ssh.SshServerModel
- isAutoStart() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Whether to start this SSH server automatically.
- isDebugLogging() - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Ruft den Wert der debugLogging-Eigenschaft ab.
- isStrictHostChecking() - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Whether the host key should be verified by looking it up in a 'known_hosts' file.
- isStrictHostChecking() - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Is strict host checking enabled.
K
- knownHosts() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
KnownHosts.
- knownHosts(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the knownHosts property.
- knownHostsPath - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Path to a known hosts file.
M
- marshal(Object, Result) - Method in class org.citrusframework.ssh.model.SshMarshaller
- marshaller(SshMarshaller) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the marshaller.
- messageConverter - Variable in class org.citrusframework.model.config.ssh.SshClientModel
- messageConverter - Variable in class org.citrusframework.model.config.ssh.SshServerModel
- messageConverter() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Message converter.
- messageConverter() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Message converter.
- messageConverter(SshMessageConverter) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the message converter.
- messageConverter(SshMessageConverter) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the message converter.
- messageCorrelator - Variable in class org.citrusframework.model.config.ssh.SshClientModel
O
- ObjectFactory - Class in org.citrusframework.model.config.ssh
-
This object contains factory methods for each Java content interface and Java element interface generated in the org.citrusframework.model.config.ssh package.
- ObjectFactory - Class in org.citrusframework.ssh.model
- ObjectFactory() - Constructor for class org.citrusframework.model.config.ssh.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.model.config.ssh
- ObjectFactory() - Constructor for class org.citrusframework.ssh.model.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.ssh.model
- org.citrusframework.model.config.ssh - package org.citrusframework.model.config.ssh
- org.citrusframework.ssh - package org.citrusframework.ssh
- org.citrusframework.ssh.client - package org.citrusframework.ssh.client
- org.citrusframework.ssh.config.annotation - package org.citrusframework.ssh.config.annotation
- org.citrusframework.ssh.config.handler - package org.citrusframework.ssh.config.handler
- org.citrusframework.ssh.config.xml - package org.citrusframework.ssh.config.xml
- org.citrusframework.ssh.endpoint.builder - package org.citrusframework.ssh.endpoint.builder
- org.citrusframework.ssh.message - package org.citrusframework.ssh.message
- org.citrusframework.ssh.model - package org.citrusframework.ssh.model
- org.citrusframework.ssh.server - package org.citrusframework.ssh.server
P
- parse(SshClientConfig, ReferenceResolver) - Method in class org.citrusframework.ssh.config.annotation.SshClientConfigParser
- parse(SshServerConfig, ReferenceResolver) - Method in class org.citrusframework.ssh.config.annotation.SshServerConfigParser
- parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.citrusframework.ssh.config.xml.SshClientParser
- parseServer(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.citrusframework.ssh.config.xml.SshServerParser
- password - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Password used for password based authentication.
- password - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Password for authenticating the user.
- password() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Password.
- password() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Password.
- password(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the client password.
- password(String) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the client password.
- pollingInterval - Variable in class org.citrusframework.model.config.ssh.SshClientModel
- pollingInterval() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Polling interval.
- pollingInterval() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Polling interval.
- pollingInterval(int) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the polling interval.
- pollingInterval(int) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the polling interval.
- port - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Port to use.
- port - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Port to listen to.
- port() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Server port.
- port() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Server port.
- port(int) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the port property.
- port(int) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the port property.
- privateKeyPassword - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Optional password for the private key
- privateKeyPassword() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
<privateKeyPassword.
- privateKeyPassword(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the privateKeyPassword property.
- privateKeyPath - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Path to a private key, which can be either a plain file path or an class resource if prefixed with 'classpath:'
- privateKeyPath() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
PrivateKeyPath.
- privateKeyPath(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the privateKeyPath property.
R
- receive(String, TestContext) - Method in class org.citrusframework.ssh.client.SshClient
- receive(String, TestContext, long) - Method in class org.citrusframework.ssh.client.SshClient
- receive(TestContext) - Method in class org.citrusframework.ssh.client.SshClient
- receive(TestContext, long) - Method in class org.citrusframework.ssh.client.SshClient
- run() - Method in class org.citrusframework.ssh.SshCommand
S
- send(Message, TestContext) - Method in class org.citrusframework.ssh.client.SshClient
-
Send a message as SSH request.
- setActor(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der actor-Eigenschaft fest.
- setAllowedKeyPath(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der allowedKeyPath-Eigenschaft fest.
- setAllowedKeyPath(String) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the allowedKeyPath.
- setAutoStart(Boolean) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der autoStart-Eigenschaft fest.
- setCommandTimeout(long) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the command timeout.
- setCommandTimeout(Integer) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der commandTimeout-Eigenschaft fest.
- setConnectionTimeout(int) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the connection timeout.
- setConnectionTimeout(Integer) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der connectionTimeout-Eigenschaft fest.
- setCorrelationManager(CorrelationManager<Message>) - Method in class org.citrusframework.ssh.client.SshClient
-
Sets the correlation manager.
- setCorrelator(MessageCorrelator) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the message correlator.
- setDebugLogging(Boolean) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der debugLogging-Eigenschaft fest.
- setEndpointAdapter(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der endpointAdapter-Eigenschaft fest.
- setErrorStream(OutputStream) - Method in class org.citrusframework.ssh.SshCommand
- setExitCallback(ExitCallback) - Method in class org.citrusframework.ssh.SshCommand
- setHost(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der host-Eigenschaft fest.
- setHost(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the ssh server host.
- setHostKeyPath(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der hostKeyPath-Eigenschaft fest.
- setHostKeyPath(String) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the hostKeyPath.
- setId(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der id-Eigenschaft fest.
- setId(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der id-Eigenschaft fest.
- setInputStream(InputStream) - Method in class org.citrusframework.ssh.SshCommand
- setInterceptors(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der interceptors-Eigenschaft fest.
- setJsch(JSch) - Method in class org.citrusframework.ssh.client.SshClient
-
Sets the JSch implementation.
- setKnownHosts(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets known hosts.
- setKnownHostsPath(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der knownHostsPath-Eigenschaft fest.
- setMarshaller(SshMarshaller) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the marshaller.
- setMessageConverter(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der messageConverter-Eigenschaft fest.
- setMessageConverter(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der messageConverter-Eigenschaft fest.
- setMessageConverter(SshMessageConverter) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the message converter.
- setMessageConverter(SshMessageConverter) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the message converter.
- setMessageCorrelator(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der messageCorrelator-Eigenschaft fest.
- setOutputStream(OutputStream) - Method in class org.citrusframework.ssh.SshCommand
- setPassword(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der password-Eigenschaft fest.
- setPassword(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der password-Eigenschaft fest.
- setPassword(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the ssh user password.
- setPassword(String) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the password.
- setPollingInterval(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der pollingInterval-Eigenschaft fest.
- setPort(int) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the ssh server port.
- setPort(int) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the port.
- setPort(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der port-Eigenschaft fest.
- setPort(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der port-Eigenschaft fest.
- setPrivateKeyPassword(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der privateKeyPassword-Eigenschaft fest.
- setPrivateKeyPassword(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the private keystore password.
- setPrivateKeyPath(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der privateKeyPath-Eigenschaft fest.
- setPrivateKeyPath(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the private key store path.
- setSshMarshaller(SshMarshaller) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the ssh oxm marshaller.
- setStrictHostChecking(boolean) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Enables/disables strict host checking.
- setStrictHostChecking(Boolean) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der strictHostChecking-Eigenschaft fest.
- setTimeout(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der timeout-Eigenschaft fest.
- setUser(String) - Method in class org.citrusframework.model.config.ssh.SshClientModel
-
Legt den Wert der user-Eigenschaft fest.
- setUser(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der user-Eigenschaft fest.
- setUser(String) - Method in class org.citrusframework.ssh.client.SshEndpointConfiguration
-
Sets the ssh user.
- setUser(String) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the user.
- setUserHomePath(String) - Method in class org.citrusframework.model.config.ssh.SshServerModel
-
Legt den Wert der userHomePath-Eigenschaft fest.
- setUserHomePath(String) - Method in class org.citrusframework.ssh.server.SshServer
-
Sets the userHomePath.
- shutdown() - Method in class org.citrusframework.ssh.server.SshServer
- ssh() - Static method in class org.citrusframework.ssh.endpoint.builder.SshEndpoints
-
Static entry method for ssh endpoints.
- SshClient - Class in org.citrusframework.ssh.client
-
Ssh client connects to ssh server and sends commands to that server.
- SshClient() - Constructor for class org.citrusframework.ssh.client.SshClient
-
Default constructor initializing endpoint configuration.
- SshClient(SshEndpointConfiguration) - Constructor for class org.citrusframework.ssh.client.SshClient
-
Default constructor using endpoint configuration.
- SshClientBuilder - Class in org.citrusframework.ssh.client
- SshClientBuilder() - Constructor for class org.citrusframework.ssh.client.SshClientBuilder
- SshClientConfig - Annotation Interface in org.citrusframework.ssh.config.annotation
- SshClientConfigParser - Class in org.citrusframework.ssh.config.annotation
- SshClientConfigParser() - Constructor for class org.citrusframework.ssh.config.annotation.SshClientConfigParser
- SshClientModel - Class in org.citrusframework.model.config.ssh
-
Java-Klasse für anonymous complex type.
- SshClientModel() - Constructor for class org.citrusframework.model.config.ssh.SshClientModel
- SshClientParser - Class in org.citrusframework.ssh.config.xml
-
Parse for SSH-client configuration
- SshClientParser() - Constructor for class org.citrusframework.ssh.config.xml.SshClientParser
- SshCommand - Class in org.citrusframework.ssh
-
A command for delegation to a endpoint adapter
- SshCommand(String, EndpointAdapter, SshEndpointConfiguration) - Constructor for class org.citrusframework.ssh.SshCommand
-
Constructor taking a command and the endpoint adapter as arguments
- SshEndpointComponent - Class in org.citrusframework.ssh.client
-
Component creates proper ssh client from endpoint uri resource and parameters.
- SshEndpointComponent() - Constructor for class org.citrusframework.ssh.client.SshEndpointComponent
-
Default constructor using the name for this component.
- SshEndpointConfiguration - Class in org.citrusframework.ssh.client
- SshEndpointConfiguration() - Constructor for class org.citrusframework.ssh.client.SshEndpointConfiguration
- SshEndpoints - Class in org.citrusframework.ssh.endpoint.builder
- SshMarshaller - Class in org.citrusframework.ssh.model
- SshMarshaller() - Constructor for class org.citrusframework.ssh.model.SshMarshaller
- SshMessage - Interface in org.citrusframework.ssh.model
- SshMessageConverter - Class in org.citrusframework.ssh.message
- SshMessageConverter() - Constructor for class org.citrusframework.ssh.message.SshMessageConverter
- SshRequest - Class in org.citrusframework.ssh.model
-
POJO encapsulating an SSH request.
- SshRequest() - Constructor for class org.citrusframework.ssh.model.SshRequest
-
Default constructor.
- SshRequest(String, String) - Constructor for class org.citrusframework.ssh.model.SshRequest
-
Constructor using fields.
- SshResponse - Class in org.citrusframework.ssh.model
-
POJO encapsulate a SSH response.
- SshResponse() - Constructor for class org.citrusframework.ssh.model.SshResponse
-
Default constructor.
- SshResponse(String, String, int) - Constructor for class org.citrusframework.ssh.model.SshResponse
-
Default constructor using fields.
- SshServer - Class in org.citrusframework.ssh.server
-
SSH Server implemented with Apache SSHD (http://mina.apache.org/sshd/).
- SshServer() - Constructor for class org.citrusframework.ssh.server.SshServer
-
Default constructor using default endpoint configuration.
- SshServer(SshEndpointConfiguration) - Constructor for class org.citrusframework.ssh.server.SshServer
-
Constructor using endpoint configuration.
- SshServerBuilder - Class in org.citrusframework.ssh.server
- SshServerBuilder() - Constructor for class org.citrusframework.ssh.server.SshServerBuilder
- SshServerConfig - Annotation Interface in org.citrusframework.ssh.config.annotation
- SshServerConfigParser - Class in org.citrusframework.ssh.config.annotation
- SshServerConfigParser() - Constructor for class org.citrusframework.ssh.config.annotation.SshServerConfigParser
- SshServerModel - Class in org.citrusframework.model.config.ssh
-
Java-Klasse für anonymous complex type.
- SshServerModel() - Constructor for class org.citrusframework.model.config.ssh.SshServerModel
- SshServerParser - Class in org.citrusframework.ssh.config.xml
-
Parser for the configuration of an SSH server
- SshServerParser() - Constructor for class org.citrusframework.ssh.config.xml.SshServerParser
- start(ChannelSession, Environment) - Method in class org.citrusframework.ssh.SshCommand
- startup() - Method in class org.citrusframework.ssh.server.SshServer
- stderr - Variable in class org.citrusframework.ssh.model.SshResponse
- stdin - Variable in class org.citrusframework.ssh.model.SshRequest
- stdout - Variable in class org.citrusframework.ssh.model.SshResponse
- strictHostChecking - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
Whether the host key should be verified by looking it up in a 'known_hosts' file.
- strictHostChecking() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
StrictHostChecking.
- strictHostChecking(boolean) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the strictHostChecking property.
T
- timeout - Variable in class org.citrusframework.model.config.ssh.SshClientModel
- timeout() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
Timeout.
- timeout() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
Timeout.
- timeout(long) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the default timeout.
U
- unmarshal(Source) - Method in class org.citrusframework.ssh.model.SshMarshaller
- user - Variable in class org.citrusframework.model.config.ssh.SshClientModel
-
User used for connecting to the SSH server.
- user - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
User which is allowed to connect.
- user() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshClientConfig
-
User.
- user() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
User.
- user(String) - Method in class org.citrusframework.ssh.client.SshClientBuilder
-
Sets the user property.
- user(String) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the user property.
- userHomePath - Variable in class org.citrusframework.model.config.ssh.SshServerModel
-
Path to user home directory.
- userHomePath() - Element in annotation interface org.citrusframework.ssh.config.annotation.SshServerConfig
-
UserHomeDir.
- userHomePath(String) - Method in class org.citrusframework.ssh.server.SshServerBuilder
-
Sets the userHomePath property.
All Classes and Interfaces|All Packages