| Modifier and Type | Class and Description |
|---|---|
class |
ChannelAgentForwardingFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAuthFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthKeyboardInteractiveFactory |
class |
UserAuthPasswordFactory |
class |
UserAuthPublicKeyFactory |
| Modifier and Type | Method and Description |
|---|---|
static String |
ClientIdentity.getIdentityFileName(NamedResource r) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionServiceFactory |
class |
ClientUserAuthServiceFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubsystemClient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SftpClient |
static interface |
SftpCommand.CommandExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CheckFileHandleExtension |
interface |
CheckFileNameExtension |
interface |
CopyDataExtension
Implements the "copy-data" extension
|
interface |
CopyFileExtension |
interface |
MD5FileExtension |
interface |
MD5HandleExtension |
interface |
SftpClientExtension |
interface |
SftpClientExtensionFactory |
interface |
SpaceAvailableExtension
Implements the "space-availble" extension
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinSftpClientExtensions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCheckFileExtension |
class |
AbstractMD5HashExtension |
class |
AbstractSftpClientExtension |
class |
CheckFileHandleExtensionImpl |
class |
CheckFileNameExtensionImpl |
class |
CopyDataExtensionImpl |
class |
CopyFileExtensionImpl |
class |
MD5FileExtensionImpl |
class |
MD5HandleExtensionImpl |
class |
SpaceAvailableExtensionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OpenSSHFsyncExtension
Implements the "fsync@openssh.com" extension
|
interface |
OpenSSHStatHandleExtension
Implements the "fstatvfs@openssh.com" extension command
|
interface |
OpenSSHStatPathExtension
Implements the "statvfs@openssh.com" extension command
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOpenSSHStatCommandExtension |
class |
OpenSSHFsyncExtensionImpl |
class |
OpenSSHStatHandleExtensionImpl |
class |
OpenSSHStatPathExtensionImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuiltinFactory<T>
A named optional factory.
|
interface |
NamedFactory<T>
A named factory is a factory identified by a name.
|
interface |
ServiceFactory |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<NamedResource> |
NamedResource.BY_NAME_COMPARATOR
Compares 2
NamedResources according to their getName()
value case insensitive |
static Transformer<NamedResource,String> |
NamedResource.NAME_EXTRACTOR
|
| Modifier and Type | Method and Description |
|---|---|
static <R extends NamedResource> |
NamedResource.Utils.findByName(String name,
Comparator<? super String> c,
Collection<? extends R> resources) |
static <R extends NamedResource> |
NamedResource.Utils.removeByName(String name,
Comparator<? super String> c,
Collection<? extends R> resources)
Remove the resource identified by the name from the list.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
NamedResource.Utils.getNameList(Collection<? extends NamedResource> resources) |
static String |
NamedResource.Utils.getNames(Collection<? extends NamedResource> resources) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CipherFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
class |
ECCurves
Utilities for working with elliptic curves.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompressionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinCompressions |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedResourceListParseResult<R extends NamedResource> |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionConfigValue
Provides a "bridge" between the configuration values and the
actual
NamedFactory for the Compression. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Identity
Represents an SSH key type
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinIdentities |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DigestFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDigests
Provides easy access to the currently implemented digests
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinIoServiceFactoryFactories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DHFactory |
interface |
KeyExchangeFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDHFactories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MacFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinMacs
Provides easy access to the currently implemented macs
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RandomFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
JceRandomFactory
Named factory for the BouncyCastle
Random |
class |
SingletonRandomFactory
A random factory wrapper that uses a single random instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignatureFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinSignatures
Provides easy access to the currently implemented signatures
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtensionParser<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParser<T> |
class |
NewlineParser |
class |
Supported2Parser
Parses the "supported2" extension as defined in
DRAFT 13 section 5.4
|
class |
SupportedParser
Parses the "supported" extension as defined in
DRAFT 05 - section 4.4
|
class |
VendorIdParser |
class |
VersionsParser |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOpenSSHExtensionParser
Base class for various
XXX@openssh.com extension data reports |
static class |
AbstractOpenSSHExtensionParser.OpenSSHExtension |
class |
FstatVfsExtensionParser |
class |
FsyncExtensionParser |
class |
HardLinkExtensionParser |
class |
PosixRenameExtensionParser |
class |
StatVfsExtensionParser |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthNoneFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthGSSFactory
Factory class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelSessionFactory |
| Modifier and Type | Method and Description |
|---|---|
static String |
ServerIdentity.getIdentityFileName(NamedResource r) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectTcpipFactory |
class |
ForwardedTcpipFactory |
static class |
ForwardingFilter.Type
The type of requested connection forwarding.
|
static class |
TcpipServerChannel.TcpipFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionServiceFactory |
class |
ServerUserAuthServiceFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubsystemFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SftpSubsystemFactory |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.