Uses of Package
org.apache.sshd.server

Packages that use org.apache.sshd.server
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.server   
org.apache.sshd.server.auth   
org.apache.sshd.server.auth.gss   
org.apache.sshd.server.channel   
org.apache.sshd.server.command   
org.apache.sshd.server.filesystem   
org.apache.sshd.server.jaas   
org.apache.sshd.server.pam   
org.apache.sshd.server.session   
org.apache.sshd.server.sftp   
org.apache.sshd.server.shell   
 

Classes in org.apache.sshd.server used by org.apache.sshd
Command
          Represents a command, shell or subsystem that can be used to send command.
CommandFactory
          A factory of commands.
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
ForwardingFilter
          Determines if a forwarding request will be permitted.
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.
UserAuth
          Server side authentication mechanism.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server
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
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FileSystemView
          This is an abstraction over the user file system view.
ForwardingFilter
          Determines if a forwarding request will be permitted.
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.
Signal
          System signals definition that the shell can receive.
SignalListener
          Define a listener to receive signals
SshFile
          This is the file abstraction used by the server.
UserAuth
          Server side authentication mechanism.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.auth
UserAuth
          Server side authentication mechanism.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.auth.gss
HandshakingUserAuth
          Extension of UserAuth for use with methods which require handshakes, such as gssapi-with-mic.
UserAuth
          Server side authentication mechanism.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.channel
Command
          Represents a command, shell or subsystem that can be used to send command.
Environment
          Interface providing access to the environment map and allowing the registration of listeners for certain signals.
Signal
          System signals definition that the shell can receive.
SignalListener
          Define a listener to receive signals
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.command
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
FileSystemAware
          Interface that can be implemented by a command to be able to access the file system in which this command will be used.
FileSystemView
          This is an abstraction over the user file system view.
SshFile
          This is the file abstraction used by the server.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.filesystem
FileSystemFactory
          Factory for file system implementations - it returns the file system view for user.
FileSystemView
          This is an abstraction over the user file system view.
SshFile
          This is the file abstraction used by the server.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.jaas
PasswordAuthenticator
          The PasswordAuthenticator is used to authenticate users based on a password.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.pam
PasswordAuthenticator
          The PasswordAuthenticator is used to authenticate users based on a password.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.session
ServerFactoryManager
          The ServerFactoryManager enable the retrieval of additional configuration needed specifically for the server side.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.sftp
Command
          Represents a command, shell or subsystem that can be used to send command.
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
FileSystemAware
          Interface that can be implemented by a command to be able to access the file system in which this command will be used.
FileSystemView
          This is an abstraction over the user file system view.
SessionAware
          Interface that can be implemented by a command to be able to access the server session in which this command will be used.
SshFile
          This is the file abstraction used by the server.
 

Classes in org.apache.sshd.server used by org.apache.sshd.server.shell
Command
          Represents a command, shell or subsystem that can be used to send command.
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
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.