Skip navigation links
A C D E G H I K M O P R S T U 

A

allowedKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the allowedKeyPath property.
autoStart(boolean) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the autoStart property.

C

CitrusSshConfigNamespaceHandler - Class in com.consol.citrus.ssh.config.handler
Namespace handler implementation for components in Citrus SSH namespace.
CitrusSshConfigNamespaceHandler() - Constructor for class com.consol.citrus.ssh.config.handler.CitrusSshConfigNamespaceHandler
 
com.consol.citrus.ssh - package com.consol.citrus.ssh
 
com.consol.citrus.ssh.client - package com.consol.citrus.ssh.client
 
com.consol.citrus.ssh.config.annotation - package com.consol.citrus.ssh.config.annotation
 
com.consol.citrus.ssh.config.handler - package com.consol.citrus.ssh.config.handler
 
com.consol.citrus.ssh.config.xml - package com.consol.citrus.ssh.config.xml
 
com.consol.citrus.ssh.message - package com.consol.citrus.ssh.message
 
com.consol.citrus.ssh.model - package com.consol.citrus.ssh.model
 
com.consol.citrus.ssh.server - package com.consol.citrus.ssh.server
 
command - Variable in class com.consol.citrus.ssh.model.SshRequest
 
commandTimeout(long) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the commandTimeout property.
connectionTimeout(int) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the connectionTimeout property.
convertInbound(SshMessage, SshEndpointConfiguration, TestContext) - Method in class com.consol.citrus.ssh.message.SshMessageConverter
 
convertOutbound(Message, SshEndpointConfiguration, TestContext) - Method in class com.consol.citrus.ssh.message.SshMessageConverter
 
convertOutbound(SshMessage, Message, SshEndpointConfiguration, TestContext) - Method in class com.consol.citrus.ssh.message.SshMessageConverter
 
correlator(MessageCorrelator) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the message correlator.
createConsumer() - Method in class com.consol.citrus.ssh.client.SshClient
 
createEndpoint(String, Map<String, String>, TestContext) - Method in class com.consol.citrus.ssh.client.SshEndpointComponent
 
createProducer() - Method in class com.consol.citrus.ssh.client.SshClient
 
createSshRequest() - Method in class com.consol.citrus.ssh.model.ObjectFactory
Create an instance of SshRequest
createSshResponse() - Method in class com.consol.citrus.ssh.model.ObjectFactory
Create an instance of SshResponse

D

debugLogging(boolean) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the debug logging enabled flag.
destroy() - Method in class com.consol.citrus.ssh.SshCommand
 

E

endpointAdapter(EndpointAdapter) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the endpoint adapter.
exit - Variable in class com.consol.citrus.ssh.model.SshResponse
 

G

getAllowedKeyPath() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the allowed key path.
getCommand() - Method in class com.consol.citrus.ssh.model.SshRequest
Gets the command.
getCommand() - Method in class com.consol.citrus.ssh.SshCommand
Gets the command.
getCommandTimeout() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the command timeout.
getConnectionTimeout() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the connection timeout.
getCorrelator() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the message correlator.
getEndpoint() - Method in class com.consol.citrus.ssh.client.SshClientBuilder
 
getEndpoint() - Method in class com.consol.citrus.ssh.server.SshServerBuilder
 
getEndpointClass() - Method in class com.consol.citrus.ssh.config.xml.SshClientParser
 
getEndpointConfiguration() - Method in class com.consol.citrus.ssh.client.SshClient
 
getEndpointConfiguration() - Method in class com.consol.citrus.ssh.server.SshServer
 
getEndpointConfigurationClass() - Method in class com.consol.citrus.ssh.config.xml.SshClientParser
 
getExit() - Method in class com.consol.citrus.ssh.model.SshResponse
Gets the exit.
getHost() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh server host.
getHostKeyPath() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the host key path.
getJsch() - Method in class com.consol.citrus.ssh.client.SshClient
Gets the JSch implementation.
getKnownHosts() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets known hosts.
getMessageConverter() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the message converter.
getMessageConverter() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the message converter.
getPassword() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh user password.
getPassword() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the user password.
getPort() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh server port.
getPort() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the server port.
getPrivateKeyPassword() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the private keystore password.
getPrivateKeyPath() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the private key store path.
getScpTransferEventListener() - Method in class com.consol.citrus.ssh.server.SshServer
Gets Scp trsanfer event listener.
getServerClass() - Method in class com.consol.citrus.ssh.config.xml.SshServerParser
 
getSftpEventListener() - Method in class com.consol.citrus.ssh.server.SshServer
Gets Sftp event listener.
getSshMarshaller() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh oxm marshaller.
getStderr() - Method in class com.consol.citrus.ssh.model.SshResponse
Gets the stderr.
getStdin() - Method in class com.consol.citrus.ssh.model.SshRequest
Gets the stdin.
getStdout() - Method in class com.consol.citrus.ssh.model.SshResponse
Gets the stdout.
getUser() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh user.
getUser() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the username.
getUserHomePath() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the userHomePath.

H

host(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the host property.
hostKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the hostKeyPath property.

I

init() - Method in class com.consol.citrus.ssh.config.handler.CitrusSshConfigNamespaceHandler
isStrictHostChecking() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Is strict host checking enabled.

K

knownHosts(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the knownHosts property.

M

messageConverter(SshMessageConverter) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the message converter.
messageConverter(SshMessageConverter) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the message converter.

O

ObjectFactory - Class in com.consol.citrus.ssh.model
 
ObjectFactory() - Constructor for class com.consol.citrus.ssh.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.ssh.model

P

parse(SshClientConfig) - Method in class com.consol.citrus.ssh.config.annotation.SshClientConfigParser
 
parse(SshServerConfig) - Method in class com.consol.citrus.ssh.config.annotation.SshServerConfigParser
 
parseEndpointConfiguration(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ssh.config.xml.SshClientParser
 
parseServer(BeanDefinitionBuilder, Element, ParserContext) - Method in class com.consol.citrus.ssh.config.xml.SshServerParser
 
password(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the client password.
password(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the client password.
pollingInterval(int) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the polling interval.
pollingInterval(int) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the polling interval.
port(int) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the port property.
port(int) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the port property.
privateKeyPassword(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the privateKeyPassword property.
privateKeyPath(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the privateKeyPath property.

R

receive(TestContext) - Method in class com.consol.citrus.ssh.client.SshClient
 
receive(String, TestContext) - Method in class com.consol.citrus.ssh.client.SshClient
 
receive(TestContext, long) - Method in class com.consol.citrus.ssh.client.SshClient
 
receive(String, TestContext, long) - Method in class com.consol.citrus.ssh.client.SshClient
 
run() - Method in class com.consol.citrus.ssh.SshCommand
 

S

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.

T

timeout(long) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the default timeout.
timeout(long) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the default timeout.

U

user(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the user property.
user(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the user property.
userHomePath(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the userHomePath property.
A C D E G H I K M O P R S T U 
Skip navigation links

Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.