Interface | Description |
---|---|
AsyncCommand |
Represents a command capable of doing non-blocking io.
|
ChannelSessionAware |
Command can implement this optional interface
to receive a reference to ChannelSession . |
Command |
Represents a command, shell or subsystem that can be used to send command.
|
CommandFactory |
A factory of commands.
|
Environment |
Interface providing access to the environment map and allowing the registration
of listeners for certain signals.
|
ExitCallback |
Callback used by the shell to notify the SSH server is has exited
|
PasswordAuthenticator |
The
PasswordAuthenticator is used to authenticate
users based on a password. |
PublickeyAuthenticator |
The
PublickeyAuthenticator is used on the server side
to authenticate user public keys. |
ServerFactoryManager |
The
ServerFactoryManager enable the retrieval of additional
configuration needed specifically for the server side. |
SessionAware |
Interface that can be implemented by a command to be able to access the
server session in which this command will be used.
|
SignalListener |
Define a listener to receive signals
|
UserAuth |
Server side authentication mechanism.
|
Enum | Description |
---|---|
Signal |
System signals definition that the shell can receive.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.