Uses of Interface
org.apache.sshd.client.config.keys.ClientIdentityLoaderHolder
-
Packages that use ClientIdentityLoaderHolder Package Description org.apache.sshd.client org.apache.sshd.client.config.keys -
-
Uses of ClientIdentityLoaderHolder in org.apache.sshd.client
Subinterfaces of ClientIdentityLoaderHolder in org.apache.sshd.client Modifier and Type Interface Description interface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement ClientIdentityLoaderHolder Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of ClientIdentityLoaderHolder in org.apache.sshd.client.config.keys
Subinterfaces of ClientIdentityLoaderHolder in org.apache.sshd.client.config.keys Modifier and Type Interface Description interface
ClientIdentityLoaderManager
TODO Add javadocClasses in org.apache.sshd.client.config.keys that implement ClientIdentityLoaderHolder Modifier and Type Class Description class
ClientIdentityFileWatcher
AClientIdentityProvider
that watches a given key file re-loading its contents if it is ever modified, deleted or (re-)createdclass
LazyClientKeyIdentityProvider
TODO Add javadocFields in org.apache.sshd.client.config.keys declared as ClientIdentityLoaderHolder Modifier and Type Field Description private ClientIdentityLoaderHolder
ClientIdentityFileWatcher. loaderHolder
Methods in org.apache.sshd.client.config.keys that return ClientIdentityLoaderHolder Modifier and Type Method Description static ClientIdentityLoaderHolder
ClientIdentityLoaderHolder. loaderHolderOf(ClientIdentityLoader loader)
Methods in org.apache.sshd.client.config.keys with parameters of type ClientIdentityLoaderHolder Modifier and Type Method Description static java.util.List<ClientIdentityProvider>
ClientIdentitiesWatcher. buildProviders(java.util.Collection<? extends java.nio.file.Path> paths, ClientIdentityLoaderHolder loader, FilePasswordProviderHolder provider, boolean strict)
-