| Package | Description |
|---|---|
| org.apache.sshd.client.config.keys |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIdentityFileWatcher
A
ClientIdentityProvider that watches a given key file re-loading
its contents if it is ever modified, deleted or (re-)created |
| Modifier and Type | Method and Description |
|---|---|
static List<ClientIdentityProvider> |
ClientIdentitiesWatcher.buildProviders(Collection<? extends Path> paths,
ClientIdentityLoader loader,
FilePasswordProvider provider,
boolean strict) |
static List<ClientIdentityProvider> |
ClientIdentitiesWatcher.buildProviders(Collection<? extends Path> paths,
Supplier<ClientIdentityLoader> loader,
Supplier<FilePasswordProvider> provider,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
protected KeyPair |
ClientIdentitiesWatcher.doGetKeyPair(ClientIdentityProvider p) |
| Constructor and Description |
|---|
ClientIdentitiesWatcher(Collection<ClientIdentityProvider> providers) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.