A C D E G H I K M O P R S T U 
All Classes All Packages

A

actor - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
actor() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Test actor.
actor() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Test actor.
allowedKeyPath - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
allowedKeyPath() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
AllowedKeyPath.
allowedKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the allowedKeyPath property.
autoStart - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
autoStart() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Auto start.
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.model.config.ssh - package com.consol.citrus.model.config.ssh
 
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.endpoint.builder - package com.consol.citrus.ssh.endpoint.builder
 
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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
commandTimeout() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
CommandTimeout.
commandTimeout(long) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the commandTimeout property.
connectionTimeout - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
connectionTimeout() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
ConnectionTimeout.
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() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Message correlator.
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
 
createSshClientModel() - Method in class com.consol.citrus.model.config.ssh.ObjectFactory
Create an instance of SshClientModel
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
createSshServerModel() - Method in class com.consol.citrus.model.config.ssh.ObjectFactory
Create an instance of SshServerModel

D

debugLogging - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
debugLogging() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Debug logging enabled.
debugLogging(boolean) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the debug logging enabled flag.
destroy(ChannelSession) - Method in class com.consol.citrus.ssh.SshCommand
 

E

endpointAdapter - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
endpointAdapter() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Endpoint adapter reference.
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

getActor() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der actor-Eigenschaft ab.
getAllowedKeyPath() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der allowedKeyPath-Eigenschaft ab.
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.model.config.ssh.SshClientModel
Ruft den Wert der commandTimeout-Eigenschaft ab.
getCommandTimeout() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the command timeout.
getConnectionTimeout() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der connectionTimeout-Eigenschaft ab.
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
 
getEndpointAdapter() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der endpointAdapter-Eigenschaft ab.
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.model.config.ssh.SshClientModel
Ruft den Wert der host-Eigenschaft ab.
getHost() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the ssh server host.
getHostKeyPath() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der hostKeyPath-Eigenschaft ab.
getHostKeyPath() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the host key path.
getId() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der id-Eigenschaft ab.
getId() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der id-Eigenschaft ab.
getInterceptors() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der interceptors-Eigenschaft ab.
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.
getKnownHostsPath() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der knownHostsPath-Eigenschaft ab.
getMessageConverter() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der messageConverter-Eigenschaft ab.
getMessageConverter() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der messageConverter-Eigenschaft ab.
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.
getMessageCorrelator() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der messageCorrelator-Eigenschaft ab.
getPassword() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der password-Eigenschaft ab.
getPassword() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der password-Eigenschaft ab.
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.
getPollingInterval() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der pollingInterval-Eigenschaft ab.
getPort() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der port-Eigenschaft ab.
getPort() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der port-Eigenschaft ab.
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.model.config.ssh.SshClientModel
Ruft den Wert der privateKeyPassword-Eigenschaft ab.
getPrivateKeyPassword() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Gets the private keystore password.
getPrivateKeyPath() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der privateKeyPath-Eigenschaft ab.
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.
getTimeout() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der timeout-Eigenschaft ab.
getUser() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der user-Eigenschaft ab.
getUser() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der user-Eigenschaft ab.
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.model.config.ssh.SshServerModel
Ruft den Wert der userHomePath-Eigenschaft ab.
getUserHomePath() - Method in class com.consol.citrus.ssh.server.SshServer
Gets the userHomePath.

H

host - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
host() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Host.
host(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the host property.
hostKeyPath - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
hostKeyPath() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
HostKeyPath.
hostKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the hostKeyPath property.

I

id - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
id - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
init() - Method in class com.consol.citrus.ssh.config.handler.CitrusSshConfigNamespaceHandler
interceptors - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
isAutoStart() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der autoStart-Eigenschaft ab.
isDebugLogging() - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Ruft den Wert der debugLogging-Eigenschaft ab.
isStrictHostChecking() - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Ruft den Wert der strictHostChecking-Eigenschaft ab.
isStrictHostChecking() - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Is strict host checking enabled.

K

knownHosts() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
KnownHosts.
knownHosts(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the knownHosts property.
knownHostsPath - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 

M

marshal(Object, Result) - Method in class com.consol.citrus.ssh.model.SshMarshaller
 
marshaller(SshMarshaller) - Method in class com.consol.citrus.ssh.server.SshServerBuilder
Sets the marshaller.
messageConverter - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
messageConverter - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
messageConverter() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Message converter.
messageConverter() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Message converter.
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.
messageCorrelator - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 

O

ObjectFactory - Class in com.consol.citrus.model.config.ssh
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.model.config.ssh package.
ObjectFactory - Class in com.consol.citrus.ssh.model
 
ObjectFactory() - Constructor for class com.consol.citrus.model.config.ssh.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.model.config.ssh
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, ReferenceResolver) - Method in class com.consol.citrus.ssh.config.annotation.SshClientConfigParser
 
parse(SshServerConfig, ReferenceResolver) - 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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
password - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
password() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Password.
password() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Password.
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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
pollingInterval() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Polling interval.
pollingInterval() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Polling interval.
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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
port - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
port() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Server port.
port() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Server port.
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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
privateKeyPassword() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
privateKeyPassword(String) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the privateKeyPassword property.
privateKeyPath - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
privateKeyPath() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
PrivateKeyPath.
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(TestContext, long) - Method in class com.consol.citrus.ssh.client.SshClient
 
receive(String, TestContext) - 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.
setActor(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der actor-Eigenschaft fest.
setAllowedKeyPath(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der allowedKeyPath-Eigenschaft fest.
setAllowedKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServer
Sets the allowedKeyPath.
setAutoStart(Boolean) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der autoStart-Eigenschaft fest.
setCommandTimeout(long) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Sets the command timeout.
setCommandTimeout(Integer) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der commandTimeout-Eigenschaft fest.
setConnectionTimeout(int) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Sets the connection timeout.
setConnectionTimeout(Integer) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der connectionTimeout-Eigenschaft fest.
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.
setDebugLogging(Boolean) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der debugLogging-Eigenschaft fest.
setEndpointAdapter(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der endpointAdapter-Eigenschaft fest.
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.model.config.ssh.SshClientModel
Legt den Wert der host-Eigenschaft fest.
setHost(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Sets the ssh server host.
setHostKeyPath(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der hostKeyPath-Eigenschaft fest.
setHostKeyPath(String) - Method in class com.consol.citrus.ssh.server.SshServer
Sets the hostKeyPath.
setId(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der id-Eigenschaft fest.
setId(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der id-Eigenschaft fest.
setInputStream(InputStream) - Method in class com.consol.citrus.ssh.SshCommand
 
setInterceptors(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der interceptors-Eigenschaft fest.
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.
setKnownHostsPath(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der knownHostsPath-Eigenschaft fest.
setMarshaller(SshMarshaller) - Method in class com.consol.citrus.ssh.server.SshServer
Sets the marshaller.
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.
setMessageConverter(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der messageConverter-Eigenschaft fest.
setMessageConverter(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der messageConverter-Eigenschaft fest.
setMessageCorrelator(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der messageCorrelator-Eigenschaft fest.
setOutputStream(OutputStream) - Method in class com.consol.citrus.ssh.SshCommand
 
setPassword(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der password-Eigenschaft fest.
setPassword(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der password-Eigenschaft fest.
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.
setPollingInterval(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der pollingInterval-Eigenschaft fest.
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.
setPort(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der port-Eigenschaft fest.
setPort(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der port-Eigenschaft fest.
setPrivateKeyPassword(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der privateKeyPassword-Eigenschaft fest.
setPrivateKeyPassword(String) - Method in class com.consol.citrus.ssh.client.SshEndpointConfiguration
Sets the private keystore password.
setPrivateKeyPath(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der privateKeyPath-Eigenschaft fest.
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.
setStrictHostChecking(Boolean) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der strictHostChecking-Eigenschaft fest.
setTimeout(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der timeout-Eigenschaft fest.
setUser(String) - Method in class com.consol.citrus.model.config.ssh.SshClientModel
Legt den Wert der user-Eigenschaft fest.
setUser(String) - Method in class com.consol.citrus.model.config.ssh.SshServerModel
Legt den Wert der user-Eigenschaft fest.
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.model.config.ssh.SshServerModel
Legt den Wert der userHomePath-Eigenschaft fest.
setUserHomePath(String) - Method in class com.consol.citrus.ssh.server.SshServer
Sets the userHomePath.
shutdown() - Method in class com.consol.citrus.ssh.server.SshServer
 
ssh() - Static method in class com.consol.citrus.ssh.endpoint.builder.SshEndpoints
Static entry method for ssh endpoints.
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() - Constructor for class com.consol.citrus.ssh.config.annotation.SshClientConfigParser
 
SshClientModel - Class in com.consol.citrus.model.config.ssh
Java-Klasse für anonymous complex type.
SshClientModel() - Constructor for class com.consol.citrus.model.config.ssh.SshClientModel
 
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
Default constructor using the name for this component.
SshEndpointConfiguration - Class in com.consol.citrus.ssh.client
 
SshEndpointConfiguration() - Constructor for class com.consol.citrus.ssh.client.SshEndpointConfiguration
 
SshEndpoints - Class in com.consol.citrus.ssh.endpoint.builder
 
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() - Constructor for class com.consol.citrus.ssh.config.annotation.SshServerConfigParser
 
SshServerModel - Class in com.consol.citrus.model.config.ssh
Java-Klasse für anonymous complex type.
SshServerModel() - Constructor for class com.consol.citrus.model.config.ssh.SshServerModel
 
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(ChannelSession, 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 - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
strictHostChecking() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
StrictHostChecking.
strictHostChecking(boolean) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the strictHostChecking property.

T

timeout - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
timeout() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
Timeout.
timeout() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
Timeout.
timeout(long) - Method in class com.consol.citrus.ssh.client.SshClientBuilder
Sets the default timeout.

U

unmarshal(Source) - Method in class com.consol.citrus.ssh.model.SshMarshaller
 
user - Variable in class com.consol.citrus.model.config.ssh.SshClientModel
 
user - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
user() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshClientConfig
User.
user() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
User.
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 - Variable in class com.consol.citrus.model.config.ssh.SshServerModel
 
userHomePath() - Method in annotation type com.consol.citrus.ssh.config.annotation.SshServerConfig
UserHomeDir.
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 
All Classes All Packages