Uses of Package
com.maverick.sshd.platform

Packages that use com.maverick.sshd.platform
com.maverick.sshd This package contains the base implementation of the SSH server. 
com.maverick.sshd.platform This package contains the interfaces that are required to be implemented to create an SSH server implementation. 
com.maverick.sshd.scp This package contains an implementation of SCP for the Maverick SSHD
 
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.platform used by com.maverick.sshd
AuthenticationProvider
          This class provides an entry point for authenticating users.
KeyboardInteractiveProvider
           
 

Classes in com.maverick.sshd.platform used by com.maverick.sshd.platform
ExecutableCommand
          This class can be extended to provide a single executable command.
InvalidHandleException
          Thrown when an invalid file handle is received.
NativeAuthenticationProvider
          Implement this interface to customize the authentication of users logging into your server.
PasswordChangeException
          Thrown when the login process requires that the user change their password.
PermissionDeniedException
          Thrown when the file system denies access to a user whom does not have permission to gain access to a file system object.
UnsupportedFileOperationException
          Thrown when the file system does not support a requested operation.
 

Classes in com.maverick.sshd.platform used by com.maverick.sshd.scp
ExecutableCommand
          This class can be extended to provide a single executable command.
 

Classes in com.maverick.sshd.platform used by com.maverick.sshd.vfs
InvalidHandleException
          Thrown when an invalid file handle is received.
NativeFileSystemProvider
           Provides native file system access for the built in SFTP server.
PermissionDeniedException
          Thrown when the file system denies access to a user whom does not have permission to gain access to a file system object.
UnsupportedFileOperationException
          Thrown when the file system does not support a requested operation.
 



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