Uses of Package
com.maverick.sshd

Packages that use com.maverick.sshd
com.maverick.sshd This package contains the base implementation of the SSH server. 
com.maverick.sshd.components This package contains the specific server components required by the Maverick SSHD server. 
com.maverick.sshd.components.jce This package contains a set of algoritm implementations that enable the Maverick SSHD to use a Java Cryptography Extension provider. 
com.maverick.sshd.components.standalone This package contains a set of algoritm implementations that enable the Maverick SSHD to use the internal cryptographic provider. 
com.maverick.sshd.platform This package contains the interfaces that are required to be implemented to create an SSH server implementation. 
com.maverick.sshd.vfs This package contains a Virtual File System which implements a platform independent version of the NativeFileSystemProvider. 
 

Classes in com.maverick.sshd used by com.maverick.sshd
AccessManager
          Use this interface to control access to SSH services.
AuthenticationMechanism
          Each authentication mechanism the server supports should implement this interface.
AuthenticationProtocol
          This class implements the SSH Authentication Protocol.
Channel
          This abstract class provides the basic functions of an SSH2 channel.
ChannelEventListener
          Interface for receiving Channel events (currently only supports the close event).
Connection
           
ConnectionManager
           This class holds the current sessions by TransportProtocol and ConnectionProtocol.
ConnectionProtocol
          This class implements the SSH Connection Protocol as an SSH Transport Protocol service.
ForwardingCallback
          This interface defines the callback methods required by the socketless SSHD implementation
ForwardingChannel
          An abstract forwarding channel implementation for use with both local and remote forwarding operations.
GlobalRequestHandler
          The SSH protocol allows for the sending of requests independently of any communication channel.
KeyboardInteractiveAuthentication
           
PublicKeyStore
          This interface allows you to define a custom public key store for the publickey authentication mechanism.
RemoteForwardingFactory
          This interface defines the behaviour for remote forwarding requests.
SessionChannel
           This class provides an abstract session, it handles all the requests defined in the SSH Connection protocol for a session channel and passes the request to the concrete implementation through its abstract methods.
SftpFile
          Represents an SFTP file object.
SftpFileAttributes
          This class represents the ATTRS structure defined in the draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file attribute information.
SocketForwardingChannel
          An abstract forwarding channel implementation for use with forwarding both local and remote sockets.
SshContext
          This class defines an SSH context for listening interfaces on the Daemon.
SshMessage
          This interface provides a callback for writing SSH messages into the outgoing buffer.
Subsystem
          Defines the abstract attributes of an SSH Subsystem.
TransportProtocol
          This class implements the SSH Transport Protocol for the SSHD server.
TransportProtocolListener
          An event handler for SSH Transport protocol events.
 

Classes in com.maverick.sshd used by com.maverick.sshd.components
SshContext
          This class defines an SSH context for listening interfaces on the Daemon.
TransportProtocol
          This class implements the SSH Transport Protocol for the SSHD server.
 

Classes in com.maverick.sshd used by com.maverick.sshd.components.jce
SshContext
          This class defines an SSH context for listening interfaces on the Daemon.
TransportProtocol
          This class implements the SSH Transport Protocol for the SSHD server.
 

Classes in com.maverick.sshd used by com.maverick.sshd.components.standalone
SshContext
          This class defines an SSH context for listening interfaces on the Daemon.
TransportProtocol
          This class implements the SSH Transport Protocol for the SSHD server.
 

Classes in com.maverick.sshd used by com.maverick.sshd.platform
Connection
           
KeyboardInteractiveAuthentication
           
SessionChannel
           This class provides an abstract session, it handles all the requests defined in the SSH Connection protocol for a session channel and passes the request to the concrete implementation through its abstract methods.
SftpFile
          Represents an SFTP file object.
SftpFileAttributes
          This class represents the ATTRS structure defined in the draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file attribute information.
 

Classes in com.maverick.sshd used by com.maverick.sshd.vfs
Connection
           
SftpFile
          Represents an SFTP file object.
SftpFileAttributes
          This class represents the ATTRS structure defined in the draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file attribute information.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.