Uses of Interface
org.apache.sshd.common.NamedResource
-
-
Uses of NamedResource in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement NamedResource Modifier and Type Class Description classChannelAgentForwardingFactory -
Uses of NamedResource in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement NamedResource Modifier and Type Class Description classChannelAgentForwardingFactory -
Uses of NamedResource in org.apache.sshd.client
Method parameters in org.apache.sshd.client with type arguments of type NamedResource Modifier and Type Method Description protected KeyIdentityProviderSshClient. preloadClientIdentities(java.util.Collection<? extends NamedResource> locations) -
Uses of NamedResource in org.apache.sshd.client.auth
Subinterfaces of NamedResource in org.apache.sshd.client.auth Modifier and Type Interface Description interfaceUserAuthRepresents a user authentication mechanisminterfaceUserAuthFactoryClasses in org.apache.sshd.client.auth that implement NamedResource Modifier and Type Class Description classAbstractUserAuthclassAbstractUserAuthFactoryclassBuiltinUserAuthFactoriesProvides a centralized location for the default built-in authentication factories -
Uses of NamedResource in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement NamedResource Modifier and Type Class Description classUserAuthHostBasedclassUserAuthHostBasedFactory -
Uses of NamedResource in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement NamedResource Modifier and Type Class Description classUserAuthKeyboardInteractiveManages a "keyboard-interactive" exchange according to RFC4256classUserAuthKeyboardInteractiveFactory -
Uses of NamedResource in org.apache.sshd.client.auth.password
Classes in org.apache.sshd.client.auth.password that implement NamedResource Modifier and Type Class Description classUserAuthPasswordImplements the client-side "password" authentication mechanismclassUserAuthPasswordFactory -
Uses of NamedResource in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement NamedResource Modifier and Type Class Description classUserAuthPublicKeyImplements the "publickey" authentication mechanismclassUserAuthPublicKeyFactory -
Uses of NamedResource in org.apache.sshd.client.channel.exit
Classes in org.apache.sshd.client.channel.exit that implement NamedResource Modifier and Type Class Description classAbstractChannelExitRequestHandler<V>Provides a common base class for channel request handlers that deal with various "exit-XXX" requests.classExitSignalChannelRequestHandlerclassExitStatusChannelRequestHandler -
Uses of NamedResource in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedResource Modifier and Type Class Description classKnownHostDigestAvailable digesters for known hosts entriesMethods in org.apache.sshd.client.config.hosts with parameters of type NamedResource Modifier and Type Method Description static <A extends java.lang.Appendable>
AKnownHostHashValue. append(A sb, NamedResource factory, byte[] salt, byte[] digest) -
Uses of NamedResource in org.apache.sshd.client.config.keys
Fields in org.apache.sshd.client.config.keys with type parameters of type NamedResource Modifier and Type Field Description private java.util.Collection<? extends NamedResource>LazyClientKeyIdentityProvider. locationsMethods in org.apache.sshd.client.config.keys that return types with arguments of type NamedResource Modifier and Type Method Description java.util.Collection<? extends NamedResource>LazyClientKeyIdentityProvider. getLocations()Methods in org.apache.sshd.client.config.keys with parameters of type NamedResource Modifier and Type Method Description static java.lang.StringClientIdentity. getIdentityFileName(NamedResource r)booleanClientIdentityLoader. isValidLocation(NamedResource location)java.lang.Iterable<java.security.KeyPair>ClientIdentityLoader. loadClientIdentities(SessionContext session, NamedResource location, FilePasswordProvider provider)protected java.lang.Iterable<java.security.KeyPair>LazyClientKeyIdentityProvider. loadClientIdentities(SessionContext session, NamedResource location)Method parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResource Modifier and Type Method Description static KeyIdentityProviderClientIdentityLoader. asKeyIdentityProvider(ClientIdentityLoader loader, java.util.Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting)Uses the providedClientIdentityLoaderto lazy load the keys locationsConstructor parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResource Constructor Description LazyClientKeyIdentityProvider(ClientIdentityLoader loader, java.util.Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting) -
Uses of NamedResource in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement NamedResource Modifier and Type Class Description classAbstractDHClientKeyExchangeclassDHGClientBase class for DHG key exchange algorithms.classDHGEXClient -
Uses of NamedResource in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement NamedResource Modifier and Type Class Description classClientConnectionServiceFactoryclassClientUserAuthServiceFactory -
Uses of NamedResource in org.apache.sshd.client.subsystem
Subinterfaces of NamedResource in org.apache.sshd.client.subsystem Modifier and Type Interface Description interfaceSubsystemClientClasses in org.apache.sshd.client.subsystem that implement NamedResource Modifier and Type Class Description classAbstractSubsystemClient -
Uses of NamedResource in org.apache.sshd.common
Subinterfaces of NamedResource in org.apache.sshd.common Modifier and Type Interface Description interfaceBuiltinFactory<T>A named optional factory.interfaceNamedFactory<T>A named factory is a factory identified by a name.interfaceProperty<T>Property definition.interfaceServiceFactoryClasses in org.apache.sshd.common that implement NamedResource Modifier and Type Class Description static classProperty.BaseProperty<T>static classProperty.BooleanPropertystatic classProperty.CharsetPropertystatic classProperty.DurationInSecondsPropertystatic classProperty.DurationPropertystatic classProperty.EnumProperty<T extends java.lang.Enum<T>>static classProperty.IntegerPropertystatic classProperty.LongPropertystatic classProperty.ObjectPropertystatic classProperty.StringPropertystatic classProperty.Validating<T>Fields in org.apache.sshd.common with type parameters of type NamedResource Modifier and Type Field Description static java.util.Comparator<NamedResource>NamedResource. BY_NAME_COMPARATORCompares 2NamedResources according to theirgetName()value case insensitivestatic java.util.function.Function<NamedResource,java.lang.String>NamedResource. NAME_EXTRACTORMethods in org.apache.sshd.common with type parameters of type NamedResource Modifier and Type Method Description static <R extends NamedResource>
RNamedResource. findByName(java.lang.String name, java.util.Comparator<? super java.lang.String> c, java.util.Collection<? extends R> resources)static <R extends NamedResource>
RNamedResource. findFirstMatchByName(java.util.Collection<java.lang.String> names, java.util.Comparator<? super java.lang.String> c, java.util.Collection<? extends R> resources)static <R extends NamedResource>
RNamedResource. removeByName(java.lang.String name, java.util.Comparator<? super java.lang.String> c, java.util.Collection<? extends R> resources)Remove the resource identified by the name from the list.static <E extends NamedResource & OptionalFeature>
java.util.List<E>NamedFactory. setUpBuiltinFactories(boolean ignoreUnsupported, java.util.Collection<? extends E> preferred)Filters out unsupported factories from a given list ifignoreUnsupported == true.static <S extends OptionalFeature,E extends NamedResource>
java.util.List<E>NamedFactory. setUpTransformedFactories(boolean ignoreUnsupported, java.util.Collection<? extends S> preferred, java.util.function.Function<? super S,? extends E> xform)Converts a list of factories to a list of transformed factories, optionally excluding unsupported factories.Methods in org.apache.sshd.common that return NamedResource Modifier and Type Method Description static NamedResourceNamedResource. ofName(java.lang.String name)Wraps a name value inside aNamedResourceMethods in org.apache.sshd.common with parameters of type NamedResource Modifier and Type Method Description static intNamedResource. safeCompareByName(NamedResource r1, NamedResource r2, boolean caseSensitive)Method parameters in org.apache.sshd.common with type arguments of type NamedResource Modifier and Type Method Description static java.util.List<java.lang.String>NamedResource. getNameList(java.util.Collection<? extends NamedResource> resources)static java.lang.StringNamedResource. getNames(java.util.Collection<? extends NamedResource> resources) -
Uses of NamedResource in org.apache.sshd.common.auth
Subinterfaces of NamedResource in org.apache.sshd.common.auth Modifier and Type Interface Description interfaceUserAuthInstance<S extends SessionContext>Represents an authentication-in-progress tracker for a specific sessioninterfaceUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>Represents a user authentication methodClasses in org.apache.sshd.common.auth that implement NamedResource Modifier and Type Class Description classAbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>classAbstractUserAuthServiceFactory -
Uses of NamedResource in org.apache.sshd.common.channel
Subinterfaces of NamedResource in org.apache.sshd.common.channel Modifier and Type Interface Description interfaceChannelFactory -
Uses of NamedResource in org.apache.sshd.common.cipher
Subinterfaces of NamedResource in org.apache.sshd.common.cipher Modifier and Type Interface Description interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement NamedResource Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphersclassECCurvesUtilities for working with elliptic curves. -
Uses of NamedResource in org.apache.sshd.common.compression
Subinterfaces of NamedResource in org.apache.sshd.common.compression Modifier and Type Interface Description interfaceCompressionInterface used to compress the stream of data between the SSH server and clients.interfaceCompressionFactoryinterfaceCompressionInformationClasses in org.apache.sshd.common.compression that implement NamedResource Modifier and Type Class Description classBaseCompressionclassBuiltinCompressionsclassCompressionDelayedZlibZLib delayed compression.classCompressionNoneclassCompressionZlibZLib based Compression. -
Uses of NamedResource in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config with type parameters of type NamedResource Modifier and Type Class Description classFactoriesListParseResult<T,F extends NamedResource>classNamedFactoriesListParseResult<T,F extends NamedResource>Holds the result of parsing a list ofNamedFactoryiesclassNamedResourceListParseResult<R extends NamedResource>Classes in org.apache.sshd.common.config that implement NamedResource Modifier and Type Class Description classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of NamedResource in org.apache.sshd.common.config.keys
Subinterfaces of NamedResource in org.apache.sshd.common.config.keys Modifier and Type Interface Description interfaceIdentityRepresents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".Classes in org.apache.sshd.common.config.keys that implement NamedResource Modifier and Type Class Description classBuiltinIdentitiesMethods in org.apache.sshd.common.config.keys with parameters of type NamedResource Modifier and Type Method Description default <T> TFilePasswordProvider. decode(SessionContext session, NamedResource resourceKey, FilePasswordProvider.Decoder<? extends T> decoder)Obtains the password throughFilePasswordProvider.getPassword(SessionContext, NamedResource, int), invokes theFilePasswordProvider.Decoderand thenFilePasswordProvider.handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception)and then returns the decoded result.java.lang.StringFilePasswordProvider. getPassword(SessionContext session, NamedResource resourceKey, int retryIndex)default FilePasswordProvider.ResourceDecodeResultFilePasswordProvider. handleDecodeAttemptResult(SessionContext session, NamedResource resourceKey, int retryIndex, java.lang.String password, java.lang.Exception err)Invoked to inform the password provide about the decoding result.default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, java.io.BufferedReader rdr)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, java.io.InputStream stream)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, java.io.InputStream stream, java.nio.charset.Charset cs)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, java.io.Reader rdr)PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, java.util.List<java.lang.String> lines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader with parameters of type NamedResource Modifier and Type Method Description booleanAbstractKeyPairResourceParser. canExtractKeyPairs(NamedResource resourceKey, java.util.List<java.lang.String> lines)booleanKeyPairResourceParser. canExtractKeyPairs(NamedResource resourceKey, java.util.List<java.lang.String> lines)java.util.Collection<java.security.KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, byte[] bytes, java.util.Map<java.lang.String,java.lang.String> headers)abstract java.util.Collection<java.security.KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines, java.util.Map<java.lang.String,java.lang.String> headers)Extracts the key pairs within a single delimited by markers block of lines.java.util.Collection<java.security.KeyPair>AbstractKeyPairResourceParser. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines)java.util.Collection<java.security.KeyPair>FileWatcherKeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.io.BufferedReader r)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.io.InputStream stream)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.nio.charset.Charset cs)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.io.Reader r)default java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.lang.String data)java.util.Collection<java.security.KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines)Loads key pairs from the given resource text linesprotected java.util.Collection<java.security.KeyPair>FileWatcherKeyPairResourceLoader. reloadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines)protected java.util.Map.Entry<java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.lang.String>>AbstractKeyPairResourceParser. separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, java.lang.String startLine, java.lang.String endLine, java.util.List<java.lang.String> dataLines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh
Subinterfaces of NamedResource in org.apache.sshd.common.config.keys.loader.openssh Modifier and Type Interface Description interfaceOpenSSHKdfOptionsMethods in org.apache.sshd.common.config.keys.loader.openssh with parameters of type NamedResource Modifier and Type Method Description byte[]OpenSSHKeyDecryptor. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)java.util.Collection<java.security.KeyPair>OpenSSHKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)protected java.util.Map.Entry<java.security.PrivateKey,java.lang.String>OpenSSHKeyPairResourceParser. readPrivateKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, java.lang.String keyType, FilePasswordProvider passwordProvider, java.io.InputStream stream)protected java.util.List<java.security.KeyPair>OpenSSHKeyPairResourceParser. readPrivateKeys(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, java.util.Collection<? extends java.security.PublicKey> publicKeys, FilePasswordProvider passwordProvider, java.io.InputStream stream)protected java.security.PublicKeyOpenSSHKeyPairResourceParser. readPublicKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)protected OpenSSHKdfOptionsOpenSSHKeyPairResourceParser. resolveKdfOptions(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)protected <S extends java.io.InputStream>
SOpenSSHKeyPairResourceParser. validateStreamMagicMarker(SessionContext session, NamedResource resourceKey, S stream) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh.kdf
Classes in org.apache.sshd.common.config.keys.loader.openssh.kdf that implement NamedResource Modifier and Type Class Description classBCryptKdfOptionsclassRawKdfOptionsGeneric optionsMethods in org.apache.sshd.common.config.keys.loader.openssh.kdf with parameters of type NamedResource Modifier and Type Method Description byte[]BCryptKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)byte[]RawKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type NamedResource Modifier and Type Method Description java.util.Collection<java.security.KeyPair>PKCS8PEMResourceKeyPairParser. decryptKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, byte[] encrypted)java.util.Collection<java.security.KeyPair>AbstractPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>DSSPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>ECDSAPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>PKCS8PEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>RSAPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.ssh2
Methods in org.apache.sshd.common.config.keys.loader.ssh2 with parameters of type NamedResource Modifier and Type Method Description java.security.PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, byte[] dataBytes, java.util.Map<java.lang.String,java.lang.String> headers)java.security.PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, java.util.List<java.lang.String> lines, java.util.Map<java.lang.String,java.lang.String> headers)java.security.PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, java.util.List<java.lang.String> lines)protected java.util.Map.Entry<java.util.Map<java.lang.String,java.lang.String>,java.util.List<java.lang.String>>Ssh2PublicKeyEntryDecoder. separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, java.lang.String startLine, java.lang.String endLine, java.util.List<java.lang.String> lines) -
Uses of NamedResource in org.apache.sshd.common.digest
Subinterfaces of NamedResource in org.apache.sshd.common.digest Modifier and Type Interface Description interfaceDigestFactoryClasses in org.apache.sshd.common.digest that implement NamedResource Modifier and Type Class Description classBuiltinDigestsProvides easy access to the currently implemented digests -
Uses of NamedResource in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement NamedResource Modifier and Type Class Description static classTcpipClientChannel.TypeType of channel being created. -
Uses of NamedResource in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement NamedResource Modifier and Type Class Description classBuiltinIoServiceFactoryFactories -
Uses of NamedResource in org.apache.sshd.common.kex
Subinterfaces of NamedResource in org.apache.sshd.common.kex Modifier and Type Interface Description interfaceDHFactoryinterfaceKeyExchangeKey exchange algorithm.interfaceKeyExchangeFactoryClasses in org.apache.sshd.common.kex that implement NamedResource Modifier and Type Class Description classBuiltinDHFactoriesclassBuiltinKEMAll built in key encapsulation methods (KEM). -
Uses of NamedResource in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement NamedResource Modifier and Type Class Description classAbstractDHKeyExchange -
Uses of NamedResource in org.apache.sshd.common.kex.extension
Subinterfaces of NamedResource in org.apache.sshd.common.kex.extension Modifier and Type Interface Description interfaceKexExtensionParser<T>Parses a known KEX extension -
Uses of NamedResource in org.apache.sshd.common.kex.extension.parser
Classes in org.apache.sshd.common.kex.extension.parser that implement NamedResource Modifier and Type Class Description classAbstractKexExtensionParser<T>classDelayCompressionclassElevationclassHostBoundPubkeyAuthenticationclassNoFlowControlclassServerSignatureAlgorithms -
Uses of NamedResource in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider with parameters of type NamedResource Modifier and Type Method Description protected java.lang.Iterable<java.security.KeyPair>AbstractResourceKeyPairProvider. doLoadKeys(SessionContext session, NamedResource resourceKey, java.io.InputStream inputStream, FilePasswordProvider provider)protected java.lang.Iterable<java.security.KeyPair>AbstractResourceKeyPairProvider. doLoadKeys(SessionContext session, NamedResource resourceKey, R resource, FilePasswordProvider provider)protected java.io.InputStreamAbstractResourceKeyPairProvider. openKeyPairResource(SessionContext session, NamedResource resourceKey, R resource) -
Uses of NamedResource in org.apache.sshd.common.mac
Subinterfaces of NamedResource in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement NamedResource Modifier and Type Class Description classBuiltinMacsProvides easy access to the currently implemented macs -
Uses of NamedResource in org.apache.sshd.common.random
Subinterfaces of NamedResource in org.apache.sshd.common.random Modifier and Type Interface Description interfaceRandomA pseudo random number generator.interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement NamedResource Modifier and Type Class Description classAbstractRandomclassAbstractRandomFactoryclassJceRandomARandomimplementation using the built-inSecureRandomPRNG.classJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA random factory wrapper that uses a single random instance. -
Uses of NamedResource in org.apache.sshd.common.signature
Subinterfaces of NamedResource in org.apache.sshd.common.signature Modifier and Type Interface Description interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement NamedResource Modifier and Type Class Description classBuiltinSignaturesProvides easy access to the currently implemented signatures -
Uses of NamedResource in org.apache.sshd.common.util.io.resource
Subinterfaces of NamedResource in org.apache.sshd.common.util.io.resource Modifier and Type Interface Description interfaceIoResource<T>Classes in org.apache.sshd.common.util.io.resource that implement NamedResource Modifier and Type Class Description classAbstractIoResource<T>TODO Add javadocclassClassLoaderResourceTODO Add javadocclassPathResourceclassURIResourceclassURLResource -
Uses of NamedResource in org.apache.sshd.common.util.security
Subinterfaces of NamedResource in org.apache.sshd.common.util.security Modifier and Type Interface Description interfaceSecurityProviderChoiceinterfaceSecurityProviderRegistrarClasses in org.apache.sshd.common.util.security that implement NamedResource Modifier and Type Class Description classAbstractSecurityProviderRegistrarclassSunJCESecurityProviderRegistrarThis 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.Methods in org.apache.sshd.common.util.security with parameters of type NamedResource Modifier and Type Method Description static java.lang.Iterable<java.security.KeyPair>SecurityUtils. loadKeyPairIdentities(SessionContext session, NamedResource resourceKey, java.io.InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement NamedResource Modifier and Type Class Description classBouncyCastleRandomBouncyCastleRandom.classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandomclassBouncyCastleSecurityProviderRegistrarMethods in org.apache.sshd.common.util.security.bouncycastle with parameters of type NamedResource Modifier and Type Method Description protected voidBouncyCastleGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, java.security.KeyPair kp, java.io.OutputStream outputStream)java.util.Collection<java.security.KeyPair>BouncyCastleKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>BouncyCastleKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines, java.util.Map<java.lang.String,java.lang.String> headers)static java.security.KeyPairBouncyCastleKeyPairResourceParser. loadKeyPair(SessionContext session, NamedResource resourceKey, java.io.InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement NamedResource Modifier and Type Class Description classEdDSASecurityProviderRegistrar -
Uses of NamedResource in org.apache.sshd.common.util.security.eddsa.generic
Methods in org.apache.sshd.common.util.security.eddsa.generic with parameters of type NamedResource Modifier and Type Method Description java.util.Collection<java.security.KeyPair>GenericEd25519PEMResourceKeyParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, java.lang.String beginMarker, java.lang.String endMarker, FilePasswordProvider passwordProvider, java.io.InputStream stream, java.util.Map<java.lang.String,java.lang.String> headers) -
Uses of NamedResource in org.apache.sshd.putty
Methods in org.apache.sshd.putty with parameters of type NamedResource Modifier and Type Method Description booleanAbstractPuttyKeyDecoder. canExtractKeyPairs(NamedResource resourceKey, java.util.List<java.lang.String> lines)default booleanPuttyKeyPairResourceParser. canExtractKeyPairs(NamedResource resourceKey, java.util.List<java.lang.String> lines)static java.util.List<java.lang.String>AbstractPuttyKeyDecoder. extractDataLines(NamedResource resourceKey, java.util.List<java.lang.String> lines, int startIndex, java.lang.String hdrName, java.lang.String hdrValue, java.util.List<java.lang.String> curLines)java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, byte[] pubData, byte[] prvData, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, java.io.InputStream pubData, java.io.InputStream prvData, java.util.Map<java.lang.String,java.lang.String> headers)abstract java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(SessionContext session, NamedResource resourceKey, int formatVersion, java.lang.String pubData, java.lang.String prvData, java.lang.String prvEncryption, FilePasswordProvider passwordProvider, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(SessionContext session, NamedResource resourceKey, int formatVersion, java.util.List<java.lang.String> pubLines, java.util.List<java.lang.String> prvLines, java.lang.String prvEncryption, FilePasswordProvider passwordProvider, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>AbstractPuttyKeyDecoder. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, java.util.List<java.lang.String> lines)java.util.Collection<java.security.KeyPair>DSSPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>ECDSAPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>EdDSAPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, java.util.Map<java.lang.String,java.lang.String> headers)java.util.Collection<java.security.KeyPair>RSAPuttyKeyDecoder. loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, java.util.Map<java.lang.String,java.lang.String> headers) -
Uses of NamedResource in org.apache.sshd.scp.common.helpers
Classes in org.apache.sshd.scp.common.helpers that implement NamedResource Modifier and Type Class Description classScpPathCommandDetailsSupportclassScpReceiveDirCommandDetailsHolds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" classScpReceiveFileCommandDetailsHolds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" -
Uses of NamedResource in org.apache.sshd.server.auth
Subinterfaces of NamedResource in org.apache.sshd.server.auth Modifier and Type Interface Description interfaceUserAuthServer side authentication mechanism.interfaceUserAuthFactoryClasses in org.apache.sshd.server.auth that implement NamedResource Modifier and Type Class Description classAbstractUserAuthclassAbstractUserAuthFactoryclassBuiltinUserAuthFactoriesProvides a centralized location for the default built-in authentication factoriesclassUserAuthNoneTODO Add javadocclassUserAuthNoneFactory -
Uses of NamedResource in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement NamedResource Modifier and Type Class Description classUserAuthGSSPrototype user authentication handling gssapi-with-mic.classUserAuthGSSFactoryFactory class. -
Uses of NamedResource in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement NamedResource Modifier and Type Class Description classUserAuthHostBasedclassUserAuthHostBasedFactory -
Uses of NamedResource in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement NamedResource Modifier and Type Class Description classUserAuthKeyboardInteractiveIssue a "keyboard-interactive" command according to RFC4256classUserAuthKeyboardInteractiveFactory -
Uses of NamedResource in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement NamedResource Modifier and Type Class Description classUserAuthPasswordImplements the server-side "password" authentication mechanismclassUserAuthPasswordFactory -
Uses of NamedResource in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement NamedResource Modifier and Type Class Description classUserAuthPublicKeyTODO Add javadocclassUserAuthPublicKeyFactory -
Uses of NamedResource in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement NamedResource Modifier and Type Class Description classChannelSessionFactory -
Uses of NamedResource in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys with parameters of type NamedResource Modifier and Type Method Description static java.lang.StringServerIdentity. getIdentityFileName(NamedResource r) -
Uses of NamedResource in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement NamedResource Modifier and Type Class Description classDirectTcpipFactoryclassForwardedTcpipFactorystatic classTcpForwardingFilter.TypeThe type of requested connection forwarding.static classTcpipServerChannel.TcpipFactory -
Uses of NamedResource in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement NamedResource Modifier and Type Class Description classAbstractDHServerKeyExchangeclassDHGEXServerclassDHGServer -
Uses of NamedResource in org.apache.sshd.server.keyprovider
Methods in org.apache.sshd.server.keyprovider with parameters of type NamedResource Modifier and Type Method Description protected java.lang.Iterable<java.security.KeyPair>AbstractGeneratorHostKeyProvider. doReadKeyPairs(SessionContext session, NamedResource resourceKey, java.io.InputStream inputStream)protected java.lang.Iterable<java.security.KeyPair>SimpleGeneratorHostKeyProvider. doReadKeyPairs(SessionContext session, NamedResource resourceKey, java.io.InputStream inputStream)protected abstract voidAbstractGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, java.security.KeyPair kp, java.io.OutputStream outputStream)protected voidSimpleGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, java.security.KeyPair kp, java.io.OutputStream outputStream)private booleanSimpleGeneratorHostKeyProvider. isJavaSerialization(java.io.BufferedInputStream in, NamedResource resourceKey) -
Uses of NamedResource in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement NamedResource Modifier and Type Class Description classServerConnectionServiceFactoryclassServerUserAuthServiceFactory -
Uses of NamedResource in org.apache.sshd.server.subsystem
Subinterfaces of NamedResource in org.apache.sshd.server.subsystem Modifier and Type Interface Description interfaceSubsystemFactory -
Uses of NamedResource in org.apache.sshd.sftp.client
Subinterfaces of NamedResource in org.apache.sshd.sftp.client Modifier and Type Interface Description interfaceFullAccessSftpClientProvides both structured and raw SFTP accessinterfaceSftpClientClasses in org.apache.sshd.sftp.client that implement NamedResource Modifier and Type Class Description static classSftpVersionSelector.NamedVersionSelectorWraps aSftpVersionSelectorand assigns it a name. -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions
Subinterfaces of NamedResource in org.apache.sshd.sftp.client.extensions Modifier and Type Interface Description interfaceCheckFileHandleExtensioninterfaceCheckFileNameExtensioninterfaceCopyDataExtensionImplements the "copy-data" extensioninterfaceCopyFileExtensioninterfaceFilenameTranslationControlExtensionImplements "filename-translation-control" extensioninterfaceMD5FileExtensioninterfaceMD5HandleExtensioninterfaceSftpClientExtensioninterfaceSftpClientExtensionFactoryinterfaceSpaceAvailableExtensionImplements the "space-available" extensionClasses in org.apache.sshd.sftp.client.extensions that implement NamedResource Modifier and Type Class Description classBuiltinSftpClientExtensions -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.helpers
Classes in org.apache.sshd.sftp.client.extensions.helpers that implement NamedResource Modifier and Type Class Description classAbstractCheckFileExtensionclassAbstractMD5HashExtensionclassAbstractSftpClientExtensionclassCheckFileHandleExtensionImplImplements "check-file-handle" extensionclassCheckFileNameExtensionImplImplements "check-file-name" extensionclassCopyDataExtensionImplImplements the "copy-data" extensionclassCopyFileExtensionImplImplements the "copy-file" extensionclassFilenameTranslationControlExtensionImplImplements "filename-translation-control" extension commandclassMD5FileExtensionImplImplements "md5-hash" extensionclassMD5HandleExtensionImplImplements "md5-hash-handle" extensionclassSpaceAvailableExtensionImplImplements "space-available" extension -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.openssh
Subinterfaces of NamedResource in org.apache.sshd.sftp.client.extensions.openssh Modifier and Type Interface Description interfaceOpenSSHFsyncExtensionImplements the "fsync@openssh.com" extensioninterfaceOpenSSHLimitsExtensioninterfaceOpenSSHPosixRenameExtensionImplements the "posix-rename@openssh.com" extensioninterfaceOpenSSHStatHandleExtensionImplements the "fstatvfs@openssh.com" extension commandinterfaceOpenSSHStatPathExtensionImplements the "statvfs@openssh.com" extension command -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.openssh.helpers
Classes in org.apache.sshd.sftp.client.extensions.openssh.helpers that implement NamedResource Modifier and Type Class Description classAbstractOpenSSHStatCommandExtensionclassOpenSSHFsyncExtensionImplclassOpenSSHLimitsExtensionImplclassOpenSSHPosixRenameExtensionImplclassOpenSSHStatHandleExtensionImplclassOpenSSHStatPathExtensionImpl -
Uses of NamedResource in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement NamedResource Modifier and Type Class Description private classSftpFileSystem.Wrapper -
Uses of NamedResource in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement NamedResource Modifier and Type Class Description classAbstractSftpClientclassDefaultSftpClient -
Uses of NamedResource in org.apache.sshd.sftp.common
Classes in org.apache.sshd.sftp.common that implement NamedResource Modifier and Type Class Description classSftpUniversalOwnerAndGroupSome universal identifiers used in owner and/or group specification strings -
Uses of NamedResource in org.apache.sshd.sftp.common.extensions
Subinterfaces of NamedResource in org.apache.sshd.sftp.common.extensions Modifier and Type Interface Description interfaceExtensionParser<T>Classes in org.apache.sshd.sftp.common.extensions that implement NamedResource Modifier and Type Class Description classAbstractParser<T>classAclSupportedParserclassFilenameCharsetParserParses the "filename-charset" extensionclassNewlineParserclassSupported2ParserParses the "supported2" extension as defined in DRAFT 13 section 5.4classSupportedParserParses the "supported" extension as defined in DRAFT 05 - section 4.4classVendorIdParserclassVersionsParser -
Uses of NamedResource in org.apache.sshd.sftp.common.extensions.openssh
Classes in org.apache.sshd.sftp.common.extensions.openssh that implement NamedResource Modifier and Type Class Description classAbstractOpenSSHExtensionParserBase class for variousXXX@openssh.comextension data reportsstatic classAbstractOpenSSHExtensionParser.OpenSSHExtensionclassFstatVfsExtensionParserclassFsyncExtensionParserclassHardLinkExtensionParserclassLimitsExtensionParserclassLSetStatExtensionParserReplicates the functionality of the existingSSH_FXP_SETSTAToperation but does not follow symbolic linksclassPosixRenameExtensionParserclassStatVfsExtensionParser -
Uses of NamedResource in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement NamedResource Modifier and Type Class Description classSftpSubsystemFactory
-