See: Description
Interface | Description |
---|---|
DisplayAwareKeyboardInteractiveProvider | |
FileSystem | Deprecated
Use AbstractFileSystem based implementations instead.
|
FileSystemFactory | |
KeyboardInteractiveProvider | |
OperationWrapperSupport | Deprecated
Use SftpOperationWrapper instead.
|
Class | Description |
---|---|
ExecutableCommand |
This class can be extended to provide a single executable command.
|
NativeExecutableCommand |
A further extension of the
ExecutableCommand that provides the
ability to execute a native process. |
Exception | Description |
---|---|
InvalidHandleException |
Thrown when an invalid file handle is received.
|
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.
|
This package contains the interfaces that are required to be implemented to create an SSH server implementation. This consists of two required interfaces, the NativeAuthenticationProvider and NativeProcessProvider and an optional interface the NativeFileSystemProvider.
Copyright © 2024. All rights reserved.