Uses of Class
org.apache.sshd.common.util.logging.AbstractLoggingBean
-
-
Uses of AbstractLoggingBean in org.apache.sshd.client.config.hosts
Subclasses of AbstractLoggingBean in org.apache.sshd.client.config.hosts Modifier and Type Class Description classConfigFileHostEntryResolverWatches for changes in a configuration file and automatically reloads any changesclassDefaultConfigFileHostEntryResolverMonitors 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.keys Modifier and Type Class Description classBuiltinClientIdentitiesWatcherclassClientIdentitiesWatcherWatches over a group of files that contains client identitiesclassClientIdentityFileWatcherAClientIdentityProviderthat watches a given key file re-loading its contents if it is ever modified, deleted or (re-)createdclassDefaultClientIdentitiesWatcher -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.impl
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.impl Modifier and Type Class Description classAbstractIdentityResourceLoader<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 dataclassDSSPublicKeyEntryDecoderclassECDSAPublicKeyEntryDecoderclassOpenSSHCertificateDecoderclassRSAPublicKeyDecoderclassSkECDSAPublicKeyEntryDecoderclassSkED25519PublicKeyEntryDecoder -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader Modifier and Type Class Description classAbstractKeyPairResourceParserclassFileWatcherKeyPairResourceLoaderTracks 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 Modifier and Type Class Description classOpenSSHDSSPrivateKeyEntryDecoderclassOpenSSHECDSAPrivateKeyEntryDecoderclassOpenSSHKeyPairResourceParserBasic support for OpenSSH key file(s)classOpenSSHRSAPrivateKeyDecoder -
Uses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.pem
Subclasses of AbstractLoggingBean in org.apache.sshd.common.config.keys.loader.pem Modifier and Type Class Description classAbstractPEMResourceKeyPairParserBase class for PEM file key-pair loadersclassDSSPEMResourceKeyPairParserclassECDSAPEMResourceKeyPairParserclassPKCS8PEMResourceKeyPairParserclassRSAPEMResourceKeyPairParser -
Uses of AbstractLoggingBean in org.apache.sshd.common.file.nativefs
Subclasses of AbstractLoggingBean in org.apache.sshd.common.file.nativefs Modifier and Type Class Description classNativeFileSystemFactoryNative file system factory. -
Uses of AbstractLoggingBean in org.apache.sshd.common.future
Subclasses of AbstractLoggingBean in org.apache.sshd.common.future Modifier and Type Class Description classAbstractSshFuture<T extends SshFuture>classDefaultCloseFutureA default implementation ofCloseFuture.classDefaultSshFuture<T extends SshFuture>A default implementation ofSshFuture.classDefaultVerifiableSshFuture<T extends SshFuture> -
Uses of AbstractLoggingBean in org.apache.sshd.common.io
Subclasses of AbstractLoggingBean in org.apache.sshd.common.io Modifier and Type Class Description classAbstractIoWriteFuture -
Uses of AbstractLoggingBean in org.apache.sshd.common.keyprovider
Subclasses of AbstractLoggingBean in org.apache.sshd.common.keyprovider Modifier and Type Class Description classAbstractKeyPairProviderProvides a default implementation for someKeyPairProvidermethodsclassAbstractResourceKeyPairProvider<R>classClassLoadableResourceKeyPairProviderThis provider loads private keys from the specified resources that are accessible viaClassLoader.getResourceAsStream(String).classFileHostKeyCertificateProviderclassFileKeyPairProviderThis 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.closeable Modifier and Type Class Description classAbstractCloseableProvides some default implementations for managing channel/connection open/close stateclassAbstractInnerCloseableclassFuturesCloseable<T extends SshFuture>classIoBaseCloseableclassParallelCloseableWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassSequentialCloseableWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclassSimpleCloseable -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.io
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.io Modifier and Type Class Description classModifiableFileWatcherWatches 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 Modifier and Type Class Description classNetworkConnector -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security Modifier and Type Class Description classAbstractSecurityProviderRegistrar -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security.bouncycastle
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security.bouncycastle Modifier and Type Class Description classBouncyCastleGeneratorHostKeyProviderclassBouncyCastleKeyPairResourceParserclassBouncyCastleSecurityProviderRegistrar -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsa
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.security.eddsa Modifier and Type Class Description classEd25519PEMResourceKeyParserclassEd25519PublicKeyDecoderclassEdDSASecurityProviderRegistrarclassOpenSSHEd25519PrivateKeyEntryDecoder -
Uses of AbstractLoggingBean in org.apache.sshd.common.util.threads
Subclasses of AbstractLoggingBean in org.apache.sshd.common.util.threads Modifier and Type Class Description classSshdThreadFactoryDefaultThreadFactoryused byThreadUtilsto create thread pools if user did provide oneprotected classSshThreadPoolExecutor.DelegateCloseable -
Uses of AbstractLoggingBean in org.apache.sshd.server.keyprovider
Subclasses of AbstractLoggingBean in org.apache.sshd.server.keyprovider Modifier and Type Class Description classAbstractGeneratorHostKeyProviderHolds a singleKeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called.classSimpleGeneratorHostKeyProviderTODO Add javadoc
-