Uses of Class
org.apache.sshd.common.util.logging.AbstractLoggingBean
Packages that use AbstractLoggingBean
Package
Description
-
Uses of AbstractLoggingBean in org.apache.sshd.client.config.hosts
Subclasses of AbstractLoggingBean in org.apache.sshd.client.config.hostsModifier and TypeClassDescriptionclassWatches for changes in a configuration file and automatically reloads any changesclassMonitors the~/.ssh/configfile of the user currently running the client, re-loading it if necessary. -
Uses of AbstractLoggingBean in org.apache.sshd.client.config.keys
Subclasses of AbstractLoggingBean in org.apache.sshd.client.config.keysModifier and TypeClassDescriptionclassclassWatches over a group of files that contains client identitiesclassAClientIdentityProviderthat watches a given key file re-loading its contents if it is ever modified, deleted or (re-)createdclass -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.impl
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.implModifier and TypeClassDescriptionclassAbstractIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> classAbstractKeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> classAbstractPrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> classAbstractPublicKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> Useful base class implementation for a decoder of anOpenSSHencoded key dataclassclassclassclassclassclass -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loaderModifier and TypeClassDescriptionclassclassTracks a file containingKeyPair-s an re-loads it whenever a change has been sensed in the monitored file (if it exists) -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.openssh
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.openssh -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.pem
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.pemModifier and TypeClassDescriptionclassBase class for PEM file key-pair loadersclassclassclassclass -
Uses of AbstractLoggingBean in org.apache.sshd.common.file.nativefs
Subclasses of AbstractLoggingBean in org.apache.sshd.common.file.nativefs -
Uses of AbstractLoggingBean in org.apache.sshd.common.future
Subclasses of AbstractLoggingBean in org.apache.sshd.common.futureModifier and TypeClassDescriptionclassAbstractSshFuture<T extends SshFuture<T>>classA default implementation of aCancelFuture.classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classA default implementation ofCloseFuture.classDefaultSshFuture<T extends SshFuture<T>>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture<T>> -
Uses of AbstractLoggingBean in org.apache.sshd.common.io
Subclasses of AbstractLoggingBean in org.apache.sshd.common.io -
Uses of AbstractLoggingBean in org.apache.sshd.common.keyprovider
Subclasses of AbstractLoggingBean in org.apache.sshd.common.keyproviderModifier and TypeClassDescriptionclassProvides a default implementation for someKeyPairProvidermethodsclassclassThis provider loads private keys from the specified resources that are accessible viaClassLoader.getResourceAsStream(String).classclassThis host key provider loads private keys from the specified files. -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.closeable
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.closeableModifier and TypeClassDescriptionclassProvides some default implementations for managing channel/connection open/close stateclassclassFuturesCloseable<T extends SshFuture<T>>classclassWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclass -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.io
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.ioModifier and TypeClassDescriptionclassWatches over changes for a file and re-loads them if file has changed - including if file is deleted or (re-)created -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.net
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.net -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.securityModifier and TypeClassDescriptionclassclassThis is registrar ensures that even if other registrars are active, we still use the Java built-in security provider at least for some security entities. -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security.bouncycastle
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security.bouncycastleModifier and TypeClassDescriptionclassclassclass -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsa
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsaModifier and TypeClassDescriptionclassAn implementation ofGenericEd25519PEMResourceKeyParsertied to thenet.i2p.cryptoEdDSA security provider.final classAn implementation ofGenericEd25519PublicKeyDecodertied to thenet.i2p.cryptoEdDSA security provider.classclassAn implementation ofGenericOpenSSHEd25519PrivateKeyEntryDecodertied to thenet.i2p.cryptoEdDSA security provider -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsa.generic
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsa.genericModifier and TypeClassDescriptionclassclassGenericEd25519PublicKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> classGenericOpenSSHEd25519PrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.threads
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.threadsModifier and TypeClassDescriptionclassDefaultThreadFactoryused byThreadUtilsto create thread pools if user did provide oneprotected class -
Uses of AbstractLoggingBean in org.apache.sshd.server.keyprovider
Subclasses of AbstractLoggingBean in org.apache.sshd.server.keyproviderModifier and TypeClassDescriptionclassHolds a singleKeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called.classA simple implementation of anAbstractGeneratorHostKeyProviderthat writes and reads host keys using the OpenSSH file format.