| Modifier and Type | Field and Description |
|---|---|
static Transformer<DHFactory,NamedFactory<KeyExchange>> |
ClientBuilder.DH2KEX |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<String,String> |
ClientIdentity.ID_GENERATOR |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,KeyPair> |
ClientIdentity.loadIdentities(Path dir,
boolean strict,
Collection<String> types,
Transformer<String,String> idGenerator,
FilePasswordProvider provider,
LinkOption... options)
Scans a folder and loads all available identity files
|
static Map<String,Path> |
ClientIdentity.scanIdentitiesFolder(Path dir,
boolean strict,
Collection<String> types,
Transformer<String,String> idGenerator,
LinkOption... options)
Scans a folder for possible identity files
|
| Modifier and Type | Field and Description |
|---|---|
static Transformer<NamedResource,String> |
NamedResource.NAME_EXTRACTOR
|
| Modifier and Type | Method and Description |
|---|---|
static <S extends OptionalFeature,T,E extends NamedFactory<T>> |
NamedFactory.Utils.setUpTransformedFactories(boolean ignoreUnsupported,
Collection<? extends S> preferred,
Transformer<? super S,? extends E> xform) |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<ChannelRequestHandler,RequestHandler<Channel>> |
ChannelRequestHandler.CHANN2HNDLR |
| Modifier and Type | Method and Description |
|---|---|
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
Properties props,
boolean lenient,
Transformer<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
static <M extends AbstractFactoryManager> |
SshConfigFileReader.configureKeyExchanges(M manager,
String value,
boolean lenient,
Transformer<? super DHFactory,? extends NamedFactory<KeyExchange>> xformer,
boolean ignoreUnsupported) |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<Map<String,KeyPair>,KeyPairProvider> |
MappedKeyPairProvider.MAP_TO_KEY_PAIR_PROVIDER
Transforms a
Map of String->KeyPair to a
KeyPairProvider where map key is the type and value is the
associated KeyPair |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<ConnectionServiceRequestHandler,RequestHandler<ConnectionService>> |
ConnectionServiceRequestHandler.SVC2HNDLR |
| 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 |
class |
FstatVfsExtensionParser |
class |
FsyncExtensionParser |
class |
HardLinkExtensionParser |
class |
PosixRenameExtensionParser |
class |
StatVfsExtensionParser |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<Enum<?>,String> |
Transformer.ENUM_NAME_EXTRACTOR
|
static Transformer<Object,String> |
Transformer.TOSTRING
Invokes
Objects.toString(Object, String) on the argument
with null as the value to return if argument is null |
| Modifier and Type | Method and Description |
|---|---|
static <U extends V,V> |
Transformer.Utils.identity() |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<DHFactory,NamedFactory<KeyExchange>> |
ServerBuilder.DH2KEX |
| Modifier and Type | Field and Description |
|---|---|
static Transformer<String,String> |
ServerIdentity.ID_GENERATOR |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.