Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABORT_ON_INVALID_CERTIFICATE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Defines if we should abort in case we encounter an invalid (e.g.
- abortAcceptedConnection(IoAcceptor, SocketAddress, SocketAddress, SocketAddress, Throwable) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a previously accepted connection has been abnormally terminated before it could be turned into a session
- abortEstablishedConnection(IoConnector, SocketAddress, AttributeRepository, SocketAddress, Throwable) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a previously established connection has been abnormally terminated before it could be turned into a session
- abs - Variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- AbstractAgentClient - Class in org.apache.sshd.agent.common
- AbstractAgentClient(SshAgent) - Constructor for class org.apache.sshd.agent.common.AbstractAgentClient
- AbstractAgentProxy - Class in org.apache.sshd.agent.common
- AbstractAgentProxy(CloseableExecutorService) - Constructor for class org.apache.sshd.agent.common.AbstractAgentProxy
- AbstractBufferPublicKeyParser<PUB extends PublicKey> - Class in org.apache.sshd.common.util.buffer.keys
- AbstractBufferPublicKeyParser(Class<PUB>, String...) - Constructor for class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- AbstractBufferPublicKeyParser(Class<PUB>, Collection<String>) - Constructor for class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- AbstractChannel - Class in org.apache.sshd.common.channel
-
Provides common client/server channel functionality
- AbstractChannel(boolean) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
- AbstractChannel(boolean, Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
- AbstractChannel(String, boolean) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
- AbstractChannel(String, boolean, Collection<? extends RequestHandler<Channel>>, CloseableExecutorService) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
- AbstractChannel.GracefulChannelCloseable - Class in org.apache.sshd.common.channel
- AbstractChannel.GracefulState - Enum Class in org.apache.sshd.common.channel
- AbstractChannelExitRequestHandler<V> - Class in org.apache.sshd.client.channel.exit
-
Provides a common base class for channel request handlers that deal with various "
exit-XXX
" requests. - AbstractChannelExitRequestHandler(AtomicReference<V>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
- AbstractChannelRequestHandler - Class in org.apache.sshd.common.channel
- AbstractChannelRequestHandler() - Constructor for class org.apache.sshd.common.channel.AbstractChannelRequestHandler
- AbstractCheckFileExtension - Class in org.apache.sshd.sftp.client.extensions.helpers
- AbstractCheckFileExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.AbstractCheckFileExtension
- AbstractClientChannel - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- AbstractClientChannel(String) - Constructor for class org.apache.sshd.client.channel.AbstractClientChannel
- AbstractClientChannel(String, Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.client.channel.AbstractClientChannel
- AbstractClientSession - Class in org.apache.sshd.client.session
-
Provides default implementations of
ClientSession
related methods - AbstractClientSession(ClientFactoryManager, IoSession) - Constructor for class org.apache.sshd.client.session.AbstractClientSession
- AbstractCloseable - Class in org.apache.sshd.common.util.closeable
-
Provides some default implementations for managing channel/connection open/close state
- AbstractCloseable() - Constructor for class org.apache.sshd.common.util.closeable.AbstractCloseable
- AbstractCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.AbstractCloseable
- AbstractCloseable.State - Enum Class in org.apache.sshd.common.util.closeable
- AbstractCommandSupport - Class in org.apache.sshd.server.command
-
Provides a basic useful skeleton for
Command
executions - AbstractCommandSupport(String, CloseableExecutorService) - Constructor for class org.apache.sshd.server.command.AbstractCommandSupport
- AbstractConnectionService - Class in org.apache.sshd.common.session.helpers
-
Base implementation of ConnectionService.
- AbstractConnectionService(AbstractSession) - Constructor for class org.apache.sshd.common.session.helpers.AbstractConnectionService
- AbstractConnectionServiceFactory - Class in org.apache.sshd.common.session
- AbstractConnectionServiceFactory() - Constructor for class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- AbstractConnectionServiceRequestHandler - Class in org.apache.sshd.common.session.helpers
- AbstractConnectionServiceRequestHandler() - Constructor for class org.apache.sshd.common.session.helpers.AbstractConnectionServiceRequestHandler
- AbstractDelegatingCommandFactory - Class in org.apache.sshd.server.command
-
A
CommandFactory
wrapper that delegates calls to a proxy - AbstractDelegatingCommandFactory(String) - Constructor for class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- AbstractDH - Class in org.apache.sshd.common.kex
-
Base class for the Diffie-Hellman key agreement.
- AbstractDH() - Constructor for class org.apache.sshd.common.kex.AbstractDH
- AbstractDHClientKeyExchange - Class in org.apache.sshd.client.kex
- AbstractDHClientKeyExchange(Session) - Constructor for class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
- AbstractDHKeyExchange - Class in org.apache.sshd.common.kex.dh
- AbstractDHKeyExchange(Session) - Constructor for class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- AbstractDHServerKeyExchange - Class in org.apache.sshd.server.kex
- AbstractDHServerKeyExchange(Session) - Constructor for class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
- AbstractFactoryManager - Class in org.apache.sshd.common.helpers
- AbstractFactoryManager() - Constructor for class org.apache.sshd.common.helpers.AbstractFactoryManager
- AbstractFileSystemCommand - Class in org.apache.sshd.server.command
-
Provides a basic useful skeleton for
Command
executions that require file system access - AbstractFileSystemCommand(String, CloseableExecutorService) - Constructor for class org.apache.sshd.server.command.AbstractFileSystemCommand
- AbstractGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
Holds a single
KeyPair
which is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)
is called. - AbstractGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- AbstractIdentityResourceLoader<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.common.config.keys.impl - AbstractIdentityResourceLoader(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- AbstractInnerCloseable - Class in org.apache.sshd.common.util.closeable
- AbstractInnerCloseable() - Constructor for class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- AbstractInnerCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- AbstractIoResource<T> - Class in org.apache.sshd.common.util.io.resource
-
TODO Add javadoc
- AbstractIoResource(Class<T>, T) - Constructor for class org.apache.sshd.common.util.io.resource.AbstractIoResource
- AbstractIoServiceFactory - Class in org.apache.sshd.common.io
- AbstractIoServiceFactory(FactoryManager, CloseableExecutorService) - Constructor for class org.apache.sshd.common.io.AbstractIoServiceFactory
- AbstractIoServiceFactoryFactory - Class in org.apache.sshd.common.io
- AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService>) - Constructor for class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- AbstractIoWriteFuture - Class in org.apache.sshd.common.io
- AbstractIoWriteFuture(Object, Object) - Constructor for class org.apache.sshd.common.io.AbstractIoWriteFuture
- AbstractKexExtensionParser<T> - Class in org.apache.sshd.common.kex.extension.parser
- AbstractKexExtensionParser(String) - Constructor for class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- AbstractKexFactoryManager - Class in org.apache.sshd.common.kex
- AbstractKexFactoryManager() - Constructor for class org.apache.sshd.common.kex.AbstractKexFactoryManager
- AbstractKexFactoryManager(KexFactoryManager) - Constructor for class org.apache.sshd.common.kex.AbstractKexFactoryManager
- AbstractKeyEntryResolver<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.common.config.keys.impl - AbstractKeyEntryResolver(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- AbstractKeyPairIterator<I extends PublicKeyIdentity> - Class in org.apache.sshd.client.auth.pubkey
- AbstractKeyPairIterator(ClientSession) - Constructor for class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- AbstractKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
Provides a default implementation for some
KeyPairProvider
methods - AbstractKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
- AbstractKeyPairResourceParser - Class in org.apache.sshd.common.config.keys.loader
- AbstractKeyPairResourceParser(List<String>, List<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- AbstractLoggingBean - Class in org.apache.sshd.common.util.logging
-
Serves as a common base class for the vast majority of classes that require some kind of logging.
- AbstractLoggingBean() - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
-
Default constructor - creates a logger using the full class name
- AbstractLoggingBean(String) - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
-
Create a logger for instances of the same class for which we might want to have a "discriminator" for them
- AbstractLoggingBean(Logger) - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
- AbstractMD5HashExtension - Class in org.apache.sshd.sftp.client.extensions.helpers
- AbstractMD5HashExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.AbstractMD5HashExtension
- AbstractOpenSSHExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
-
Base class for various
XXX@openssh.com
extension data reports - AbstractOpenSSHExtensionParser(String) - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
- AbstractOpenSSHExtensionParser.OpenSSHExtension - Class in org.apache.sshd.sftp.common.extensions.openssh
- AbstractOpenSshHostKeysHandler - Class in org.apache.sshd.common.global
- AbstractOpenSshHostKeysHandler(String) - Constructor for class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- AbstractOpenSshHostKeysHandler(String, BufferPublicKeyParser<? extends PublicKey>) - Constructor for class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- AbstractOpenSSHStatCommandExtension - Class in org.apache.sshd.sftp.client.extensions.openssh.helpers
- AbstractOpenSSHStatCommandExtension(String, SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
- AbstractParser<T> - Class in org.apache.sshd.sftp.common.extensions
- AbstractParser(String) - Constructor for class org.apache.sshd.sftp.common.extensions.AbstractParser
- AbstractPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
-
Base class for PEM file key-pair loaders
- AbstractPEMResourceKeyPairParser(String, String, List<String>, List<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- AbstractPrivateKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.common.config.keys.impl - AbstractPrivateKeyEntryDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractPrivateKeyEntryDecoder
- AbstractPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- AbstractPrivateKeyObfuscator(String) - Constructor for class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- AbstractPublicKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.common.config.keys.impl -
Useful base class implementation for a decoder of an
OpenSSH
encoded key data - AbstractPublicKeyEntryDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractPublicKeyEntryDecoder
- AbstractPuttyKeyDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Class in org.apache.sshd.putty - AbstractPuttyKeyDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- AbstractRandom - Class in org.apache.sshd.common.random
- AbstractRandom() - Constructor for class org.apache.sshd.common.random.AbstractRandom
- AbstractRandomFactory - Class in org.apache.sshd.common.random
- AbstractRandomFactory(String) - Constructor for class org.apache.sshd.common.random.AbstractRandomFactory
- AbstractRequestHandler<T> - Class in org.apache.sshd.common.channel
- AbstractRequestHandler() - Constructor for class org.apache.sshd.common.channel.AbstractRequestHandler
- AbstractResourceKeyPairProvider<R> - Class in org.apache.sshd.common.keyprovider
- AbstractResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- AbstractResourceKeyPairProvider.KeyPairIterator - Class in org.apache.sshd.common.keyprovider
- AbstractScpClient - Class in org.apache.sshd.scp.client
- AbstractScpClient() - Constructor for class org.apache.sshd.scp.client.AbstractScpClient
- AbstractScpClient.ScpOperationExecutor<T> - Interface in org.apache.sshd.scp.client
- AbstractScpClientCreator - Class in org.apache.sshd.scp.client
-
TODO Add javadoc
- AbstractScpClientCreator() - Constructor for class org.apache.sshd.scp.client.AbstractScpClientCreator
- AbstractScpClientCreator(String) - Constructor for class org.apache.sshd.scp.client.AbstractScpClientCreator
- AbstractScpCommandDetails - Class in org.apache.sshd.scp.common.helpers
- AbstractScpCommandDetails(char) - Constructor for class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
- AbstractScpTransferEventListenerAdapter - Class in org.apache.sshd.scp.common
-
A no-op implementation of
ScpTransferEventListener
for those who wish to implement only a small number of methods. - AbstractScpTransferEventListenerAdapter() - Constructor for class org.apache.sshd.scp.common.AbstractScpTransferEventListenerAdapter
- AbstractSecurityKeySignature - Class in org.apache.sshd.common.signature
- AbstractSecurityKeySignature(String) - Constructor for class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- AbstractSecurityProviderRegistrar - Class in org.apache.sshd.common.util.security
- AbstractSecurityProviderRegistrar(String) - Constructor for class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- AbstractServerChannel - Class in org.apache.sshd.server.channel
-
TODO Add javadoc
- AbstractServerChannel(String, Collection<? extends RequestHandler<Channel>>, CloseableExecutorService) - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
- AbstractServerChannel(CloseableExecutorService) - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
- AbstractServerSession - Class in org.apache.sshd.server.session
-
Provides default implementations for
ServerSession
related methods - AbstractServerSession(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.AbstractServerSession
- AbstractSession - Class in org.apache.sshd.common.session.helpers
-
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.
- AbstractSession(boolean, FactoryManager, IoSession) - Constructor for class org.apache.sshd.common.session.helpers.AbstractSession
-
Create a new session.
- AbstractSession.MessageCodingSettings - Class in org.apache.sshd.common.session.helpers
-
Message encoding or decoding settings as determined at the end of a key exchange.
- AbstractSessionFactory<M extends FactoryManager,
S extends AbstractSession> - Class in org.apache.sshd.common.session.helpers -
An abstract base factory of sessions.
- AbstractSessionFactory(M) - Constructor for class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- AbstractSessionIoHandler - Class in org.apache.sshd.common.session.helpers
-
TODO Add javadoc
- AbstractSessionIoHandler() - Constructor for class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- AbstractSftpClient - Class in org.apache.sshd.sftp.client.impl
- AbstractSftpClient(SftpErrorDataHandler) - Constructor for class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- AbstractSftpClientExtension - Class in org.apache.sshd.sftp.client.extensions.helpers
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, boolean) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- AbstractSftpEventListenerAdapter - Class in org.apache.sshd.sftp.server
-
A no-op implementation of
SftpEventListener
for those who wish to implement only a small number of methods. - AbstractSftpEventListenerAdapter() - Constructor for class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- AbstractSftpEventListenerManager - Class in org.apache.sshd.sftp.server
- AbstractSftpEventListenerManager() - Constructor for class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- AbstractSftpFileAttributeView - Class in org.apache.sshd.sftp.client.impl
- AbstractSftpFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- AbstractSftpSubsystemHelper - Class in org.apache.sshd.sftp.server
- AbstractSftpSubsystemHelper(ChannelSession, SftpSubsystemConfigurator) - Constructor for class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- AbstractSignature - Class in org.apache.sshd.common.signature
-
Useful base class for
Signature
implementation - AbstractSignature(String) - Constructor for class org.apache.sshd.common.signature.AbstractSignature
- AbstractSimpleClient - Class in org.apache.sshd.client.simple
- AbstractSimpleClient() - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClient
- AbstractSimpleClientSessionCreator - Class in org.apache.sshd.client.simple
- AbstractSimpleClientSessionCreator() - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- AbstractSimpleClientSessionCreator(long, long) - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- AbstractSshFuture<T extends SshFuture> - Class in org.apache.sshd.common.future
- AbstractSshFuture(Object) - Constructor for class org.apache.sshd.common.future.AbstractSshFuture
- AbstractSubsystemClient - Class in org.apache.sshd.client.subsystem
- AbstractSubsystemClient() - Constructor for class org.apache.sshd.client.subsystem.AbstractSubsystemClient
- AbstractUserAuth - Class in org.apache.sshd.client.auth
- AbstractUserAuth - Class in org.apache.sshd.server.auth
- AbstractUserAuth(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuth
- AbstractUserAuth(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuth
- AbstractUserAuthFactory - Class in org.apache.sshd.client.auth
- AbstractUserAuthFactory - Class in org.apache.sshd.server.auth
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuthFactory
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuthFactory
- AbstractUserAuthMethodFactory<S extends SessionContext,
M extends UserAuthInstance<S>> - Class in org.apache.sshd.common.auth - AbstractUserAuthMethodFactory(String) - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
- AbstractUserAuthServiceFactory - Class in org.apache.sshd.common.auth
- AbstractUserAuthServiceFactory() - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- AbstractUserAuthServiceFactory(String) - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- AcceptAllForwardingFilter - Class in org.apache.sshd.server.forward
-
A
ForwardingFilter
that accepts all requests - AcceptAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.AcceptAllForwardingFilter
- AcceptAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
- AcceptAllHostBasedAuthenticator() - Constructor for class org.apache.sshd.server.auth.hostbased.AcceptAllHostBasedAuthenticator
- AcceptAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Accepts all authentication attempts
- AcceptAllPasswordAuthenticator() - Constructor for class org.apache.sshd.server.auth.password.AcceptAllPasswordAuthenticator
- AcceptAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Accepts all authentication attempts
- AcceptAllPublickeyAuthenticator() - Constructor for class org.apache.sshd.server.auth.pubkey.AcceptAllPublickeyAuthenticator
- AcceptAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts all server keys.
- AcceptAllServerKeyVerifier() - Constructor for class org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier
- acceptance - Variable in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- acceptance - Variable in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- acceptance - Variable in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- acceptance - Variable in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- acceptance - Variable in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- acceptanceAddress - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- AcceptCompletionHandler(AsynchronousServerSocketChannel) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- acceptIncompleteHostKeys(ClientSession, SocketAddress, PublicKey, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Called if failed to reload known hosts - by default invokes
KnownHostsServerKeyVerifier.acceptUnknownHostKey(ClientSession, SocketAddress, PublicKey)
- acceptKnownHostEntries(ClientSession, SocketAddress, PublicKey, Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- acceptKnownHostEntry(ClientSession, SocketAddress, PublicKey, KnownHostEntry) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked after known host entry located and keys match - by default checks that entry has not been revoked
- acceptModifiedServerKey(ClientSession, SocketAddress, KnownHostEntry, PublicKey, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- acceptModifiedServerKey(ClientSession, SocketAddress, KnownHostEntry, PublicKey, PublicKey) - Method in interface org.apache.sshd.client.keyverifier.ModifiedServerKeyAcceptor
-
Invoked when a matching known host key was found but it does not match the presented one.
- acceptor - Variable in class org.apache.sshd.server.SshServer
- acceptor - Variable in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- acceptServerProxyMetadata(ServerSession, Buffer) - Method in interface org.apache.sshd.server.session.ServerProxyAcceptor
-
Invoked before any attempt is made to retrieve the SSH client identification data of the standard SSH protocol.
- acceptUnknownHostKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if none of the known hosts matches the current one - by default invokes the delegate.
- access - Variable in class org.apache.sshd.sftp.server.FileHandle
- accessTime - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- accessTime(long) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- accessTime(long, TimeUnit) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- accessTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- AccessTime - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- accumulateException(T, T) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Used to "accumulate" exceptions of the same type.
- accumulateLineData(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- ACE4_ACCESS_ALLOWED_ACE_TYPE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_ACCESS_DENIED_ACE_TYPE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_ADD_FILE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_ADD_SUBDIRECTORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_APPEND_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_DELETE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_DELETE_CHILD - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_DIRECTORY_INHERIT_ACE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_EXECUTE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_FAILED_ACCESS_ACE_FLAG - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_FILE_INHERIT_ACE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_IDENTIFIER_GROUP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_INHERIT_ONLY_ACE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_LIST_DIRECTORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_NO_PROPAGATE_INHERIT_ACE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_READ_ACL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_READ_ATTRIBUTES - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_READ_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_READ_NAMED_ATTRS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_SUCCESSFUL_ACCESS_ACE_FLAG - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_SYNCHRONIZE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_SYSTEM_ALARM_ACE_TYPE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_SYSTEM_AUDIT_ACE_TYPE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_WRITE_ACL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_WRITE_ATTRIBUTES - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_WRITE_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_WRITE_NAMED_ATTRS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- ACE4_WRITE_OWNER - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- acl - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- acl(List<AclEntry>) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- Acl - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- ACL_CAP_NAME_PREFIX - Static variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder
- ACL_NAMES_MAP - Static variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder
- ACL_SUPPORTED_MASK - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Comma separate list of
SSH_ACL_CAP_xxx
names - where name can be without the prefix. - ACL_VALUES_MAP - Static variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder
- ACL_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- AclCapabilities() - Constructor for class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- AclCapabilities(int) - Constructor for class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- AclSupportedParser - Class in org.apache.sshd.sftp.common.extensions
- AclSupportedParser() - Constructor for class org.apache.sshd.sftp.common.extensions.AclSupportedParser
- AclSupportedParser.AclCapabilities - Class in org.apache.sshd.sftp.common.extensions
-
The "acl-supported" information as per DRAFT 11 - section 5.4
- AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder - Class in org.apache.sshd.sftp.common.extensions
- add(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
- addChannelListener(ChannelListener) - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
Add a channel listener
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- addChannelSignalRequestHandlers(EventNotifier<String>) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in interface org.apache.sshd.common.Closeable
-
Pre-register a listener to be informed when resource is closed.
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- addEnvVariable(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
- addEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- addEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- addFlag(SftpClient.Attribute) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- addIdentity(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Adds a path to an identity file
- addIdentity(Path) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- addIdentity(KeyPair, String, SshAgentKeyConstraint...) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- addIdentity(KeyPair, String, SshAgentKeyConstraint...) - Method in class org.apache.sshd.agent.common.AgentDelegate
- addIdentity(KeyPair, String, SshAgentKeyConstraint...) - Method in class org.apache.sshd.agent.local.AgentImpl
- addIdentity(KeyPair, String, SshAgentKeyConstraint...) - Method in interface org.apache.sshd.agent.SshAgent
-
Adds a key to the agent.
- addListener(Consumer<? super Boolean>) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
- addListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- addListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Adds an event listener which is notified when this future is completed.
- addLoginOption(Map<String, String>, String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses and adds a new option to the options map.
- addMissingAttribute(Path, NavigableMap<String, Object>, String, FileInfoExtractor<?>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- addPasswordIdentity(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- addPasswordIdentity(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
- addPasswordIdentity(String) - Method in class org.apache.sshd.client.SshClient
- addPendingRequest(String, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Add a channel request to the tracked pending ones if reply is expected
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
- addPortForwardingEventListener(PortForwardingEventListener) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
Add a port forwarding listener
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- addPrompt(String, boolean) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- addPrompt(PromptEntry) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- addPublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- addPublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.AbstractClientSession
- addPublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.SshClient
- addRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- addRequestHandler(RequestHandler<Channel>) - Method in interface org.apache.sshd.common.channel.Channel
- addRequestHandlers(Collection<? extends RequestHandler<Channel>>) - Method in interface org.apache.sshd.common.channel.Channel
- addSessionListener(SessionListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- addSessionListener(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- addSessionListener(SessionListener) - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
Add a session listener.
- addSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- addSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- addSftpEventListener(SftpEventListener) - Method in interface org.apache.sshd.sftp.server.SftpEventListenerManager
-
Register a listener instance
- addSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Add a global listener for all signals
- addSignalListener(SignalListener, Collection<Signal>) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addSignalListener(SignalListener, Collection<Signal>) - Method in class org.apache.sshd.server.StandardEnvironment
- addSignalListener(SignalListener, Signal...) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addTargetIsDirectory(Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- adjustPattern(String) - Static method in class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- advanceNonce() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- aeadOutgoingBuffer(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- AES - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- AES128_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES128_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES128_GCM - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes128cbc - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- aes128ctr - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- aes128gcm - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- AES192_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES192_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes192cbc - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- aes192ctr - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- AES256_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES256_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES256_GCM - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes256cbc - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- aes256ctr - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- aes256gcm - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- AESPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- AESPrivateKeyObfuscator() - Constructor for class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- AESPrivateKeyObfuscator.LazyKeyLengthsHolder - Class in org.apache.sshd.common.config.keys.loader
- agent - Variable in class org.apache.sshd.agent.common.AbstractAgentClient
- agent - Variable in class org.apache.sshd.agent.common.AgentDelegate
- agent - Variable in class org.apache.sshd.agent.local.ChannelAgentForwarding
- agent - Variable in class org.apache.sshd.agent.local.LocalAgentFactory
- agent - Variable in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- agent - Variable in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- agent - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- AGENT_FORWARDING_TYPE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The request type of agent forwarding.
- AGENT_FORWARDING_TYPE_IETF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The agent forwarding type defined by IETF (https://tools.ietf.org/html/draft-ietf-secsh-agent-02).
- AGENT_FORWARDING_TYPE_OPENSSH - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The agent forwarding type defined by OpenSSH.
- AgentClient() - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
- AgentDelegate - Class in org.apache.sshd.agent.common
- AgentDelegate(SshAgent) - Constructor for class org.apache.sshd.agent.common.AgentDelegate
- agentFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- AgentForwardedChannel - Class in org.apache.sshd.agent.local
- AgentForwardedChannel(String) - Constructor for class org.apache.sshd.agent.local.AgentForwardedChannel
- agentForwardHolder - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- agentForwarding - Variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
- AgentForwardingFilter - Interface in org.apache.sshd.server.forward
- AgentForwardSupport - Interface in org.apache.sshd.agent.common
-
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
- AgentImpl - Class in org.apache.sshd.agent.local
-
A local SSH agent implementation
- AgentImpl() - Constructor for class org.apache.sshd.agent.local.AgentImpl
- agentServerHolder - Variable in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- AgentServerProxy - Class in org.apache.sshd.agent.local
-
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
- AgentServerProxy(ConnectionService) - Constructor for class org.apache.sshd.agent.local.AgentServerProxy
- aggregate(Collection<? extends KeyPairResourceParser>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- aggregate(Collection<? extends BufferPublicKeyParser<? extends PublicKey>>) - Static method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- aggregate(KeyPairResourceParser...) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- AggregateShellFactory - Class in org.apache.sshd.server.shell
-
Provides different shell(s) based on some criteria of the provided
ChannelSession
- AggregateShellFactory(Collection<? extends ShellFactorySelector>) - Constructor for class org.apache.sshd.server.shell.AggregateShellFactory
- AggregateShellFactory(Collection<? extends ShellFactorySelector>, ShellFactory) - Constructor for class org.apache.sshd.server.shell.AggregateShellFactory
- algId - Variable in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- algName - Variable in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- algo - Variable in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- algorithm - Variable in class org.apache.sshd.common.cipher.BaseCipher
- algorithm - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- algorithm - Variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- algorithm - Variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- algorithm - Variable in class org.apache.sshd.common.digest.BaseDigest
- algorithm - Variable in enum class org.apache.sshd.common.digest.BuiltinDigests
- algorithm - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- algorithm - Variable in class org.apache.sshd.common.mac.BaseMac
- algorithm - Variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- algorithm - Variable in class org.apache.sshd.common.signature.AbstractSignature
- algorithm - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA1
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA256
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA512
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureSkECDSA
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureSkED25519
- algorithmIdentifier - Variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- AlgorithmNameProvider - Interface in org.apache.sshd.common
- algorithmParameter - Variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- ALGORITHMS - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- all(Collection<? extends OptionalFeature>) - Static method in interface org.apache.sshd.common.OptionalFeature
- ALL - Enum constant in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- ALL_HOSTS_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- ALL_OPTIONS_VALUE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- ALL_OPTIONS_WILDCARD - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- ALL_SFTP_IMPL - Static variable in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- ALLOW_AGENT_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- ALLOW_DHG1_KEX_FALLBACK - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether allowed to fall back to DH group with SHA-1 KEX if exhausted all available primes for SHA-256.
- ALLOW_INSECURE_AUTH - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
If set to
true
thenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)
returnstrue
even if transport is insecure. - ALLOW_NON_INTEGRITY_AUTH - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
If set to
true
thenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)
returnstrue
even if transport has no MAC(s) to verify message integrity - ALLOW_TCP_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- ALLOW_X11_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- allowMoreSessions - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- AllowTcpForwardingValue - Enum Class in org.apache.sshd.server.config
- AllowTcpForwardingValue() - Constructor for enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- allSupportHolder - Variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- ALRM - Enum constant in enum class org.apache.sshd.server.Signal
- AMBIGUOUS_OPCODES - Static variable in class org.apache.sshd.common.SshConstants.LazyAmbiguousOpcodesHolder
- and(UnaryEquator<? super T>) - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
-
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.
- andThen(IOFunction<? super R, ? extends V>) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a composed function that first applies this function to its input, and then applies the
after
function to the result. - Anonymous - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- ANT_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- any(Collection<? extends OptionalFeature>) - Static method in interface org.apache.sshd.common.OptionalFeature
- ANY - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- append(byte[]) - Method in class org.apache.sshd.sftp.server.FileHandle
- append(byte[], int, int) - Method in class org.apache.sshd.sftp.server.FileHandle
- append(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- append(A) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- append(A) - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Outputs the generated random art
- append(A, KnownHostHashValue) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- append(A, NamedResource, byte[], byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- append(B) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- append(B) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- append(CharSequence) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- append(CharSequence, int, int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- Append - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- APPEND_END_OF_LIST_INDICATOR - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Used to control whether to append the end-of-list indicator for SSH_FXP_NAME responses via
SftpHelper.indicateEndOfNamesList(Buffer, int, PropertyResolver, boolean)
call, as indicated by SFTP v6 - section 9.4 - appendAclSupportedExtension(Buffer, ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- appendCommandOption(StringBuilder, Collection<ScpClient.Option>, ScpClient.Option) - Static method in interface org.apache.sshd.scp.client.ScpClient
-
Appends the specified option command value if appears in provided options collection
- appendDedupSep(StringBuilder, CharSequence) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- appenderInstance - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- appendExtensions(Buffer, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- appendHex(A, byte[], int, int, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- appendHex(A, char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- appendHostConfigEntries(A, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendHostPattern(A, String, int) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- appendNewlineExtension(Buffer, ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Appends the "newline" extension to the buffer.
- appendNonEmptyPort(A, String, int) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyProperties(A, Map<String, ?>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Appends the extra properties - while skipping the
HostConfigEntry.EXPLICIT_PROPERTIES
ones - appendNonEmptyProperty(A, String, Object) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyValues(A, String, Object...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyValues(A, String, Collection<?>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendOpenSSHExtensions(Buffer, ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- appendOutgoingMac(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- appendOwnerInformation(StringBuilder, String, String) - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- appendPathComponent(String, String) - Static method in class org.apache.sshd.common.util.io.IoUtils
- appendPrivateKeyEncryptionContext(A, PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- appendPrivateKeyEncryptionContext(A, PrivateKeyEncryptionContext) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- appendPropertyValue(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Appends a value using a comma to an existing one.
- appendPublicKey(SessionContext, Appendable, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- appendPublicKey(SessionContext, Appendable, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- appendPublicKeyEntry(A, PublicKey) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Encodes a public key data the same way as the
PublicKeyEntry.parsePublicKeyEntry(String)
expects it - appendPublicKeyEntry(A, PublicKey, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- appendSignature(ClientSession, String, String, String, String, PublicKey, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- appendSignature(ClientSession, String, String, PublicKey, byte[], String, String, Signature, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- appendSupported2Extension(Buffer, Collection<String>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Appends the "supported2" extension to the buffer.
- appendSupportedExtension(Buffer, Collection<String>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Appends the "supported" extension to the buffer.
- appendUserHome(StringBuilder) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendUserHome(StringBuilder, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendUserHome(StringBuilder, Path) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendVendorIdExtension(Buffer, Map<String, ?>, ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Appends the "vendor-id" extension to the buffer.
- appendVersionsExtension(Buffer, String, ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Appends the "versions" extension to the buffer.
- APPLICATION - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Class
- apply(byte[]) - Method in interface org.apache.sshd.sftp.common.extensions.ExtensionParser
- apply(T) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
- applyExtensionFileAttributes(SftpSubsystemProxy, Path, Map<String, byte[]>, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to allow processing of custom file attributes
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, int, byte[], boolean) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- applySlashifyRules(String, char) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Applies the "slashification" rules as specified in Single Unix Specification version 3, section 3.266 and section 4.11 - Pathname resolution
- appName - Variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- appName - Variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- APRIORI_DISABLED_PROVIDERS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- arcfour128 - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- ARCFOUR128 - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- arcfour256 - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- ARCFOUR256 - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- array() - Method in class org.apache.sshd.common.util.buffer.Buffer
- array() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- asForwardingFilter(AgentForwardingFilter, X11ForwardingFilter, TcpForwardingFilter) - Static method in interface org.apache.sshd.server.forward.ForwardingFilter
-
Wraps separate filtering policies into one - any
null
one is assumed to be disabled - asInteger() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
Get the value as
BigInteger
- asKeyIdentityProvider(ClientIdentityLoader, Collection<? extends NamedResource>, FilePasswordProvider, boolean) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
-
Uses the provided
ClientIdentityLoader
to lazy load the keys locations - asList(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- asList(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asListener(Object) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- asListener(Object) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
- ASN1Class - Enum Class in org.apache.sshd.common.util.io.der
- ASN1Class(byte) - Constructor for enum class org.apache.sshd.common.util.io.der.ASN1Class
- ASN1Object - Class in org.apache.sshd.common.util.io.der
- ASN1Object() - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Object(byte, int, byte...) - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Object(ASN1Class, ASN1Type, boolean, int, byte...) - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Type - Enum Class in org.apache.sshd.common.util.io.der
- ASN1Type(byte) - Constructor for enum class org.apache.sshd.common.util.io.der.ASN1Type
- asObject() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- asOID() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- asSet(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Collection<? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Comparator<? super V>, Collection<? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Comparator<? super V>, V...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(V...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asString() - Method in class org.apache.sshd.common.file.util.BasePath
- asString() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
Get value as string.
- asT() - Method in class org.apache.sshd.common.file.util.BasePath
- asT() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- Async - Enum constant in enum class org.apache.sshd.common.channel.StreamingChannel.Streaming
- ASYNC_SERVER_STDERR_CHUNK_BELOW_WINDOW_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
If should chunk data sent via
ChannelAsyncOutputStream
when reported remote STDERR stream window size is less than its packet size - ASYNC_SERVER_STDOUT_CHUNK_BELOW_WINDOW_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
If should chunk data sent via
ChannelAsyncOutputStream
when reported remote STDOUT stream window size is less than its packet size - asyncAuth(int, Buffer, boolean) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- AsyncAuthException - Exception in org.apache.sshd.server.auth
- AsyncAuthException() - Constructor for exception org.apache.sshd.server.auth.AsyncAuthException
- AsyncCommand - Interface in org.apache.sshd.server.command
-
Represents a command capable of doing non-blocking io.
- AsyncCommandErrorStreamAware - Interface in org.apache.sshd.server.command
- AsyncCommandInputStreamAware - Interface in org.apache.sshd.server.command
- AsyncCommandOutputStreamAware - Interface in org.apache.sshd.server.command
- AsyncCommandStreamsAware - Interface in org.apache.sshd.server.command
- AsyncDataReceiver - Class in org.apache.sshd.server.channel
- AsyncDataReceiver(Channel) - Constructor for class org.apache.sshd.server.channel.AsyncDataReceiver
- asyncErr - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- asyncErr - Variable in class org.apache.sshd.server.channel.ChannelSession
- asyncIn - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- asyncOut - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- asyncOut - Variable in class org.apache.sshd.server.channel.ChannelSession
- atLeast(String, Duration, Duration) - Static method in class org.apache.sshd.common.Property.DurationProperty
- Atomic - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.CopyMode
- attachSession(IoSession, AbstractSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Attach an SSH
AbstractSession
to the I/O session - attribExtensionNames - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- Attribute() - Constructor for enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- AttributeKey() - Constructor for class org.apache.sshd.common.AttributeRepository.AttributeKey
- attributeKeys() - Method in interface org.apache.sshd.common.AttributeRepository
- attributeKeys() - Method in class org.apache.sshd.common.channel.AbstractChannel
- attributeKeys() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- attributeKeys() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- attributeKeys() - Method in class org.apache.sshd.sftp.server.Handle
- AttributeRepository - Interface in org.apache.sshd.common
- AttributeRepository.AttributeKey<T> - Class in org.apache.sshd.common
-
Type safe key for storage of user attributes.
- attributes - Variable in class org.apache.sshd.common.channel.AbstractChannel
- attributes - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- attributes - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- attributes - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Session specific attributes
- attributes - Variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- attributes - Variable in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- attributes - Variable in class org.apache.sshd.sftp.client.impl.SftpPathImpl
- attributes - Variable in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- attributes - Variable in class org.apache.sshd.sftp.server.Handle
- Attributes() - Constructor for class org.apache.sshd.sftp.client.SftpClient.Attributes
- attributesToPermissions(boolean, boolean, boolean, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Converts a file / folder's attributes into a mask
- attributesToPermissions(Path, Collection<PosixFilePermission>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- AttributeStore - Interface in org.apache.sshd.common
-
Provides the capability to attach in-memory attributes to the entity
- AUGMENTATION_STRING - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- auth() - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts the authentication process.
- auth() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- auth(String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- auth(ServerSession, String, String, Buffer) - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- auth(ServerSession, String, String, Buffer) - Method in interface org.apache.sshd.server.auth.UserAuth
-
Try to authenticate the user.
- AUTH - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- AUTH_KEYS_FILE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- AUTH_MAGIC - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- AUTH_MAGIC_BYTES - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- AUTH_METHODS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
This key is used when configuring multi-step authentications.
- AUTH_SOCKET_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Property that can be set on the
Session
in order to control the authentication timeout (millis). - AUTH_TIME - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- AUTH_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the timeout after which it will close the connection if the other side has not been authenticated - in milliseconds.
- authed - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Boolean indicating if this session has been authenticated or not
- authed - Variable in exception org.apache.sshd.server.auth.AsyncAuthException
- AUTHED - Enum constant in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
- authenticate(String, String, ServerSession) - Method in interface org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Check the validity of a password.
- authenticate(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- authenticate(String, String, ServerSession) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- authenticate(String, PublicKey, ServerSession) - Method in interface org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
-
Check the validity of a public key.
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- authenticate(String, PublicKey, ServerSession, Collection<? extends PublicKey>) - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- authenticate(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in interface org.apache.sshd.server.auth.hostbased.HostBasedAuthenticator
- authenticate(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- authenticate(ServerSession, String, List<String>) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- authenticate(ServerSession, String, List<String>) - Method in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Called to authenticate the response to the challenge(s) sent previously
- authenticateClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext, ClientSession) - Method in interface org.apache.sshd.sftp.client.fs.SftpFileSystemClientSessionInitializer
-
Invoked by the
SftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to authenticate the session obtained fromSftpFileSystemClientSessionInitializer.createClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext)
- Authenticated - Enum constant in enum class org.apache.sshd.common.session.SessionListener.Event
-
Fired when the session is fully authenticated.
- Authenticated - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- authenticateTimeout - Variable in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- AuthenticationIdentitiesProvider - Interface in org.apache.sshd.client.auth
- authenticator - Variable in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
- authErrorHolder - Variable in class org.apache.sshd.client.session.ClientSessionImpl
-
Also guards setting an earlyError and the authFuture together.
- authFactories - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- authFuture - Variable in class org.apache.sshd.client.session.ClientSessionImpl
-
The authentication future created by the last call to
ClientSessionImpl.auth()
;null
before the first call toClientSessionImpl.auth()
. - AuthFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous authentication requests. - authFutureHolder - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
The AuthFuture that is being used by the current auth request.
- authMethod - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- authMethods - Variable in class org.apache.sshd.common.forward.SocksProxy.Socks5
- authMethods - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- AUTHOK - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
About to send
SSH_MSG_USERAUTH_SUCCESS
message. - AUTHOK - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
- AUTHORIZED_KEY - Static variable in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- AuthorizedKeyEntriesPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Checks against a
Collection
ofAuthorizedKeyEntry
s Records the matched entry under a session attribute. - AuthorizedKeyEntriesPublickeyAuthenticator(Object, ServerSession, Collection<? extends AuthorizedKeyEntry>, PublicKeyEntryResolver) - Constructor for class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- AuthorizedKeyEntry - Class in org.apache.sshd.common.config.keys
-
Represents an entry in the user's
authorized_keys
file according to the OpenSSH format. - AuthorizedKeyEntry() - Constructor for class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- AuthorizedKeysAuthenticator - Class in org.apache.sshd.server.config.keys
-
Uses the authorized keys file to implement
PublickeyAuthenticator
while automatically re-loading the keys if the file has changed when a new authentication request is received. - AuthorizedKeysAuthenticator(Path) - Constructor for class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- AuthorizedKeysAuthenticator(Path, LinkOption...) - Constructor for class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- AuthorizedKeysAuthenticator.LazyDefaultAuthorizedKeysFileHolder - Class in org.apache.sshd.server.config.keys
- authService - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- authSession(ConnectFuture, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- authSession(ConnectFuture, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- authSession(ClientSession) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- authSize - Variable in class org.apache.sshd.common.cipher.BaseCipher
- authSize - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- authStart - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- AuthTimeout - Enum constant in enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- authUserName - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- AUTO_DETECT_PASSWORD_PROMPT - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Whether to auto-detect password challenge prompt
- AUTO_FOLLOW_LINKS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Whether to automatically follow symbolic links when resolving paths
- AUTO_WELCOME_BANNER_VALUE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Special value that can be set for the
CoreModuleProperties.WELCOME_BANNER
property indicating that the server should generate a banner consisting of the random art of the server's keys (if any are provided). - AutoCloseableDelegateInvocationHandler - Class in org.apache.sshd.common.util.closeable
-
Wraps a target instance and an
AutoCloseable
delegate into a proxy instance that closes both when wrapperclose
method called. - AutoCloseableDelegateInvocationHandler(Object, AutoCloseable) - Constructor for class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- autowireCreatedService(S) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- AvailabilityPhase() - Constructor for enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
- available() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- available() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- available() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- available() - Method in interface org.apache.sshd.common.util.Readable
- available() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- available(String) - Method in class org.apache.sshd.sftp.client.extensions.helpers.SpaceAvailableExtensionImpl
- available(String) - Method in interface org.apache.sshd.sftp.client.extensions.SpaceAvailableExtension
- AVAILABLE_KEY_LENGTHS - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- await() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUE
msec. - await(long) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- await(long) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long, TimeUnit) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(Duration) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await0(long, boolean) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Wait for the Future to be ready.
- await0(long, boolean) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- awaitTermination(long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- awaitTermination(long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- awaitTermination(Duration) - Method in interface org.apache.sshd.common.util.threads.CloseableExecutorService
- awaitUninterruptibly() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUE
msec. - awaitUninterruptibly(long) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- awaitUninterruptibly(long) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(Duration) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
B
- b - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- b - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- b - Variable in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- backlog - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- BANNER_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- base64_code - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- BaseBuilder<T extends AbstractFactoryManager,
S extends BaseBuilder<T, S>> - Class in org.apache.sshd.common -
Base class for dedicated client/server instance builders
- BaseBuilder() - Constructor for class org.apache.sshd.common.BaseBuilder
- BaseCipher - Class in org.apache.sshd.common.cipher
-
Base class for all Cipher implementations delegating to the JCE provider.
- BaseCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseCipher
- BaseCompression - Class in org.apache.sshd.common.compression
- BaseCompression(String) - Constructor for class org.apache.sshd.common.compression.BaseCompression
- BaseDigest - Class in org.apache.sshd.common.digest
-
Base class for Digest algorithms based on the JCE provider.
- BaseDigest(String, int) - Constructor for class org.apache.sshd.common.digest.BaseDigest
-
Create a new digest using the given algorithm and block size.
- basedir - Variable in class org.apache.sshd.common.util.io.DirectoryScanner
-
The base directory to be scanned.
- basedir - Variable in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- BaseFileSystem<T extends Path> - Class in org.apache.sshd.common.file.util
- BaseFileSystem(FileSystemProvider) - Constructor for class org.apache.sshd.common.file.util.BaseFileSystem
- BaseGCMCipher - Class in org.apache.sshd.common.cipher
- BaseGCMCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseGCMCipher
- BaseGCMCipher.CounterGCMParameterSpec - Class in org.apache.sshd.common.cipher
-
Algorithm parameters for AES/GCM that assumes the IV uses an 8-byte counter field as its least significant bytes.
- BaseMac - Class in org.apache.sshd.common.mac
-
Base class for
Mac
implementations based on the JCE provider. - BaseMac(String, int, int, boolean) - Constructor for class org.apache.sshd.common.mac.BaseMac
- BasePath<T extends BasePath<T,
FS>, FS extends BaseFileSystem<T>> - Class in org.apache.sshd.common.file.util - BasePath(FS, String, List<String>) - Constructor for class org.apache.sshd.common.file.util.BasePath
- BaseProperty(String, Class<T>) - Constructor for class org.apache.sshd.common.Property.BaseProperty
- BaseProperty(String, Class<T>, T) - Constructor for class org.apache.sshd.common.Property.BaseProperty
- BaseRC4Cipher - Class in org.apache.sshd.common.cipher
- BaseRC4Cipher(int, int, int, int) - Constructor for class org.apache.sshd.common.cipher.BaseRC4Cipher
- BasicCredentialsImpl - Class in org.apache.sshd.common.auth
- BasicCredentialsImpl() - Constructor for class org.apache.sshd.common.auth.BasicCredentialsImpl
- BasicCredentialsImpl(String, String) - Constructor for class org.apache.sshd.common.auth.BasicCredentialsImpl
- BasicCredentialsProvider - Interface in org.apache.sshd.common.auth
- Batch - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- bb - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- bb - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- BCrypt - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
-
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
- BCrypt() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- BCRYPT_SALT_LEN - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- BCRYPT_SALT_LENGTH - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- BCryptBadRoundsException(int) - Constructor for exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- BCryptBadRoundsException(int, String) - Constructor for exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- BCryptBadRoundsException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- bcryptKdf(byte[], byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- BCryptKdfOptions - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
- BCryptKdfOptions() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- BCryptKdfOptions.BCryptBadRoundsException - Exception in org.apache.sshd.common.config.keys.loader.openssh.kdf
- beforeAuthErrorHolder - Variable in class org.apache.sshd.client.session.ClientSessionImpl
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- beginBlocking(Object) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- beginners - Variable in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- BEGINNERS - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- bf_crypt_ciphertext - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- bind(SocketAddress) - Method in interface org.apache.sshd.common.io.IoAcceptor
- bind(SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- bind(Collection<? extends SocketAddress>) - Method in interface org.apache.sshd.common.io.IoAcceptor
- bind(Collection<? extends SocketAddress>) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- BIT_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- blkSize - Variable in class org.apache.sshd.common.cipher.BaseCipher
- blkSize - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- BLOCK_BYTES - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- BLOCK_INTS - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- BLOCK_SIZE - Static variable in class org.apache.sshd.common.mac.Poly1305Mac
- blocked(ServerSession, String, FileHandle, long, long, int, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- blocked(ServerSession, String, FileHandle, long, long, int, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after blocking a file section
- blocking(ServerSession, String, FileHandle, long, long, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- blocking(ServerSession, String, FileHandle, long, long, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to blocking a file section
- blockingThreadHolder - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- blockSize - Variable in enum class org.apache.sshd.common.digest.BuiltinDigests
- BLOWFISH_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- BLOWFISH_NUM_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- blowfishcbc - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- BMP_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- bodyEngine - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- bool(String) - Static method in interface org.apache.sshd.common.Property
- bool(String, boolean) - Static method in interface org.apache.sshd.common.Property
- BOOLEAN - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- BOOLEAN_OPTION_NEGATION_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- BooleanProperty(String) - Constructor for class org.apache.sshd.common.Property.BooleanProperty
- BooleanProperty(String, Boolean) - Constructor for class org.apache.sshd.common.Property.BooleanProperty
- BOUNCY_CASTLE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Bouncycastle JCE provider name
- BouncyCastleGeneratorHostKeyProvider - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleGeneratorHostKeyProvider(Path) - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- BouncyCastleKeyPairResourceParser - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleKeyPairResourceParser() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- BouncyCastleRandom - Class in org.apache.sshd.common.util.security.bouncycastle
-
BouncyCastle
Random
. - BouncyCastleRandom() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- BouncyCastleRandomFactory - Class in org.apache.sshd.common.util.security.bouncycastle
-
Named factory for the BouncyCastle
Random
- BouncyCastleRandomFactory() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- BouncyCastleSecurityProviderRegistrar - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleSecurityProviderRegistrar() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- bound - Variable in class org.apache.sshd.common.forward.LocalForwardingEntry
- boundAddress - Variable in class org.apache.sshd.client.session.forward.PortForwardingTracker
- boundDynamic - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- boundLocals - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- BROADCAST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- bsize - Variable in class org.apache.sshd.common.digest.BaseDigest
- bsize - Variable in class org.apache.sshd.common.mac.BaseMac
- bsize - Variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- BUF_SIZE - Static variable in class org.apache.sshd.common.compression.CompressionZlib
- buffer - Variable in class org.apache.sshd.agent.common.AbstractAgentClient
- buffer - Variable in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- buffer - Variable in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- buffer - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- buffer - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- buffer - Variable in class org.apache.sshd.common.channel.IoWriteFutureImpl
- buffer - Variable in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
- buffer - Variable in class org.apache.sshd.common.session.helpers.PendingWriteFuture
- buffer - Variable in class org.apache.sshd.server.shell.TtyFilterInputStream
- buffer - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- buffer - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- buffer - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- Buffer - Class in org.apache.sshd.common.util.buffer
-
Provides an abstract message buffer for encoding SSH messages
- Buffer() - Constructor for class org.apache.sshd.common.util.buffer.Buffer
- BUFFER_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value used by the
InvertedShellWrapper
to control copy buffer size. - BUFFER_SIZE - Static variable in class org.apache.sshd.scp.server.InputStreamReader
- BUFFERED_IO_OUTPUT_MAX_PENDING_WRITE_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used when creating a
BufferedIoOutputStream
in order to specify max. - BUFFERED_IO_OUTPUT_MAX_PENDING_WRITE_WAIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used when creating a
BufferedIoOutputStream
in order to specify max. - BufferedIoOutputStream - Class in org.apache.sshd.common.channel
-
An
IoOutputStream
capable of queuing write requests. - BufferedIoOutputStream(Object, int, IoOutputStream, int, Duration) - Constructor for class org.apache.sshd.common.channel.BufferedIoOutputStream
- BufferedIoOutputStream(Object, int, IoOutputStream, PropertyResolver) - Constructor for class org.apache.sshd.common.channel.BufferedIoOutputStream
- BufferException - Exception in org.apache.sshd.common.util.buffer
- BufferException(String) - Constructor for exception org.apache.sshd.common.util.buffer.BufferException
- bufferLength - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- BufferPublicKeyParser<PUB extends PublicKey> - Interface in org.apache.sshd.common.util.buffer.keys
- bufferSize - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- bufferSize - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- bufferSize - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- BufferUtils - Class in org.apache.sshd.common.util.buffer
-
TODO Add javadoc
- BufferUtils() - Constructor for class org.apache.sshd.common.util.buffer.BufferUtils
-
Private Constructor
- build() - Method in class org.apache.sshd.common.BaseBuilder
- build() - Method in class org.apache.sshd.common.util.closeable.Builder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- build() - Method in interface org.apache.sshd.common.util.ObjectBuilder
- build() - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- build() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- build(boolean) - Method in class org.apache.sshd.client.ClientBuilder
- build(boolean) - Method in class org.apache.sshd.common.BaseBuilder
- build(boolean) - Method in class org.apache.sshd.server.ServerBuilder
- buildAclEntry(int, int, int, String) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- builder() - Static method in class org.apache.sshd.client.ClientBuilder
- builder() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- builder() - Static method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- builder() - Static method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- builder() - Static method in class org.apache.sshd.server.ServerBuilder
- builder(Class<K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- builder(Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- Builder - Class in org.apache.sshd.common.util.closeable
- Builder() - Constructor for class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- Builder() - Constructor for class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- Builder(Object) - Constructor for class org.apache.sshd.common.util.closeable.Builder
- buildNumber - Variable in class org.apache.sshd.common.util.VersionInfo
- buildProviders(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Static method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- buildProviders(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider, boolean) - Static method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- BUILT_IN_PARSERS - Static variable in class org.apache.sshd.sftp.common.extensions.ParserUtils
- BuiltinCiphers - Enum Class in org.apache.sshd.common.cipher
-
Provides easy access to the currently implemented ciphers
- BuiltinCiphers(String, int, int, int, String, int, String, int) - Constructor for enum class org.apache.sshd.common.cipher.BuiltinCiphers
- BuiltinCiphers.Constants - Class in org.apache.sshd.common.cipher
- BuiltinCiphers.ParseResult - Class in org.apache.sshd.common.cipher
-
Holds the result of
BuiltinCiphers.parseCiphersList(String)
- BuiltinClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
- BuiltinClientIdentitiesWatcher(Path, boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, Collection<String>, boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, Collection<String>, boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinCompressions - Enum Class in org.apache.sshd.common.compression
- BuiltinCompressions(String) - Constructor for enum class org.apache.sshd.common.compression.BuiltinCompressions
- BuiltinCompressions.Constants - Class in org.apache.sshd.common.compression
- BuiltinCompressions.ParseResult - Class in org.apache.sshd.common.compression
-
Holds the result of
BuiltinCompressions.parseCompressionsList(String)
- BuiltinDHFactories - Enum Class in org.apache.sshd.common.kex
- BuiltinDHFactories(String) - Constructor for enum class org.apache.sshd.common.kex.BuiltinDHFactories
- BuiltinDHFactories.Constants - Class in org.apache.sshd.common.kex
- BuiltinDHFactories.ParseResult - Class in org.apache.sshd.common.kex
-
Represents the result of
BuiltinDHFactories.parseDHFactoriesList(String)
- BuiltinDigests - Enum Class in org.apache.sshd.common.digest
-
Provides easy access to the currently implemented digests
- BuiltinDigests(String, String, int) - Constructor for enum class org.apache.sshd.common.digest.BuiltinDigests
- BuiltinDigests.Constants - Class in org.apache.sshd.common.digest
- BuiltinFactory<T> - Interface in org.apache.sshd.common
-
A named optional factory.
- BuiltinIdentities - Enum Class in org.apache.sshd.common.config.keys
- BuiltinIdentities(String, Class<? extends PublicKey>, Class<? extends PrivateKey>, String) - Constructor for enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- BuiltinIdentities(String, String, Class<? extends PublicKey>, Class<? extends PrivateKey>, String) - Constructor for enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- BuiltinIdentities(String, String, Class<? extends PublicKey>, Class<? extends PrivateKey>, Collection<String>) - Constructor for enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- BuiltinIdentities.Constants - Class in org.apache.sshd.common.config.keys
-
Contains the names of the identities
- BuiltinIoServiceFactoryFactories - Enum Class in org.apache.sshd.common.io
- BuiltinIoServiceFactoryFactories(Class<? extends IoServiceFactoryFactory>) - Constructor for enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- BuiltinIoServiceFactoryFactories(String) - Constructor for enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- BuiltinMacs - Enum Class in org.apache.sshd.common.mac
-
Provides easy access to the currently implemented macs
- BuiltinMacs(String, String, int, int) - Constructor for enum class org.apache.sshd.common.mac.BuiltinMacs
- BuiltinMacs.Constants - Class in org.apache.sshd.common.mac
- BuiltinMacs.ParseResult - Class in org.apache.sshd.common.mac
- BuiltinSftpClientExtensions - Enum Class in org.apache.sshd.sftp.client.extensions
- BuiltinSftpClientExtensions(String, Class<? extends SftpClientExtension>) - Constructor for enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- BuiltinSignatures - Enum Class in org.apache.sshd.common.signature
-
Provides easy access to the currently implemented signatures
- BuiltinSignatures(String) - Constructor for enum class org.apache.sshd.common.signature.BuiltinSignatures
- BuiltinSignatures.ParseResult - Class in org.apache.sshd.common.signature
-
Holds the result of the
BuiltinSignatures.parseSignatureList(String)
- BuiltinUserAuthFactories - Enum Class in org.apache.sshd.client.auth
-
Provides a centralized location for the default built-in authentication factories
- BuiltinUserAuthFactories - Enum Class in org.apache.sshd.server.auth
-
Provides a centralized location for the default built-in authentication factories
- BuiltinUserAuthFactories(UserAuthFactory) - Constructor for enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- BuiltinUserAuthFactories(UserAuthFactory) - Constructor for enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- BuiltinUserAuthFactories.ParseResult - Class in org.apache.sshd.client.auth
-
Holds the result of
BuiltinUserAuthFactories.parseFactoriesList(String)
- BuiltinUserAuthFactories.ParseResult - Class in org.apache.sshd.server.auth
-
Holds the result of
BuiltinUserAuthFactories.parseFactoriesList(String)
- BUS - Enum constant in enum class org.apache.sshd.server.Signal
- BY_ALGORITHM_MAP - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- BY_CASE_INSENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- BY_CASE_INSENSITIVE_FILENAME - Static variable in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- BY_CASE_SENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- BY_CASE_SENSITIVE_FILENAME - Static variable in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- BY_HOST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Compares
InetAddress
-es according to theirInetAddress.getHostAddress()
value case insensitive - BY_HOST_AND_PORT - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Compares
SocketAddress
-es according to their host case insensitive and if equals, then according to their port value (if any) - BY_KEY_CLASS_DECODERS_MAP - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- BY_KEY_CLASS_DECODERS_MAP - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BY_KEY_COMPARATOR - Static variable in class org.apache.sshd.common.util.MapEntryUtils
- BY_KEY_SIZE - Static variable in enum class org.apache.sshd.common.cipher.ECCurves
- BY_KEY_TYPE - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
- BY_KEY_TYPE_DECODERS_MAP - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- BY_KEY_TYPE_DECODERS_MAP - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BY_NAME_COMPARATOR - Static variable in interface org.apache.sshd.common.NamedResource
-
Compares 2
NamedResource
s according to theirNamedResource.getName()
value case insensitive - BY_OID_MAP - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- BY_OPCODE - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- BY_PROPOSAL_INDEX - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
-
Compares values according to
KexProposalOption.getProposalIndex()
- byKeyEntryComparator() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- ByteArrayBuffer - Class in org.apache.sshd.common.util.buffer
-
Provides an implementation of
Buffer
using a backing byte array - ByteArrayBuffer() - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes with 256 bytes
- ByteArrayBuffer(byte[]) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Wraps data bytes for reading
- ByteArrayBuffer(byte[], boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ByteArrayBuffer(byte[], int, int) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Wraps data bytes for reading
- ByteArrayBuffer(byte[], int, int, boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ByteArrayBuffer(int) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes
- ByteArrayBuffer(int, boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes
- bytes - Variable in class org.apache.sshd.scp.server.InputStreamReader
- bytesAvailableToUser - Variable in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- bytesOnDevice - Variable in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- bytesPerAllocationUnit - Variable in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- byteValue - Variable in enum class org.apache.sshd.common.util.io.der.ASN1Class
C
- C2SCOMP - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- C2SENC - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- C2SLANG - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- C2SMAC - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- CACHE_ATTRIBUTE - Static variable in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
The
AttributeKey
used to store the cached authentication results on the session instance - cacheAttributes(boolean) - Method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
-
SftpPath
instances can cache SFTPSftpClient.Attributes
. - cacheAttributes(SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
-
Sets the cached attributes to the argument if this
SftpPath
 instance is currently caching attributes. - cacheMap - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- cachingLevel - Variable in class org.apache.sshd.sftp.client.impl.SftpPathImpl
- CachingPublicKeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Caches the result per session - compensates for
OpenSSH
behavior where it sends 2 requests with the same key (seeSSHD-300
). - CachingPublicKeyAuthenticator(PublickeyAuthenticator) - Constructor for class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
- calculatedHashCode() - Method in class org.apache.sshd.common.file.util.BasePath
- calculateE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
Lazy-called by
AbstractDH.getE()
if the public key data has not been generated yet. - calculateE() - Method in class org.apache.sshd.common.kex.DHG
- calculateE() - Method in class org.apache.sshd.common.kex.ECDH
- calculateE() - Method in class org.apache.sshd.common.kex.XDH
- calculateHashValue(String, int, Factory<? extends Mac>, byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- calculateHashValue(String, int, Mac, byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- calculateK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
Lazy-called by
AbstractDH.getK()
if the shared secret data has not been calculated yet - calculateK() - Method in class org.apache.sshd.common.kex.DHG
- calculateK() - Method in class org.apache.sshd.common.kex.ECDH
- calculateK() - Method in class org.apache.sshd.common.kex.XDH
- calculateNextIgnorePacketCount(Random, long, int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- calculatePadLength(int, int, boolean) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
- callback - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- callback - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- callback - Variable in class org.apache.sshd.server.shell.UnknownCommand
- callback - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- cancel() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Cancels the authentication attempt and notifies all threads waiting for this future.
- cancel() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for this future.
- cancel() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Cancels the connection attempt and notifies all threads waiting for this future.
- cancel() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- cancel() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for this future.
- CANCELED - Static variable in class org.apache.sshd.common.future.AbstractSshFuture
-
A default value to indicate the future has been canceled
- CancelTcpipForwardHandler - Class in org.apache.sshd.server.global
-
Handler for "cancel-tcpip-forward" global request.
- CancelTcpipForwardHandler() - Constructor for class org.apache.sshd.server.global.CancelTcpipForwardHandler
- canConnect(TcpForwardingFilter.Type, SshdSocketAddress, Session) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- canConnect(TcpForwardingFilter.Type, SshdSocketAddress, Session) - Method in interface org.apache.sshd.server.forward.TcpForwardingFilter
-
Determine if the session may create an outbound connection.
- canExtractKeyPairs(NamedResource, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- canExtractKeyPairs(NamedResource, List<String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- canForwardAgent(Session, String) - Method in interface org.apache.sshd.server.forward.AgentForwardingFilter
-
Determine if the session may arrange for agent forwarding.
- canForwardAgent(Session, String) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- canForwardX11(Session, String) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- canForwardX11(Session, String) - Method in interface org.apache.sshd.server.forward.X11ForwardingFilter
-
Determine if the session may arrange for X11 forwarding.
- canListen(SshdSocketAddress, Session) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- canListen(SshdSocketAddress, Session) - Method in interface org.apache.sshd.server.forward.TcpForwardingFilter
-
Determine if the session may listen for inbound connections.
- canonicalPath(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- canonicalPath(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- canonicalPath(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
The effective "normalized" remote path
- capabilities - Variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- capacity() - Method in class org.apache.sshd.common.util.buffer.Buffer
- capacity() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- caPubKey - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- CARRIER_GRADE_NAT_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- CASE_INSENSITIVE_MAP_FACTORY - Static variable in class org.apache.sshd.common.util.MapEntryUtils
- CASE_SENSITIVE_ORDER - Static variable in class org.apache.sshd.common.util.GenericUtils
-
The complement of
String.CASE_INSENSITIVE_ORDER
- caseInsensitiveMap() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- caseSensitive - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Whether or not the file system should be treated as a case sensitive one.
- cbCalled - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- cc20p1305_openssh - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- CC20P1305_OPENSSH - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- cd(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- CertificateOption(String) - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Creates a new
OpenSshCertificate.CertificateOption
with a name without data. - CertificateOption(String, String) - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Creates a new
OpenSshCertificate.CertificateOption
with the given name and data. - certificatePublicKey - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- ChaCha20Cipher - Class in org.apache.sshd.common.cipher
-
AEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.
- ChaCha20Cipher() - Constructor for class org.apache.sshd.common.cipher.ChaCha20Cipher
- ChaCha20Cipher.ChaChaEngine - Class in org.apache.sshd.common.cipher
- ChaChaEngine() - Constructor for class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- challengeDigest - Variable in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- CHANN2HNDLR - Static variable in interface org.apache.sshd.common.channel.ChannelRequestHandler
- channel - Variable in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- channel - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
- channel - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- Channel - Interface in org.apache.sshd.common.channel
-
Represents a channel opened over an SSH session - holds information that is common both to server and client channels.
- CHANNEL_CLOSE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to configure the timeout used when writing a close request on a channel.
- CHANNEL_EXEC - Static variable in interface org.apache.sshd.common.channel.Channel
- CHANNEL_OPEN_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value that can be set on the
FactoryManager
or the session to configure the channel open timeout value (millis). - CHANNEL_SHELL - Static variable in interface org.apache.sshd.common.channel.Channel
- CHANNEL_SUBSYSTEM - Static variable in interface org.apache.sshd.common.channel.Channel
- ChannelAgentForwarding - Class in org.apache.sshd.agent.local
-
The client side channel that will receive requests forwards by the SSH server.
- ChannelAgentForwarding(CloseableExecutorService) - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwarding
- ChannelAgentForwarding.AgentClient - Class in org.apache.sshd.agent.local
- ChannelAgentForwardingFactory - Class in org.apache.sshd.agent.local
- ChannelAgentForwardingFactory(String) - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- ChannelAsyncInputStream - Class in org.apache.sshd.common.channel
- ChannelAsyncInputStream(Channel) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncInputStream
- ChannelAsyncInputStream.IoReadFutureImpl - Class in org.apache.sshd.common.channel
- ChannelAsyncOutputStream - Class in org.apache.sshd.common.channel
- ChannelAsyncOutputStream(Channel, byte) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- ChannelAsyncOutputStream(Channel, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- channelClose(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Close a channel due to a close packet received
- channelClosed(Channel, Throwable) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about a channel being closed.
- channelData(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process incoming data on a channel
- ChannelDataReceiver - Interface in org.apache.sshd.server.channel
-
Receiving end of the data stream from the client.
- ChannelDirectTcpip - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelDirectTcpip(SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.channel.ChannelDirectTcpip
- channelEof(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process end of file on a channel
- ChannelExec - Class in org.apache.sshd.client.channel
-
Client channel to run a remote command
- ChannelExec(String, PtyChannelConfigurationHolder, Map<String, ?>) - Constructor for class org.apache.sshd.client.channel.ChannelExec
- channelExtendedData(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process incoming extended data on a channel
- channelFactories - Variable in class org.apache.sshd.common.BaseBuilder
- channelFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- channelFactories(List<ChannelFactory>) - Method in class org.apache.sshd.common.BaseBuilder
- ChannelFactory - Interface in org.apache.sshd.common.channel
- channelFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a failure on a channel
- ChannelForwardedX11 - Class in org.apache.sshd.server.x11
- ChannelForwardedX11(IoSession) - Constructor for class org.apache.sshd.server.x11.ChannelForwardedX11
- ChannelHolder - Interface in org.apache.sshd.common.channel
- channelId - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- channelId - Variable in exception org.apache.sshd.common.channel.exception.SshChannelException
- channelInitialized(Channel) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about initial setup of a channel via the
Channel.init(org.apache.sshd.common.session.ConnectionService, org.apache.sshd.common.session.Session, int)
method. - channelInstance - Variable in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- channelInstance - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- channelInstance - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- channelInstance - Variable in class org.apache.sshd.common.channel.Window
- ChannelListener - Interface in org.apache.sshd.common.channel
-
Provides a simple listener for client / server channels being established or torn down.
- ChannelListenerManager - Interface in org.apache.sshd.common.channel
- channelListenerProxy - Variable in class org.apache.sshd.common.channel.AbstractChannel
- channelListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- channelListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- channelListeners - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
Channel events listener
- channelListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- channelListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Channel events listener container
- channelOpen(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- channelOpenConfirmation(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- channelOpenFailure(Channel, Throwable) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about the failure to open a channel
- channelOpenFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- channelOpenSuccess(Channel) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about a channel being successfully opened for a session.
- ChannelOutputStream - Class in org.apache.sshd.common.channel
- ChannelOutputStream(AbstractChannel, Window, long, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
- ChannelOutputStream(AbstractChannel, Window, Duration, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
- ChannelOutputStream(AbstractChannel, Window, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
- ChannelPipedInputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedInputStream(Window, long) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
- ChannelPipedInputStream(Window, Duration) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
- ChannelPipedInputStream(PropertyResolver, Window) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
- ChannelPipedOutputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedOutputStream(ChannelPipedSink) - Constructor for class org.apache.sshd.common.channel.ChannelPipedOutputStream
- ChannelPipedSink - Interface in org.apache.sshd.common.channel
- channelRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Service a request on a channel
- ChannelRequestHandler - Interface in org.apache.sshd.common.channel
- channels - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- channels - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Map of channels keyed by the identifier
- channelSession - Variable in class org.apache.sshd.scp.server.ScpCommand
- channelSession - Variable in class org.apache.sshd.scp.server.ScpShell
- channelSession - Variable in class org.apache.sshd.server.shell.ProcessShell
- channelSession - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- ChannelSession - Class in org.apache.sshd.client.channel
-
Client side channel session
- ChannelSession - Class in org.apache.sshd.server.channel
-
Server side channel session
- ChannelSession() - Constructor for class org.apache.sshd.client.channel.ChannelSession
- ChannelSession() - Constructor for class org.apache.sshd.server.channel.ChannelSession
- ChannelSession(Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.server.channel.ChannelSession
- ChannelSession.CommandCloseable - Class in org.apache.sshd.server.channel
- ChannelSessionAware - Interface in org.apache.sshd.server.channel
-
Command
can implement this optional interface to receive a reference toChannelSession
. - ChannelSessionFactory - Class in org.apache.sshd.server.channel
- ChannelSessionFactory() - Constructor for class org.apache.sshd.server.channel.ChannelSessionFactory
- ChannelShell - Class in org.apache.sshd.client.channel
-
Client channel to open a remote shell
- ChannelShell(PtyChannelConfigurationHolder, Map<String, ?>) - Constructor for class org.apache.sshd.client.channel.ChannelShell
- channelStateChanged(Channel, String) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform that the channel state may have changed - e.g., received EOF, window adjustment, etc..
- channelStreamPacketWriterResolver - Variable in class org.apache.sshd.common.BaseBuilder
- channelStreamPacketWriterResolver - Variable in class org.apache.sshd.common.channel.AbstractChannel
- channelStreamPacketWriterResolver - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- channelStreamPacketWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.BaseBuilder
- ChannelStreamWriter - Interface in org.apache.sshd.common.channel.throttle
-
The ChannelStreamWriter is used when writing to the channel data stream.
- channelStreamWriterResolver - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- ChannelStreamWriterResolver - Interface in org.apache.sshd.common.channel.throttle
-
A special mechanism that enables users to intervene in the way packets are sent from
ChannelOutputStream
-s - e.g., by introducing throttling - ChannelStreamWriterResolverManager - Interface in org.apache.sshd.common.channel.throttle
-
TODO Add javadoc
- ChannelSubsystem - Class in org.apache.sshd.client.channel
-
Client channel to run a subsystem
- ChannelSubsystem(String) - Constructor for class org.apache.sshd.client.channel.ChannelSubsystem
- channelSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a success on a channel
- channelType - Variable in class org.apache.sshd.agent.common.AbstractAgentProxy
- channelType - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- channelType - Variable in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- channelWindowAdjust(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a window adjust packet on a channel
- char64(char) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Look up the 3 bits base64-encoded by the specified character, range-checking againt conversion table
- charset - Variable in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- charset(String) - Static method in interface org.apache.sshd.common.Property
- charset(String, Charset) - Static method in interface org.apache.sshd.common.Property
- CharsetProperty(String) - Constructor for class org.apache.sshd.common.Property.CharsetProperty
- CharsetProperty(String, Charset) - Constructor for class org.apache.sshd.common.Property.CharsetProperty
- check(long) - Method in class org.apache.sshd.common.channel.Window
- CHECK_FILE_HANDLE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- CHECK_FILE_NAME - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- CHECK_INTERACTIVE_PASSWORD_DELIM - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
If password prompt detected then check it ends with any of the comma separated list of these values.
- checkAcceptance(String, Session, SshdSocketAddress) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- checkAttributes(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkAttributesResponse(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkAuthenticationTimeout(Instant, Duration) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks if authentication timeout expired
- checkCommandStatus(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
-
Sends the specified command, waits for the response and then invokes
AbstractSftpClient.checkResponseStatus(int, Buffer)
- checkConfig() - Method in class org.apache.sshd.client.SshClient
- checkConfig() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- checkConfig() - Method in class org.apache.sshd.server.SshServer
- checkData(int, Buffer, int, byte[], AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkDataResponse(int, Buffer, int, byte[], AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkDirResponse(int, Buffer, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkExtendedReplyBuffer(Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- checkFileExists(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Checks if a file exists - Note: according to the Java tutorial - Checking a File or Directory:
- checkFileHandle(SftpClient.Handle, Collection<String>, long, long, int) - Method in interface org.apache.sshd.sftp.client.extensions.CheckFileHandleExtension
- checkFileHandle(SftpClient.Handle, Collection<String>, long, long, int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.CheckFileHandleExtensionImpl
- CheckFileHandleExtension - Interface in org.apache.sshd.sftp.client.extensions
- CheckFileHandleExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "check-file-handle" extension
- CheckFileHandleExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.CheckFileHandleExtensionImpl
- checkFileName(String, Collection<String>, long, long, int) - Method in interface org.apache.sshd.sftp.client.extensions.CheckFileNameExtension
- checkFileName(String, Collection<String>, long, long, int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.CheckFileNameExtensionImpl
- CheckFileNameExtension - Interface in org.apache.sshd.sftp.client.extensions
- CheckFileNameExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "check-file-name" extension
- CheckFileNameExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.CheckFileNameExtensionImpl
- checkFingerPrint(String, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkFingerPrint(String, Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkFingerPrint(String, Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkForTimeouts() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks whether the session has timed out (both authentication and idle timeouts are checked).
- checkHandle(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkHandleResponse(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkIdleTimeout(Instant, Duration) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks if idle timeout expired
- checkInitialized(String) - Method in class org.apache.sshd.common.channel.Window
- checkInstanceOf(Object, Class<T>, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkKeyAgreementNecessity() - Method in class org.apache.sshd.common.kex.AbstractDH
-
Called after either public or private parts have been calculated in order to check if the key-agreement mediator is still required.
- checkKeys() - Method in class org.apache.sshd.client.session.AbstractClientSession
- checkKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the the key exchange is completed and the exchanged keys can now be verified - e.g., client can verify the server's key
- checkKeys() - Method in class org.apache.sshd.server.session.AbstractServerSession
- checkNotNull(T, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(byte[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(byte[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(char[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(char[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(int[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(int[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(C, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(M, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(T[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkOneName(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkOneNameResponse(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkPassword(Buffer, ServerSession, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invokes the configured
PasswordAuthenticator
and returns the result. - checkPath(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- checkpw(String, String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Check that a plaintext password matches a previously hashed one
- checkRekey() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Checks if a re-keying is required and if so initiates it
- checkReloadRequired() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- checkResponseStatus(int, int, int, String, String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- checkResponseStatus(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
-
Checks if the incoming response is an
SSH_FXP_STATUS
one, and if so whether the substatus isSSH_FX_OK
. - checkState(boolean, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkStatus(Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- checkSupported(String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- checkSupported(String, int) - Static method in interface org.apache.sshd.common.cipher.Cipher
- checkTrue(boolean, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkVersionCompatibility(Buffer, int, int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Checks if a proposed version is within supported range.
- CHLD - Enum constant in enum class org.apache.sshd.server.Signal
- chooseDH(int, int, int) - Method in class org.apache.sshd.server.kex.DHGEXServer
- chosenAlgorithm - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- CHUNK_IF_WINDOW_LESS_THAN_PACKET - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Determines the chunking behaviour, if the remote window size is smaller than the packet size.
- chunkSize - Variable in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- cipher - Variable in class org.apache.sshd.common.cipher.BaseCipher
- cipher - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- Cipher - Interface in org.apache.sshd.common.cipher
-
Wrapper for a cryptographic cipher, used either for encryption or decryption.
- CIPHER_NAME - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- CIPHER_PROPOSALS - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- Cipher.Mode - Enum Class in org.apache.sshd.common.cipher
- cipherFactories - Variable in class org.apache.sshd.common.BaseBuilder
- cipherFactories - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- cipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.BaseBuilder
- CipherFactory - Interface in org.apache.sshd.common.cipher
- CipherInformation - Interface in org.apache.sshd.common.cipher
-
The reported algorithm name refers to the cipher base name - e.g., "AES", "ARCFOUR", etc.
- cipherMode - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- cipherName - Variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- cipherName - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- CipherNone - Class in org.apache.sshd.common.cipher
-
Represents a no-op cipher.
- CipherNone() - Constructor for class org.apache.sshd.common.cipher.CipherNone
- CIPHERS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- cipherType - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- ClassLoadableResourceKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
This provider loads private keys from the specified resources that are accessible via
ClassLoader.getResourceAsStream(String)
. - ClassLoadableResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader, String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader, Collection<String>) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(Collection<String>) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- classLoader - Variable in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoaderResource - Class in org.apache.sshd.common.util.io.resource
-
TODO Add javadoc
- ClassLoaderResource(ClassLoader, String) - Constructor for class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- clear() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- clear() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- clear() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reset read/write positions to zero - Note: zeroes any previously existing data
- clear() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- clear(boolean) - Method in class org.apache.sshd.common.session.SessionWorkBuffer
- clear(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reset read/write positions to zero
- clear(boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- clear(B) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Invokes
Buffer.clear()
- clearAttributes() - Method in interface org.apache.sshd.common.AttributeStore
-
Removes all currently stored user-defined attributes
- clearAttributes() - Method in class org.apache.sshd.common.channel.AbstractChannel
- clearAttributes() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- clearAttributes() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- clearAttributes() - Method in class org.apache.sshd.sftp.server.Handle
- clearInternalModuliCache() - Static method in class org.apache.sshd.server.kex.Moduli
- clearLoadedKeys() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- clearPendingQueue() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- clearPrompts() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- client - Variable in class org.apache.sshd.agent.local.ChannelAgentForwarding
- client - Variable in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- client - Variable in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- client - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- client - Variable in class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
- client - Variable in class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- CLIENT_EXTENSIONS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Allows controlling reports of which client extensions are supported (and reported via "support" and "support2" server extensions) as a comma-separate list of names.
- CLIENT_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the client identification string.
- CLIENT_KEX_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- CLIENT_LIVECHECK_INTERVAL_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- CLIENT_LIVECHECK_REPLIES_WAIT - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- CLIENT_LIVECHECK_USE_NULLS - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- CLIENT_REQUESTED_EXT_INFO - Static variable in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
-
Session
AttributeRepository.AttributeKey
storing whether the client requested to get the EXT_INFO message. - client2server - Variable in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- clientAddress - Variable in class org.apache.sshd.server.session.AbstractServerSession
- ClientAuthenticationManager - Interface in org.apache.sshd.client
-
Holds information required for the client to perform authentication with the server
- ClientBuilder - Class in org.apache.sshd.client
-
SshClient builder
- ClientBuilder() - Constructor for class org.apache.sshd.client.ClientBuilder
- clientChannel - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- ClientChannel - Interface in org.apache.sshd.client.channel
-
A client channel used to communicate with the SSH server.
- ClientChannelEvent - Enum Class in org.apache.sshd.client.channel
-
Various events used by
ClientChannel.waitFor(java.util.Collection, long)
- ClientChannelEvent() - Constructor for enum class org.apache.sshd.client.channel.ClientChannelEvent
- ClientChannelHolder - Interface in org.apache.sshd.client.channel
-
TODO Add javadoc
- ClientChannelPendingMessagesQueue - Class in org.apache.sshd.client.channel
-
This is a specialized
SshFutureListener
that is used to enqueue data that is sent while the channel is being set-up, so that when it is established it will send them in the same order as they have been received. - ClientChannelPendingMessagesQueue(ClientChannel) - Constructor for class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- ClientConnectionService - Class in org.apache.sshd.client.session
-
Client side
ssh-connection
service. - ClientConnectionService(AbstractClientSession) - Constructor for class org.apache.sshd.client.session.ClientConnectionService
- ClientConnectionServiceFactory - Class in org.apache.sshd.client.session
- ClientConnectionServiceFactory() - Constructor for class org.apache.sshd.client.session.ClientConnectionServiceFactory
- ClientFactoryManager - Interface in org.apache.sshd.client
-
The
ClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side. - clientHeartbeat - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
Non-null only if using the "keep-alive" request mechanism
- clientHostKeys - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- clientHostKeys - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- clientHostname - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- clientHostname - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- ClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
-
Watches over a group of files that contains client identities
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<ClientIdentityProvider>) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentity - Class in org.apache.sshd.client.config.keys
-
Provides keys loading capability from the user's keys folder - e.g.,
id_rsa
- ClientIdentity() - Constructor for class org.apache.sshd.client.config.keys.ClientIdentity
- ClientIdentityFileWatcher - Class in org.apache.sshd.client.config.keys
-
A
ClientIdentityProvider
that watches a given key file re-loading its contents if it is ever modified, deleted or (re-)created - ClientIdentityFileWatcher(Path, ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- clientIdentityLoader - Variable in class org.apache.sshd.client.ClientBuilder
- clientIdentityLoader - Variable in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- clientIdentityLoader - Variable in class org.apache.sshd.client.SshClient
- clientIdentityLoader(ClientIdentityLoader) - Method in class org.apache.sshd.client.ClientBuilder
- ClientIdentityLoader - Interface in org.apache.sshd.client.config.keys
- ClientIdentityLoaderHolder - Interface in org.apache.sshd.client.config.keys
- ClientIdentityLoaderManager - Interface in org.apache.sshd.client.config.keys
-
TODO Add javadoc
- ClientIdentityProvider - Interface in org.apache.sshd.client.config.keys
- clientInstance - Variable in class org.apache.sshd.scp.client.SimpleScpClientImpl
- clientInstance - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- clientInstance - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- clientInstance - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- clientInstance - Variable in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- clientKexData - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- clientMethods - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- clientOffset - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- clientProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- ClientProxyConnector - Interface in org.apache.sshd.client.session
-
Provides a way to implement proxied connections where some metadata about the client is sent before the actual SSH protocol is executed - e.g., the <A HREF=@http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt">PROXY protocol.
- ClientProxyConnectorHolder - Interface in org.apache.sshd.client.session
- clientSession - Variable in class org.apache.sshd.client.auth.AbstractUserAuth
- clientSession - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- clientSession - Variable in class org.apache.sshd.scp.client.DefaultScpClient
- clientSession - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- clientSession - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- ClientSession - Interface in org.apache.sshd.client.session
-
An authenticated session to a given SSH server.
- ClientSession.ClientSessionEvent - Enum Class in org.apache.sshd.client.session
- ClientSessionCreator - Interface in org.apache.sshd.client.session
- ClientSessionEvent() - Constructor for enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
- ClientSessionHolder - Interface in org.apache.sshd.client.session
- ClientSessionImpl - Class in org.apache.sshd.client.session
-
The default implementation of a
ClientSession
- ClientSessionImpl(ClientFactoryManager, IoSession) - Constructor for class org.apache.sshd.client.session.ClientSessionImpl
- ClientUserAuthService - Class in org.apache.sshd.client.session
-
Client side
ssh-auth
service. - ClientUserAuthService(Session) - Constructor for class org.apache.sshd.client.session.ClientUserAuthService
- ClientUserAuthServiceFactory - Class in org.apache.sshd.client.session
- ClientUserAuthServiceFactory() - Constructor for class org.apache.sshd.client.session.ClientUserAuthServiceFactory
- clientUsername - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- clientUsername - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- clientVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- clone() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- clone() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- clone() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- clone() - Method in class org.apache.sshd.scp.common.ScpLocation
- clone() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- clone() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- clone() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- clone() - Method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- clone() - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- clone() - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- clone() - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- clone() - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- clone() - Method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- cloneKeyPair(String, KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Performs a deep-clone of the original
KeyPair
- i.e., creates new public/private keys that are clones of the original one - cloneKeyPair(KeyPair) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- clonePrivateKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- clonePrivateKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- clonePrivateKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- clonePrivateKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- clonePrivateKey(PrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- clonePrivateKey(PrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- clonePrivateKey(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- clonePrivateKey(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- clonePrivateKey(OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- clonePrivateKey(PRV) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- clonePublicKey(DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- clonePublicKey(DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- clonePublicKey(ECPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- clonePublicKey(ECPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- clonePublicKey(RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- clonePublicKey(RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- clonePublicKey(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- clonePublicKey(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- clonePublicKey(OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- clonePublicKey(SkEcdsaPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- clonePublicKey(SkED25519PublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- clonePublicKey(PUB) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- close() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- close() - Method in class org.apache.sshd.agent.common.AgentDelegate
- close() - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- close() - Method in class org.apache.sshd.agent.local.AgentImpl
- close() - Method in class org.apache.sshd.agent.local.AgentServerProxy
- close() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- close() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- close() - Method in class org.apache.sshd.client.session.forward.DynamicPortForwardingTracker
- close() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- close() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- close() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- close() - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- close() - Method in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- close() - Method in class org.apache.sshd.common.channel.Window
- close() - Method in interface org.apache.sshd.common.Closeable
- close() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- close() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- close() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- close() - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
- close() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.NoCloseInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.NoCloseReader
- close() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- close() - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.NoCloseWriter
- close() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- close() - Method in class org.apache.sshd.putty.PuttyKeyReader
- close() - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- close() - Method in class org.apache.sshd.scp.server.InputStreamReader
-
Closes this reader.
- close() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
- close() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
- close() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- close() - Method in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- close() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- close() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- close() - Method in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- close() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- close() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- close() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- close() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- close() - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- close() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- close() - Method in class org.apache.sshd.sftp.server.FileHandle
- close() - Method in class org.apache.sshd.sftp.server.Handle
- close() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- close(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- close(boolean) - Method in interface org.apache.sshd.common.Closeable
-
Close this resource asynchronously and return a future.
- close(boolean) - Method in interface org.apache.sshd.common.io.IoSession
-
Closes this session immediately or after all queued write requests are flushed.
- close(boolean) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- close(boolean) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- close(boolean) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- close(boolean) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- close(boolean) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- close(Closeable) - Static method in interface org.apache.sshd.common.Closeable
- close(Closeable) - Method in class org.apache.sshd.common.util.closeable.Builder
- close(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- close(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- close(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Close the handle obtained from one of the
open
methods - CLOSE - Static variable in class org.apache.sshd.sftp.server.SftpSubsystem
- CLOSE_WAIT_TIMEOUT - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Timeout (milliseconds) for waiting on a
CloseFuture
to successfully complete its action. - closeable - Variable in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- Closeable - Interface in org.apache.sshd.common
-
A
Closeable
is a resource that can be closed. - CloseableEmptyInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/null
stream that can be closed - in which case it will throwIOException
s if invoked after being closed - CloseableEmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- CloseableExecutorService - Interface in org.apache.sshd.common.util.threads
- CloseableHandle(String, byte[]) - Constructor for class org.apache.sshd.sftp.client.SftpClient.CloseableHandle
- closeables - Variable in class org.apache.sshd.common.util.closeable.Builder
- closeables - Variable in class org.apache.sshd.common.util.closeable.ParallelCloseable
- closeables - Variable in class org.apache.sshd.common.util.closeable.SequentialCloseable
- CloseableScpClient - Interface in org.apache.sshd.scp.client
-
An
ScpClient
wrapper that also closes the underlying session when closed - closeAgent() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- closeAllHandles() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- closed - Variable in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- closed - Variable in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- closed - Variable in class org.apache.sshd.common.channel.Window
- closed - Variable in class org.apache.sshd.sftp.server.Handle
- closed - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- closed(ServerSession, String, Handle, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Specified file / directory has been closed
- Closed - Enum constant in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
- Closed - Enum constant in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is closed
- CLOSED - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Channel has been marked as closed
- CLOSED - Enum constant in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
- closeDirectory(SftpSubsystemProxy, DirectoryHandle, Path, String, DirectoryStream<Path>) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called when a directory stream is no longer required
- closedState - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- closeFile(SftpSubsystemProxy, FileHandle, Path, String, Channel, Set<? extends OpenOption>) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called to inform the accessor that it should close the file
- closeFuture - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
A future that will be set 'closed' when the object is actually closed
- closeFuture - Variable in class org.apache.sshd.common.util.threads.NoCloseExecutor
- CloseFuture - Interface in org.apache.sshd.common.future
-
An
SshFuture
for asynchronous close requests. - closeImmediately0() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- closeImmediately0() - Method in class org.apache.sshd.client.channel.ChannelSession
- closeImmediately0() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- closeImmediately0() - Method in class org.apache.sshd.server.channel.ChannelSession
- closeOnExit - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- closeOnFinished - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- closeQuietly(Closeable) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes the specified
Closeable
resource - closeQuietly(Closeable...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes a bunch of resources suppressing any
IOException
s theirCloseable.close()
method may have thrown - closeQuietly(Collection<? extends Closeable>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes a bunch of resources suppressing any
IOException
s theirCloseable.close()
method may have thrown - closeRead(Session, Path, long, Set<PosixFilePermission>, InputStream) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Called when the stream obtained from
openRead
is no longer required since data has been successfully copied. - CloseReceived - Enum constant in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
- closers - Variable in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- CloseSent - Enum constant in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
- closeShell(int, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- closeSignaled - Variable in class org.apache.sshd.common.channel.AbstractChannel
- closeSourceStream(Session, long, Set<PosixFilePermission>, InputStream) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- closeSourceStream(Session, long, Set<PosixFilePermission>, InputStream) - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
-
Called when the stream obtained from
resolveSourceStream
is no longer needed since since file copy was completed successfully. - closeTargetStream(Session, String, long, Set<PosixFilePermission>, OutputStream) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- closeTargetStream(Session, String, long, Set<PosixFilePermission>, OutputStream) - Method in interface org.apache.sshd.scp.common.ScpTargetStreamResolver
-
Called when target stream received from
resolveTargetStream
call is no longer needed since copy is successfully completed. - closeWrite(Session, Path, long, Set<PosixFilePermission>, OutputStream) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Called when output stream obtained from
openWrite
is no longer needed since data copying has been successfully completed. - closing - Variable in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- closing - Variable in class org.apache.sshd.common.util.closeable.SimpleCloseable
- closing - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- closing(ServerSession, String, Handle) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- closing(ServerSession, String, Handle) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Specified file / directory about to be closed
- cmd - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- cmd - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- cmd - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- cmdFuture - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- cmdId - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- cmdRunner - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- cmdValue - Variable in class org.apache.sshd.server.shell.ProcessShell
- code - Variable in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
- collectExtensions(Session, KexExtensionHandler.KexPhase, BiConsumer<String, Object>) - Method in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
-
Collects extension info records, handing them off to the given
marshaller
for writing into anKexExtensions.SSH_MSG_EXT_INFO
message. - columnRound(int[]) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- combine(char, Collection<? extends KeyRandomArt>) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Combines the arts in a user-friendly way so they are aligned with each other
- combine(A, char, Collection<? extends KeyRandomArt>) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Combines the arts in a user-friendly way so they are aligned with each other
- combine(SessionContext, char, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Creates the combined representation of the random art entries for the provided keys
- combine(SessionContext, A, char, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Appends the combined random art entries for the provided keys
- combined - Variable in class org.apache.sshd.common.forward.LocalForwardingEntry
- command - Variable in class org.apache.sshd.client.channel.ChannelExec
- command - Variable in class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
- command - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- command - Variable in class org.apache.sshd.server.shell.ProcessShell
- command - Variable in class org.apache.sshd.server.shell.ProcessShellFactory
- command - Variable in class org.apache.sshd.server.shell.UnknownCommand
- Command - Interface in org.apache.sshd.server.command
-
Represents a command, shell or subsystem that can be used to send command.
- COMMAND_EXIT_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to configure the timeout used when receiving a close request on a channel to wait until the command cleanly exits after setting an EOF on the input stream.
- COMMAND_NAME - Static variable in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- COMMAND_NAME - Static variable in class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- COMMAND_NAME - Static variable in class org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- COMMAND_NAME - Static variable in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- COMMAND_WAIT_EVENTS - Static variable in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- CommandCloseable() - Constructor for class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- CommandDirectErrorStreamAware - Interface in org.apache.sshd.server.command
- CommandDirectInputStreamAware - Interface in org.apache.sshd.server.command
- CommandDirectOutputStreamAware - Interface in org.apache.sshd.server.command
- CommandDirectStreamsAware - Interface in org.apache.sshd.server.command
- commandExitFuture - Variable in class org.apache.sshd.server.channel.ChannelSession
- commandFactory - Variable in class org.apache.sshd.server.SshServer
- CommandFactory - Interface in org.apache.sshd.server.command
-
Commands are executed on the server side when an "exec" channel is requested by the SSH client.
- commandInstance - Variable in class org.apache.sshd.server.channel.ChannelSession
- CommandLifecycle - Interface in org.apache.sshd.server.command
- COMMANDS - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- commandStarted - Variable in class org.apache.sshd.server.channel.ChannelSession
- CommandStatusHandler - Interface in org.apache.sshd.scp.common.helpers
- comment - Variable in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- comment - Variable in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- COMMENT_CHAR - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- COMMENT_CHAR - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Character used to denote a comment line in the keys file
- CommonModuleProperties - Class in org.apache.sshd.common
-
Configurable properties for sshd-common.
- CommonModuleProperties() - Constructor for class org.apache.sshd.common.CommonModuleProperties
- compact() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
"Shift" the internal data so that reading starts from position zero.
- compact() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- compare(char[], char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Compares 2 character arrays - Note:
null
and empty are considered equal - compare(String, String) - Method in class org.apache.sshd.common.file.util.BasePath
- compareDSAKeys(DSAPrivateKey, DSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareDSAKeys(DSAPublicKey, DSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareDSAParams(DSAParams, DSAParams) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECKeys(ECPrivateKey, ECPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECKeys(ECPublicKey, ECPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECParams(ECParameterSpec, ECParameterSpec) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareEDDSAKeyParams(EdDSAParameterSpec, EdDSAParameterSpec) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- compareKeyPairs(KeyPair, KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareOpenSSHCertificateKeys(OpenSshCertificate, OpenSshCertificate) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- comparePreferredKexProposalOption(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Compares the specified
KexProposalOption
option value for client vs. - compareRSAKeys(RSAPrivateKey, RSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareRSAKeys(RSAPublicKey, RSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareSkEcdsaKeys(SkEcdsaPublicKey, SkEcdsaPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareSkEd25519Keys(SkED25519PublicKey, SkED25519PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareTo(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- compareTo(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- compareTo(Digest) - Method in class org.apache.sshd.common.digest.BaseDigest
- compareTo(VersionInfo) - Method in class org.apache.sshd.common.util.VersionInfo
- compareTo(ScpShell.PathEntry) - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- comparing(Comparator<? super T>) - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- completed(V, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
- completedFuture - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- compose(IOFunction<? super V, ? extends T>) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a composed function that first applies the
before
function to its input, and then applies this function to the result. - compress(Buffer) - Method in interface org.apache.sshd.common.compression.Compression
-
Compress the given buffer in place.
- compress(Buffer) - Method in class org.apache.sshd.common.compression.CompressionNone
- compress(Buffer) - Method in class org.apache.sshd.common.compression.CompressionZlib
- compresser - Variable in class org.apache.sshd.common.compression.CompressionZlib
- compression - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- Compression - Interface in org.apache.sshd.common.compression
-
Interface used to compress the stream of data between the SSH server and clients.
- COMPRESSION_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- COMPRESSION_PROPOSALS - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- Compression.Type - Enum Class in org.apache.sshd.common.compression
-
Enum identifying if this object will be used to compress or uncompress data.
- CompressionConfigValue - Enum Class in org.apache.sshd.common.config
-
Provides a "bridge" between the configuration values and the actual
NamedFactory
for theCompression
. - CompressionConfigValue(CompressionFactory) - Constructor for enum class org.apache.sshd.common.config.CompressionConfigValue
- CompressionDelayedZlib - Class in org.apache.sshd.common.compression
-
ZLib delayed compression.
- CompressionDelayedZlib() - Constructor for class org.apache.sshd.common.compression.CompressionDelayedZlib
-
Create a new instance of a delayed ZLib compression
- compressionFactories - Variable in class org.apache.sshd.common.BaseBuilder
- compressionFactories - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- compressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.BaseBuilder
- CompressionFactory - Interface in org.apache.sshd.common.compression
- CompressionInformation - Interface in org.apache.sshd.common.compression
- CompressionNone - Class in org.apache.sshd.common.compression
- CompressionNone() - Constructor for class org.apache.sshd.common.compression.CompressionNone
- CompressionZlib - Class in org.apache.sshd.common.compression
-
ZLib based Compression.
- CompressionZlib() - Constructor for class org.apache.sshd.common.compression.CompressionZlib
-
Create a new instance of a ZLib base compression
- CompressionZlib(String) - Constructor for class org.apache.sshd.common.compression.CompressionZlib
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in interface org.apache.sshd.common.AttributeStore
-
If the specified key is not already associated with a value (or is mapped to
null
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
. - computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.sftp.server.Handle
- concatPaths(String, String, char) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Creates a single path by concatenating 2 parts and taking care not to create FS separator duplication in the process
- config - Variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
- CONFIG_FILE - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry.LazyDefaultConfigFileHolder
- CONFIG_PROP_BASE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Base name for configuration properties related to security providers
- ConfigFileHostEntryResolver - Class in org.apache.sshd.client.config.hosts
-
Watches for changes in a configuration file and automatically reloads any changes
- ConfigFileHostEntryResolver(Path) - Constructor for class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- ConfigFileHostEntryResolver(Path, LinkOption...) - Constructor for class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- ConfigFileReaderSupport - Class in org.apache.sshd.common.config
- ConfigFileReaderSupport() - Constructor for class org.apache.sshd.common.config.ConfigFileReaderSupport
- CONFIGURABLE_OPTIONS - Static variable in class org.apache.sshd.common.io.nio2.Nio2Service
- configure(C, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
- configure(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
Configures an
AbstractFactoryManager
with the values read from some configuration. - configure(S, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- configureCiphers(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureCiphers(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureCompression(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureCompression(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
Configure the factory manager using one of the known
CompressionConfigValue
s. - configureKeyExchanges(M, String, boolean, Function<? super DHFactory, ? extends KeyExchangeFactory>, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureKeyExchanges(M, PropertyResolver, boolean, Function<? super DHFactory, ? extends KeyExchangeFactory>, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureMacs(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureMacs(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureSignatures(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureSignatures(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- configureWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
- CONFIRM - Static variable in class org.apache.sshd.agent.SshAgentKeyConstraint
-
The singleton OpenSSH confirmation
SshAgentKeyConstraint
. - connect(String) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String) - Method in class org.apache.sshd.client.SshClient
- connect(String, String, int) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, String, int, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, String, int, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, String, int, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, String, int, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
- connect(String, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, SocketAddress, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, SocketAddress, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
Resolves the effective
HostConfigEntry
and connects to it - connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
- connect(SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.common.io.IoConnector
- connect(SocketAddress, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
- connect(HostConfigEntry) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
- connect(HostConfigEntry, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
- connect(HostConfigEntry, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
- connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
- connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
- CONNECT_TIME - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- connectAddress - Variable in class org.apache.sshd.client.session.AbstractClientSession
- ConnectFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous connections requests. - connectionAccepted(IoAcceptor, SocketAddress, SocketAddress, SocketAddress) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a new connection has been accepted from a remote peer - before it was converted into a session
- ConnectionCompletionHandler(IoConnectFuture, AsynchronousSocketChannel, AttributeRepository, PropertyResolver, IoHandler) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- connectionContext - Variable in class org.apache.sshd.client.session.AbstractClientSession
- ConnectionEndpointsIndicator - Interface in org.apache.sshd.common.util.net
- connectionEstablished(IoConnector, SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a new connection has been created to a remote peer - before it was converted into a session
- ConnectionService - Interface in org.apache.sshd.common.session
-
Interface implementing ssh-connection service.
- ConnectionServiceRequestHandler - Interface in org.apache.sshd.common.session
- connector - Variable in class org.apache.sshd.client.SshClient
- connector - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- connectTimeout - Variable in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- connectTimeout - Variable in class org.apache.sshd.common.util.net.NetworkConnector
- constant(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- Constants() - Constructor for class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- Constants() - Constructor for class org.apache.sshd.common.cipher.ECCurves.Constants
- Constants() - Constructor for class org.apache.sshd.common.compression.BuiltinCompressions.Constants
- Constants() - Constructor for class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- Constants() - Constructor for class org.apache.sshd.common.digest.BuiltinDigests.Constants
- Constants() - Constructor for class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- Constants() - Constructor for class org.apache.sshd.common.kex.KexProposalOption.Constants
- Constants() - Constructor for class org.apache.sshd.common.mac.BuiltinMacs.Constants
- constructAclCapabilities(Collection<Integer>) - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- constructed - Variable in class org.apache.sshd.common.util.io.der.ASN1Object
- CONSTRUCTED - Static variable in class org.apache.sshd.common.util.io.der.ASN1Object
- consume(long) - Method in class org.apache.sshd.common.channel.Window
- consume(CharSequence) - Method in interface org.apache.sshd.common.util.io.LineDataConsumer
- consume(CharSequence) - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- consume(Buffer) - Method in interface org.apache.sshd.sftp.client.impl.SftpInputStreamAsync.BufferConsumer
- consumeAndCheck(long) - Method in class org.apache.sshd.common.channel.Window
- CONT - Enum constant in enum class org.apache.sshd.server.Signal
- containsAny(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- containsKey(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- containsKey(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- containsMarkerLine(List<String>, String) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- containsMarkerLine(List<String>, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- containsValue(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- containsValue(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- context - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- context - Variable in class org.apache.sshd.server.auth.gss.UserAuthGSS
- CONTEXT - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Class
- convert(String) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- copy(InputStream, OutputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
- copy(InputStream, OutputStream, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- COPY_BUF_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Internal allocate buffer size when copying data to/from the channel
- COPY_DATA - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- COPY_FILE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- copyConfiguration(PtyChannelConfigurationHolder, M) - Static method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- copyData(SftpClient.Handle, long, long, SftpClient.Handle, long) - Method in interface org.apache.sshd.sftp.client.extensions.CopyDataExtension
- copyData(SftpClient.Handle, long, long, SftpClient.Handle, long) - Method in class org.apache.sshd.sftp.client.extensions.helpers.CopyDataExtensionImpl
- CopyDataExtension - Interface in org.apache.sshd.sftp.client.extensions
-
Implements the "copy-data" extension
- CopyDataExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements the "copy-data" extension
- CopyDataExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.CopyDataExtensionImpl
- copyFile(String, String, boolean) - Method in interface org.apache.sshd.sftp.client.extensions.CopyFileExtension
- copyFile(String, String, boolean) - Method in class org.apache.sshd.sftp.client.extensions.helpers.CopyFileExtensionImpl
- copyFile(SftpSubsystemProxy, Path, Path, Collection<CopyOption>) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- CopyFileExtension - Interface in org.apache.sshd.sftp.client.extensions
- CopyFileExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements the "copy-file" extension
- CopyFileExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.CopyFileExtensionImpl
- CopyMode() - Constructor for enum class org.apache.sshd.sftp.client.SftpClient.CopyMode
- copyRawBytes(int, byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- copyRawBytes(int, byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- copyStream(InputStream, OutputStream) - Static method in class org.apache.sshd.common.channel.SttySupport
- CoreModuleProperties - Class in org.apache.sshd.core
-
Configurable properties for sshd-core.
- CoreModuleProperties() - Constructor for class org.apache.sshd.core.CoreModuleProperties
- couldHoldIncluded(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Tests whether or not a name matches the start of at least one include pattern.
- count - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- COUNTER_OFFSET - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- CounterGCMParameterSpec(int, byte[]) - Constructor for class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- create() - Method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- create() - Method in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- create() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- create() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- create() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- create() - Method in interface org.apache.sshd.common.Factory
- create() - Method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- create() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- create() - Method in class org.apache.sshd.common.random.JceRandomFactory
- create() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- create() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- create() - Method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- create(Object...) - Method in interface org.apache.sshd.common.kex.DHFactory
- create(String, String...) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, String...) - Method in class org.apache.sshd.common.file.util.BasePath
- create(String, Collection<String>) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, Collection<String>) - Method in class org.apache.sshd.common.file.util.BasePath
- create(String, List<String>) - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- create(String, List<String>) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, List<String>) - Method in class org.apache.sshd.common.file.util.BasePath
- create(String, List<String>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- create(Collection<? extends NamedFactory<? extends T>>, String) - Static method in interface org.apache.sshd.common.NamedFactory
-
Create an instance of the specified name by looking up the needed factory in the list.
- create(Collection<? extends ServiceFactory>, String, Session) - Static method in interface org.apache.sshd.common.ServiceFactory
-
Create an instance of the specified name by looking up the needed factory in the list (case insensitive.
- create(FactoryManager) - Method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- create(FactoryManager) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
- create(FactoryManager) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory
- create(ConnectionService) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
- create(ConnectionService) - Method in interface org.apache.sshd.common.forward.ForwarderFactory
-
Creates the forwarder to be used for TCP/IP port forwards for this session.
- create(Session) - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
- create(Session) - Method in class org.apache.sshd.client.session.ClientUserAuthServiceFactory
- create(Session) - Method in interface org.apache.sshd.common.ServiceFactory
- create(Session) - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
- create(Session) - Method in class org.apache.sshd.server.session.ServerUserAuthServiceFactory
- create(SftpClient, RawSftpClient) - Method in interface org.apache.sshd.sftp.client.extensions.SftpClientExtensionFactory
- create(SftpClient, RawSftpClient, Map<String, byte[]>, Map<String, ?>) - Method in interface org.apache.sshd.sftp.client.extensions.SftpClientExtensionFactory
- Create - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- CREATE_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- createAcceptor() - Method in class org.apache.sshd.server.SshServer
- createAcceptor(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
- createAcceptor(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
- createAgentForwardSupport(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- createAsyncInput(Session) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient.SftpChannelSubsystem
- createAuthFuture(ClientSession, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- createBuffer(byte) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- createBuffer(byte) - Method in interface org.apache.sshd.common.session.Session
-
Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header.
- createBuffer(byte, int) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- createBuffer(byte, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- createBuffer(byte, int) - Method in interface org.apache.sshd.common.session.Session
-
Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header.
- createChannel(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel of the given type.
- createChannel(String, String) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createChannel(String, String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel of the given type and sub-type.
- createChannel(Session) - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- createChannel(Session) - Method in interface org.apache.sshd.common.channel.ChannelFactory
- createChannel(Session) - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
- createChannel(Session) - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- createChannel(Session, Collection<? extends ChannelFactory>, String) - Static method in interface org.apache.sshd.common.channel.ChannelFactory
- createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
- createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
- createCipherSelector(int, String) - Static method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- createClient() - Method in class org.apache.sshd.agent.local.AgentServerProxy
- createClient(Session, FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
- createClient(Session, FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
- createClient(Session, FactoryManager) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
Create an SshAgent that can be used on the client side by the authentication process to send possible keys.
- createClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext) - Method in interface org.apache.sshd.sftp.client.fs.SftpFileSystemClientSessionInitializer
-
Invoked by the
SftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to obtain an initial (non-authenticated)ClientSession
. - createCommand(ChannelSession, String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- createCommand(ChannelSession, String) - Method in interface org.apache.sshd.server.command.CommandFactory
-
Create a command with the given name.
- createCommand(ChannelSession, String) - Method in class org.apache.sshd.server.shell.ProcessShellCommandFactory
- createCommand(ChannelSession, String) - Method in class org.apache.sshd.server.shell.UnknownCommandFactory
- createConnectCompletionListener(ConnectFuture, String, SocketAddress, KeyIdentityProvider, HostConfigEntry) - Method in class org.apache.sshd.client.SshClient
- createConnectionCompletionHandler(IoConnectFuture, AsynchronousSocketChannel, AttributeRepository, PropertyResolver, IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
- createConnector() - Method in class org.apache.sshd.client.SshClient
- createConnector(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
- createConnector(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
- created(ServerSession, Path, Map<String, ?>, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- created(ServerSession, Path, Map<String, ?>, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after creating a directory
- createDefaultInstance(Class<?>, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDefaultInstance(ClassLoader, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDefaultInstance(Iterable<? extends ClassLoader>, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDefaultSftpClient(ClientSession, SftpVersionSelector, SftpErrorDataHandler) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClientFactory
- createDelegateAuthenticator(String, ServerSession, Path, Collection<AuthorizedKeyEntry>, PublicKeyEntryResolver) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- createDigest() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- createDirectory(SftpSubsystemProxy, Path) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a direct tcp-ip channel which can be used to stream data to a remote port from the server.
- createDisplay(boolean, String, String, int) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- createDisplay(boolean, String, String, int) - Method in interface org.apache.sshd.server.x11.X11ForwardSupport
- createDynamicPortForwardingTracker(SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a dynamic port forwarding and returns a tracker that stops the forwarding when the
close()
method is called. - createEnabledOptions(Collection<PtyMode>) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- createEnabledOptions(PtyMode...) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- createErrOutputStream(Session) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient.SftpChannelSubsystem
- createExecChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to execute a command using default PTY settings and environment.
- createExecChannel(String, PtyChannelConfigurationHolder, Map<String, ?>) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createExecChannel(String, PtyChannelConfigurationHolder, Map<String, ?>) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to execute a command using specific PTY settings and/or environment.
- createFileSystem(SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemFactory
-
Create user specific file system.
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- createFileSystemURI(String, int, String, String) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- createFileSystemURI(String, int, String, String, Map<String, ?>) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- createFormattedException(Function<? super String, ? extends T>, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- createForwardingFilter(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- createGeneratorHostKeyProvider(Path) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- createHome - Variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- createHostPattern(String, int) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- createInvertedShell(ChannelSession) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- createIoAcceptor(Factory<? extends IoHandler>) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- createKeyAgreement() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- createKeyExchange(Session) - Method in interface org.apache.sshd.common.kex.KeyExchangeFactory
- createKeyPairProvider(Map<String, KeyPair>, boolean) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- createLink(int, String, String, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- createLink(int, String, String, boolean) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- createLink(Path, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createLink(Path, Path, boolean, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createLink(SftpSubsystemProxy, Path, Path, boolean) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to create a link to a path
- createLocalPortForwardingTracker(int, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a local port forwarding and returns a tracker that stops the forwarding when the
close()
method is called. - createLocalPortForwardingTracker(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a local port forwarding and returns a tracker that stops the forwarding when the
close()
method is called. - createOID(String) - Static method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Utility to construct an Oid from a string, ignoring the annoying exception.
- createParser() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- createProposal(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Create our proposal for SSH negotiation
- createProviderInstance(Class<?>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- createProviderInstance(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- createPublicKeyIterator(ClientSession, SignatureFactoriesManager) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- createReadCycleCompletionHandler(ByteBuffer, Readable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- createReceiveCommand(String, Collection<ScpClient.Option>) - Static method in interface org.apache.sshd.scp.client.ScpClient
- createRelativePath(String, String) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- createRemotePortForwardingTracker(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a remote port forwarding and returns a tracker that stops the forwarding when the
close()
method is called. - createScpClient(ClientSession) - Method in interface org.apache.sshd.scp.client.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- createScpClient(ClientSession, ScpFileOpener) - Method in interface org.apache.sshd.scp.client.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession, ScpFileOpener, ScpTransferEventListener) - Method in class org.apache.sshd.scp.client.DefaultScpClientCreator
- createScpClient(ClientSession, ScpFileOpener, ScpTransferEventListener) - Method in interface org.apache.sshd.scp.client.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession, ScpTransferEventListener) - Method in interface org.apache.sshd.scp.client.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(IOFunction<? super SimpleClient, ? extends ClientSession>) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- createScpSourceStreamResolver(Session, Path) - Method in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- createScpSourceStreamResolver(Session, Path) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
- createScpTargetStreamResolver(Session, Path) - Method in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- createScpTargetStreamResolver(Session, Path) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
- createSecurityEntityFactory(Class<T>, Predicate<? super SecurityProviderRegistrar>) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- createSendBuffer(Buffer, Channel, long) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- createSendCommand(String, Collection<ScpClient.Option>) - Static method in interface org.apache.sshd.scp.client.ScpClient
- createServer(ConnectionService) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
- createServer(ConnectionService) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
- createServer(ConnectionService) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
Create the server side that will be used by other SSH clients.
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- createSession(Nio2Acceptor, SocketAddress, AsynchronousSocketChannel, IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- createSession(PropertyResolver, IoHandler, AsynchronousSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
- createSessionFactory() - Method in class org.apache.sshd.client.SshClient
- createSessionFactory() - Method in class org.apache.sshd.server.SshServer
- createSessionTimeoutListener() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- createSftpChannelSubsystem(ClientSession) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- createSftpClient(ClientSession) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- createSftpClient(ClientSession) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
-
Create an SFTP client from this session.
- createSftpClient(ClientSession, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
-
Creates an SFTP client using the specified version
- createSftpClient(ClientSession, SftpErrorDataHandler) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
-
Create an SFTP client from this session.
- createSftpClient(ClientSession, SftpVersionSelector) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpClient(ClientSession, SftpVersionSelector, SftpErrorDataHandler) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClientFactory
- createSftpClient(ClientSession, SftpVersionSelector, SftpErrorDataHandler) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpClient(IOFunction<? super SimpleClient, ? extends ClientSession>) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- createSftpFileSystem(ClientSession) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, int, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, int, int, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, SftpVersionSelector) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, SftpVersionSelector, int, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(ClientSession, SftpVersionSelector, SftpErrorDataHandler, int, int) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClientFactory
- createSftpFileSystem(ClientSession, SftpVersionSelector, SftpErrorDataHandler, int, int) - Method in interface org.apache.sshd.sftp.client.SftpClientFactory
- createSftpFileSystem(SftpFileSystemProvider, SftpFileSystemInitializationContext, ClientSession, SftpVersionSelector, SftpErrorDataHandler) - Method in interface org.apache.sshd.sftp.client.fs.SftpFileSystemClientSessionInitializer
-
Invoked by the
SftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to create theSftpFileSystem
once session has been authenticated. - createShell(ChannelSession) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- createShell(ChannelSession) - Method in class org.apache.sshd.server.shell.AggregateShellFactory
- createShell(ChannelSession) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- createShell(ChannelSession) - Method in interface org.apache.sshd.server.shell.ShellFactory
- createShellChannel() - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to start a shell using default PTY settings and environment.
- createShellChannel(PtyChannelConfigurationHolder, Map<String, ?>) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createShellChannel(PtyChannelConfigurationHolder, Map<String, ?>) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to start a shell using specific PTY settings and/or environment.
- createSocketCompletionHandler(Map<SocketAddress, AsynchronousServerSocketChannel>, AsynchronousServerSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- createSshAgentServer(ConnectionService, Session) - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- createStdOutputStream(Session) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient.SftpChannelSubsystem
- createSubsystem(ChannelSession) - Method in interface org.apache.sshd.server.subsystem.SubsystemFactory
- createSubsystem(ChannelSession) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- createSubsystem(ChannelSession, Collection<? extends SubsystemFactory>, String) - Static method in interface org.apache.sshd.server.subsystem.SubsystemFactory
- createSubsystemChannel(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
- createSubsystemChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a subsystem channel.
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- createTime - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- createTime(long) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- createTime(long, TimeUnit) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- createTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- CreateTime - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- createUnsupportedCommand(ChannelSession, String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.UserAuthNoneFactory
- createUserAuth(S) - Method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- createUserAuth(S, Collection<? extends UserAuthMethodFactory<S, M>>, String) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- createX11ForwardSupport(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- creating(ServerSession, Path, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- creating(ServerSession, Path, Map<String, ?>) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to creating a directory
- creationTime() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- CredentialHelper - Class in org.apache.sshd.server.auth.gss
-
Simple helper class which gets GSS credential using a fixed Krb5 login configuration.
- CredentialHelper() - Constructor for class org.apache.sshd.server.auth.gss.CredentialHelper
- CredentialHelper.FixedLoginConfiguration - Class in org.apache.sshd.server.auth.gss
-
A login configuration which is defined from code.
- CredentialHelper.G - Class in org.apache.sshd.server.auth.gss
-
Privileged action which runs as the subject to get the credentials.
- credentials - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- creds(GSSManager, String, String) - Static method in class org.apache.sshd.server.auth.gss.CredentialHelper
- criticalOptions - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- criticalOptions - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- criticalOptions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- crypt(byte[], int, int, byte[], int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- crypt_raw(byte[], byte[], int, int[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Perform the central password hashing step in the bcrypt scheme
- CS7 - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
7 bit mode.
- CS8 - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
8 bit mode.
- csDecoder - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- csIn - Variable in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- csIn - Variable in class org.apache.sshd.scp.common.ScpHelper
- csOut - Variable in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- csOut - Variable in class org.apache.sshd.scp.common.ScpHelper
- curEntry - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- current - Variable in class org.apache.sshd.client.auth.password.UserAuthPassword
- current - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- current - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- CURRENT - Static variable in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
An
SftpVersionSelector
that returns the current version - CURRENT_USER_HOLDER - Static variable in class org.apache.sshd.common.util.OsUtils
- CURRENT_USER_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.getCurrentUser()
. - currentAlgorithms - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- currentAuth - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- currentBlock - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- currentBlockOffset - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- currentDir - Variable in class org.apache.sshd.scp.server.ScpShell
- currentIdentities - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- currentIdentities - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- currentMethod - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- currentPair - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- currentProvider - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- currentService - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- currentServiceFactory - Variable in class org.apache.sshd.client.session.ClientSessionImpl
- currentWrite - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- currentWrite - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- curve - Variable in class org.apache.sshd.common.kex.ECDH
- curve - Variable in class org.apache.sshd.common.kex.XDH
- CURVE_ED25519_SHA512 - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- CURVE_ED25519_SHA512 - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- curve25519 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- curve25519_libssh - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- CURVE25519_SHA256 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- CURVE25519_SHA256_LIBSSH - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- curve448 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- CURVE448_SHA512 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
D
- DAEMON - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- DASHES - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- data - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- data - Variable in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- data(byte[], int, int) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
-
Receive binary data from server main stream
- data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
- data(ChannelSession, byte[], int, int) - Method in interface org.apache.sshd.server.channel.ChannelDataReceiver
-
Called when the server receives additional bytes from the client.
- data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.server.channel.PipeDataReceiver
- data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- dataAvailable - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- DAYS - Enum constant in enum class org.apache.sshd.common.config.TimeValueConfig
- debug(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- debug(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- debug(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- debug(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- DEBUG - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- DEBUG1 - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- DEBUG2 - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- DEBUG3 - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- debugClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debugClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- decode() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Decode the incoming buffer and handle packets as needed.
- decode(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- decode(byte[]) - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- decode(Buffer) - Static method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- decode(Buffer) - Static method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- decode(Buffer, OpenSSHStatExtensionInfo) - Static method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- decode(Buffer, SpaceAvailableExtensionInfo) - Static method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- decode(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
-
Decodes the current information with the data from the provided encoding.
- decode(DERParser) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- decode_base64(String, int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Decode a string encoded using bcrypt's base64 scheme to a byte array.
- decodeAclCapabilities(int) - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- decodeAclEntryType(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- decodeAclFlags(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- decodeAclMask(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- decodeACLs(Buffer, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- decodeBigInt(InputStream) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeDSSKeyPair(KeyFactory, InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
-
The ASN.1 syntax for the private key:
- decodeECPointData(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPrivateKeySpec(ECCurves, ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to RFC 5915 is:
- decodeECPrivateKeySpec(ECCurves, DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPublicKeyValue(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPublicKeyValue(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to rfc5915 is:
- decodeEd25519KeyPair(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- decodeEdDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- decodeEntryKeyData(String) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
-
Decodes the public key entry data bytes from their string representation - by default it assume
Base64
encoding. - decodeHex(char, CharSequence) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(char, CharSequence, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(S, char, CharSequence) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(S, char, CharSequence, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeInt(byte[]) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeInt(byte[], int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeInt(InputStream) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- decodePEMPrivateKeyPKCS8(String, byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- decodePEMPrivateKeyPKCS8(List<Integer>, byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, byte...) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, byte[], int, int) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKeyBytes(byte[], String, int, String, String) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- decodePrivateKeyBytes(byte[], String, String, int, byte[], byte[]) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- decodePrivateKeyBytes(SessionContext, NamedResource, String, byte[], String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- decodePrivateKeyBytes(SessionContext, NamedResource, String, byte[], String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- decodePrivateKeyBytes(SessionContext, NamedResource, String, byte[], String) - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyDecryptor
- decodePrivateKeyBytes(SessionContext, NamedResource, String, byte[], String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- decodePublicKey(ECCurves, InputStream) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, byte[], int, int, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decoder - Variable in class org.apache.sshd.scp.server.InputStreamReader
- decoderBuffer - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- decoderLength - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- decodeRSAKeyPair(KeyFactory, InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
-
The ASN.1 syntax for the private key as per RFC-3447 section A.1.2:
- decoderState - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- decodeString(byte[], int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(byte[], int, int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(byte[], int, int, Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
Decodes a run-length encoded string
- decodeString(byte[], Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, String, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decompresser - Variable in class org.apache.sshd.common.compression.CompressionZlib
- deconstructAclCapabilities(int) - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- Decrypt - Enum constant in enum class org.apache.sshd.common.cipher.Cipher.Mode
- DEFAULT - Static variable in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
-
A default implementation that assumes a file location that must exist.
- DEFAULT - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
- DEFAULT - Static variable in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- DEFAULT - Static variable in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- DEFAULT - Static variable in interface org.apache.sshd.server.forward.AgentForwardingFilter
- DEFAULT - Static variable in interface org.apache.sshd.server.forward.TcpForwardingFilter
- DEFAULT - Static variable in interface org.apache.sshd.server.forward.X11ForwardingFilter
- DEFAULT - Static variable in interface org.apache.sshd.sftp.client.fs.SftpFileSystemClientSessionInitializer
- DEFAULT - Static variable in interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
- DEFAULT - Static variable in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- DEFAULT_ACL_SUPPORTED_MASK - Static variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA256
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA384
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA521
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- DEFAULT_ALLOWED_TO_OVERWRITE - Static variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- DEFAULT_AUTHENTICATION_TIMEOUT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
Default authentication timeout (msec.) unless
SimpleClientConfigurator.setAuthenticationTimeout(long)
is used - DEFAULT_AUTO_DETECT_PASSWORD_PROMPT - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Default value for "user-interaction-auto-detect-password-prompt"
- DEFAULT_AUTO_SYNC_FILE_ON_CLOSE - Static variable in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Default value for "sftp-auto-fsync-on-close" if none set
- DEFAULT_BIND_ADDRESS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_CHANNEL_FACTORIES - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_CHANNEL_FACTORIES - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_CHANNEL_MODES - Static variable in interface org.apache.sshd.sftp.client.SftpClient
-
Default modes for opening a channel if no specific modes specified
- DEFAULT_CHECK_INTERACTIVE_PASSWORD_DELIM - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Default value of "user-interaction-check-password-delimiter"
- DEFAULT_CIPHER_MODE - Static variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- DEFAULT_CIPHERS_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
The default
BuiltinCiphers
setup in order of preference as specified by ssh_config(5) - DEFAULT_CLIENT_IDENTITY_LOADER - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_COLUMNS_COUNT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_COMPRESSION - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_COMPRESSION_FACTORIES - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_COMPRESSION_FACTORIES - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_CONNECT_TIMEOUT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
Default connect timeout (msec.) unless
SimpleClientConfigurator.setConnectTimeout(long)
is used - DEFAULT_CONNECT_TIMEOUT - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_COPY_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
-
Default size (in bytes) of send / receive buffer size
- DEFAULT_COPY_SIZE - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
Size of preferred work buffer when reading / writing data to / from streams
- DEFAULT_DIGEST - Static variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- DEFAULT_DIGEST_HOLDER - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- DEFAULT_DIR_OCTAL_PERMISSIONS - Static variable in class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- DEFAULT_EXCLUSIVE_IDENTITIES - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- DEFAULT_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- DEFAULT_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- DEFAULT_FILE_OCTAL_PERMISSIONS - Static variable in class org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- DEFAULT_FILE_PASSWORD_PROVIDER - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_FILE_SYSTEM_FACTORY - Static variable in class org.apache.sshd.common.BaseBuilder
- DEFAULT_FINGERPRINT_DIGEST_FACTORY - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The default
Factory
ofDigest
s initialized as the value ofKeyUtils.getDefaultFingerPrintFactory()
if not overridden byKeyUtils.KEY_FINGERPRINT_FACTORY_PROP
orKeyUtils.setDefaultFingerPrintFactory(DigestFactory)
- DEFAULT_FORWARDER_BUF_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
- DEFAULT_FORWARDER_FACTORY - Static variable in class org.apache.sshd.common.BaseBuilder
- DEFAULT_FORWARDING_CHANNELS - Static variable in class org.apache.sshd.agent.local.LocalAgentFactory
- DEFAULT_FORWARDING_FILTER - Static variable in class org.apache.sshd.common.BaseBuilder
- DEFAULT_GLOBAL_REQUEST_HANDLERS - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_GLOBAL_REQUEST_HANDLERS - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_HANDLERS - Static variable in class org.apache.sshd.server.channel.ChannelSession
- DEFAULT_HEIGHT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_HEX_SEPARATOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_HEXDUMP_LEVEL - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_HOST - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_HOST_CONFIG_ENTRY_RESOLVER - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_INSTANCE - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
- DEFAULT_INTERACTIVE_AUTHENTICATOR - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_INTERACTIVE_PASSWORD_PROMPT - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Default value for "user-interaction-password-prompt"
- DEFAULT_KBD_INTERACTIVE_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KBD_INTERACTIVE_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KDF_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Default number of bcrypt KDF rounds to apply.
- DEFAULT_KEEP_ALIVE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KEX_EXTENSION_HANDLER - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_KEX_EXTENSION_HANDLER - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_KEX_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
The default
BuiltinDHFactories
setup in order of preference as specified by ssh_config(5) - DEFAULT_KEY_LENGTH - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- DEFAULT_LIVECHECK_REPLY_WAIT - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- DEFAULT_LOG_LEVEL - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_LOGIN_GRACE_TIME - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAC_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
The default
BuiltinMacs
setup in order of preference as specified by ssh_config(5) - DEFAULT_MAX_AUTH_TRIES - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAX_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
-
Various discussions on the net seem to indicate that 64 is the value at which many computers seem to slow down noticeably, so we are rather generous here.
- DEFAULT_MAX_SESSIONS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAX_STARTUPS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MESSAGE_POLL_FREQUENCY - Static variable in class org.apache.sshd.agent.local.AgentForwardedChannel
-
Default value for "agent-fwd-channel-message-poll-time"
- DEFAULT_NAME - Static variable in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- DEFAULT_OPEN_SSH_EXTENSIONS - Static variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- DEFAULT_OPEN_SSH_EXTENSIONS_NAMES - Static variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- DEFAULT_PARSERS - Static variable in class org.apache.sshd.putty.PuttyKeyUtils
- DEFAULT_PASSWORD_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PASSWORD_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_POLICY - Static variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- DEFAULT_PORT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
- DEFAULT_PORT - Static variable in class org.apache.sshd.common.SshConstants
- DEFAULT_PROVIDER_HOLDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- DEFAULT_PTY_MODES - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_PUBKEY_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PUBKEY_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PUBLIC_EXPONENT - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- DEFAULT_PUBLIC_KEY_AUTHENTICATOR - Static variable in class org.apache.sshd.server.ServerBuilder
- DEFAULT_READ_TIMEOUT - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_READBUF_SIZE - Static variable in class org.apache.sshd.common.io.nio2.Nio2Session
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
- DEFAULT_REKEY_TIME_LIMIT - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_REUSE_ADDRESS - Static variable in interface org.apache.sshd.common.io.IoService
-
Socket reuse address.
- DEFAULT_ROWS_COUNT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_RSA_PUBLIC_EXPONENT - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The most commonly used RSA public key exponent
- DEFAULT_SECURITY_PROVIDER_REGISTRARS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- DEFAULT_SEND_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
- DEFAULT_SERVER_KEY_VERIFIER - Static variable in class org.apache.sshd.client.ClientBuilder
- DEFAULT_SERVICE_FACTORIES - Static variable in class org.apache.sshd.client.SshClient
- DEFAULT_SERVICE_FACTORIES - Static variable in class org.apache.sshd.server.SshServer
- DEFAULT_SESSION_IGNORE_HEARTBEAT_STRING - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Used in
SSH_MSH_IGNORE
messages for the keep-alive mechanism - DEFAULT_SIGNATURE_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
Preferred
BuiltinSignatures
according to sshd_config(5) - HostKeyAlgorithmsHostKeyAlgorithms
recommendation - DEFAULT_SIZE - Static variable in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Initial default allocated buffer size if none specified
- DEFAULT_SSH_CLIENT_FACTORY - Static variable in class org.apache.sshd.client.SshClient
- DEFAULT_SSH_SERVER_FACTORY - Static variable in class org.apache.sshd.server.SshServer
- DEFAULT_SSH_VERSION_PREFIX - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Default prefix expected for the client / server identification string
- DEFAULT_SSHD_STTY_COMMAND - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_SUBSTATUS_MESSAGE - Static variable in class org.apache.sshd.sftp.common.SftpHelper
- DEFAULT_SUPPORTED_CLIENT_EXTENSIONS - Static variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
The default reported supported client extensions (case insensitive)
- DEFAULT_SYNC_OPTIONS - Static variable in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- DEFAULT_SYSLOG_FACILITY - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_TERMINAL_HEIGHT - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_TERMINAL_WIDTH - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_UNIX_VIEW - Static variable in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- DEFAULT_UNKNOWN_CHANNEL_REFERENCE_HANDLER - Static variable in class org.apache.sshd.common.BaseBuilder
- DEFAULT_USE_DNS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_USER_AUTH_FACTORIES - Static variable in class org.apache.sshd.client.SshClient
-
Default user authentication preferences if not set
- DEFAULT_USER_AUTH_GSS_FACTORY - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
- DEFAULT_USER_AUTH_KB_INTERACTIVE_FACTORY - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
- DEFAULT_USER_AUTH_PASSWORD_FACTORY - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
- DEFAULT_USER_AUTH_PUBLIC_KEY_FACTORY - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
- DEFAULT_USERS_HOME - Static variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- DEFAULT_VERSION - Static variable in interface org.apache.sshd.common.FactoryManager
-
The default
REPORTED_VERSION
ofFactoryManager.getVersion()
if the built-in version information cannot be accessed - DEFAULT_WIDTH - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DefaultAgentForwardSupport - Class in org.apache.sshd.agent.common
- DefaultAgentForwardSupport(ConnectionService) - Constructor for class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- DefaultAuthFuture - Class in org.apache.sshd.client.future
-
A default implementation of
AuthFuture
. - DefaultAuthFuture(Object, Object) - Constructor for class org.apache.sshd.client.future.DefaultAuthFuture
- DefaultAuthorizedKeysAuthenticator - Class in org.apache.sshd.server.config.keys
-
Monitors the
~/.ssh/authorized_keys
file of the user currently running the server, re-loading it if necessary. - DefaultAuthorizedKeysAuthenticator(boolean) - Constructor for class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- DefaultAuthorizedKeysAuthenticator(String, boolean) - Constructor for class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- DefaultAuthorizedKeysAuthenticator(String, Path, boolean, LinkOption...) - Constructor for class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- DefaultAuthorizedKeysAuthenticator(Path, boolean, LinkOption...) - Constructor for class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- DefaultChannelStreamWriter - Class in org.apache.sshd.common.channel.throttle
-
A ChannelStreamWriter that simply calls the
Channel.writePacket(Buffer)
method. - DefaultChannelStreamWriter(Channel) - Constructor for class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- DefaultClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
- DefaultClientIdentitiesWatcher(boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientKexExtensionHandler - Class in org.apache.sshd.common.kex.extension
-
Detects if the server sends a "server-sig-algs" and updates the client session by adding the "rsa-sha2-256/512" signature factories (if not already added).
- DefaultClientKexExtensionHandler() - Constructor for class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
- DefaultCloseableHandle - Class in org.apache.sshd.sftp.client.impl
- DefaultCloseableHandle(SftpClient, String, byte[]) - Constructor for class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- DefaultCloseFuture - Class in org.apache.sshd.common.future
-
A default implementation of
CloseFuture
. - DefaultCloseFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultCloseFuture
-
Create a new instance
- DefaultConfigFileHostEntryResolver - Class in org.apache.sshd.client.config.hosts
-
Monitors the
~/.ssh/config
file of the user currently running the client, re-loading it if necessary. - DefaultConfigFileHostEntryResolver(boolean) - Constructor for class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- DefaultConfigFileHostEntryResolver(Path, boolean, LinkOption...) - Constructor for class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- DefaultConnectFuture - Class in org.apache.sshd.client.future
-
A default implementation of
ConnectFuture
. - DefaultConnectFuture(Object, Object) - Constructor for class org.apache.sshd.client.future.DefaultConnectFuture
- defaultDir - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- defaultDir - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- defaultEquality() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- defaultFactory - Variable in class org.apache.sshd.server.shell.AggregateShellFactory
- DefaultForwarder - Class in org.apache.sshd.common.forward
-
Requests a "tcpip-forward" action
- DefaultForwarder(ConnectionService) - Constructor for class org.apache.sshd.common.forward.DefaultForwarder
- DefaultForwarder.StaticIoHandler - Class in org.apache.sshd.common.forward
- DefaultForwarderFactory - Class in org.apache.sshd.common.forward
-
The default
ForwarderFactory
implementation. - DefaultForwarderFactory() - Constructor for class org.apache.sshd.common.forward.DefaultForwarderFactory
- DefaultGroupPrincipal - Class in org.apache.sshd.sftp.server
- DefaultGroupPrincipal(String) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultGroupPrincipal
- DefaultGroupPrincipal(String) - Constructor for class org.apache.sshd.sftp.server.DefaultGroupPrincipal
- defaultHomeDir - Variable in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- DefaultIoConnectFuture(Object, Object) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- DefaultIoServiceFactoryFactory - Class in org.apache.sshd.common.io
- DefaultIoServiceFactoryFactory() - Constructor for class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- DefaultIoServiceFactoryFactory(Factory<CloseableExecutorService>) - Constructor for class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- DefaultIoServiceFactoryFactory.LazyDefaultIoServiceFactoryFactoryHolder - Class in org.apache.sshd.common.io
- DefaultIoWriteFuture(Object, Object) - Constructor for class org.apache.sshd.common.channel.SimpleIoOutputStream.DefaultIoWriteFuture
- DefaultKeyboardInteractiveAuthenticator - Class in org.apache.sshd.server.auth.keyboard
-
Provides a default implementation for
KeyboardInteractiveAuthenticator
where it prompts for the password. - DefaultKeyboardInteractiveAuthenticator() - Constructor for class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- DefaultKeyExchangeFuture - Class in org.apache.sshd.common.future
- DefaultKeyExchangeFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultKeyExchangeFuture
- DefaultKnownHostsServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
Monitors the
~/.ssh/known_hosts
file of the user currently running the client, updating and re-loading it if necessary. - DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier) - Constructor for class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier, boolean) - Constructor for class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier, boolean, File) - Constructor for class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier, boolean, Path, LinkOption...) - Constructor for class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- DefaultOpenFuture - Class in org.apache.sshd.client.future
-
A default implementation of
OpenFuture
. - DefaultOpenFuture(Object, Object) - Constructor for class org.apache.sshd.client.future.DefaultOpenFuture
- DefaultScpClient - Class in org.apache.sshd.scp.client
- DefaultScpClient(ClientSession) - Constructor for class org.apache.sshd.scp.client.DefaultScpClient
- DefaultScpClient(ClientSession, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.scp.client.DefaultScpClient
- DefaultScpClientCreator - Class in org.apache.sshd.scp.client
-
TODO Add javadoc
- DefaultScpClientCreator() - Constructor for class org.apache.sshd.scp.client.DefaultScpClientCreator
- DefaultScpFileOpener - Class in org.apache.sshd.scp.common.helpers
- DefaultScpFileOpener() - Constructor for class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- DefaultScpStreamResolver - Class in org.apache.sshd.scp.client
- DefaultScpStreamResolver(String, Path, Collection<PosixFilePermission>, ScpTimestampCommandDetails, long, InputStream, String) - Constructor for class org.apache.sshd.scp.client.DefaultScpStreamResolver
- DefaultServerKexExtensionHandler - Class in org.apache.sshd.common.kex.extension
-
A basic default implementation of a server-side
KexExtensionHandler
handling theServerSignatureAlgorithms
KEX extension. - DefaultServerKexExtensionHandler() - Constructor for class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
- DefaultSftpClient - Class in org.apache.sshd.sftp.client.impl
- DefaultSftpClient(ClientSession, SftpVersionSelector, SftpErrorDataHandler) - Constructor for class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- DefaultSftpClient.SftpChannelSubsystem - Class in org.apache.sshd.sftp.client.impl
- DefaultSftpClientFactory - Class in org.apache.sshd.sftp.client.impl
-
TODO Add javadoc
- DefaultSftpClientFactory() - Constructor for class org.apache.sshd.sftp.client.impl.DefaultSftpClientFactory
- DefaultSshFuture<T extends SshFuture> - Class in org.apache.sshd.common.future
-
A default implementation of
SshFuture
. - DefaultSshFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultSshFuture
-
Creates a new instance.
- DefaultUnknownChannelReferenceHandler - Class in org.apache.sshd.common.session.helpers
- DefaultUnknownChannelReferenceHandler() - Constructor for class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
- DefaultUserPrincipal - Class in org.apache.sshd.sftp.server
- DefaultUserPrincipal(String) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- DefaultUserPrincipal(String) - Constructor for class org.apache.sshd.sftp.server.DefaultUserPrincipal
- DefaultUserPrincipalLookupService() - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipalLookupService
- defaultValue - Variable in class org.apache.sshd.common.Property.BaseProperty
- DefaultVerifiableSshFuture<T extends SshFuture> - Class in org.apache.sshd.common.future
- DefaultVerifiableSshFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultVerifiableSshFuture
- DefaultX11ForwardSupport - Class in org.apache.sshd.server.x11
- DefaultX11ForwardSupport(ConnectionService) - Constructor for class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- defbsize - Variable in class org.apache.sshd.common.mac.BaseMac
- defbsize - Variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- Deflater - Enum constant in enum class org.apache.sshd.common.compression.Compression.Type
- DelayCompression - Class in org.apache.sshd.common.kex.extension.parser
- DelayCompression() - Constructor for class org.apache.sshd.common.kex.extension.parser.DelayCompression
- DELAYED - Enum constant in enum class org.apache.sshd.common.config.CompressionConfigValue
- DELAYED_ZLIB - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
- DelayedCompressionAlgorithms - Class in org.apache.sshd.common.kex.extension.parser
- DelayedCompressionAlgorithms() - Constructor for class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- delayedZlib - Enum constant in enum class org.apache.sshd.common.compression.BuiltinCompressions
- delegate - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- delegate - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- delegate - Variable in class org.apache.sshd.common.Property.Validating
- delegate - Variable in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- delegate - Variable in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- delegate - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- DelegateCloseable() - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- delegateHolder - Variable in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- delegateHolder - Variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- delegateLoader - Variable in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- delegatePublicKey - Variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- delegatePublicKey - Variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- delegateShellFactory - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- DelegatingServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A
ServerKeyVerifier
that delegates verification to the instance found in theClientSession
metadata The verifier can be specified at theSshClient
level, which may have connections to multiple hosts. - DelegatingServerKeyVerifier() - Constructor for class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
- delete(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- delete(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- delete(Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- deleteIfExists(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- deriveEncryptionKey(PrivateKeyEncryptionContext, int) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- deriveEncryptionKey(PrivateKeyEncryptionContext, int) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
-
Derives an encryption key and set the IV on the
context
from the passphase provided by the context using the OpenBSDBCrypt
KDF. - DERParser - Class in org.apache.sshd.common.util.io.der
-
A bare minimum DER parser - just enough to be able to decode signatures and private keys
- DERParser(byte...) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERParser(byte[], int, int) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERParser(InputStream) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERWriter - Class in org.apache.sshd.common.util.io.der
-
A bare-minimum DER encoder - just enough so we can encoder signatures and keys data
- DERWriter() - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- DERWriter(int) - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- DERWriter(OutputStream) - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- description - Variable in enum class org.apache.sshd.common.kex.KexProposalOption
- DESPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- DESPrivateKeyObfuscator() - Constructor for class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- destroy() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- destroy() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- destroy() - Method in interface org.apache.sshd.client.auth.UserAuth
-
Called to release any allocated resources
- destroy() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- destroy() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Free any system resources used by the module.
- destroy() - Method in interface org.apache.sshd.server.auth.UserAuth
-
Free any system resources used by the module.
- destroy(ChannelSession) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- destroy(ChannelSession) - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
- destroy(ChannelSession) - Method in interface org.apache.sshd.server.command.CommandLifecycle
-
This method is called by the SSH server to destroy the command because the client has disconnected somehow.
- destroy(ChannelSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- destroy(ChannelSession) - Method in class org.apache.sshd.server.shell.ProcessShell
- destroy(ChannelSession) - Method in class org.apache.sshd.server.shell.UnknownCommand
- destroy(ChannelSession) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- destroying(ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- destroying(ServerSession) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called when subsystem is destroyed since it was closed
- destSession - Variable in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- detectSupportedKeySizes() - Static method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator.LazyKeyLengthsHolder
- determineEncryption(OpenSSHKeyEncryptionContext) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- determineRekeyBlockLimit(int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Compute the number of blocks after which we should re-key again.
- DEV_NULL - Static variable in class org.apache.sshd.common.util.io.input.EmptyInputStream
- dh - Variable in class org.apache.sshd.client.kex.DHGClient
- dh - Variable in class org.apache.sshd.client.kex.DHGEXClient
- dh - Variable in class org.apache.sshd.server.kex.DHGEXServer
- dh - Variable in class org.apache.sshd.server.kex.DHGServer
- DH2KEX - Static variable in class org.apache.sshd.client.ClientBuilder
- DH2KEX - Static variable in class org.apache.sshd.server.ServerBuilder
- DHFactory - Interface in org.apache.sshd.common.kex
- DHG - Class in org.apache.sshd.common.kex
-
Diffie-Hellman key generator.
- DHG(Factory<? extends Digest>) - Constructor for class org.apache.sshd.common.kex.DHG
- DHG(Factory<? extends Digest>, BigInteger, BigInteger) - Constructor for class org.apache.sshd.common.kex.DHG
- dhg1 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Deprecated.
- dhg14 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Deprecated.
- dhg14_256 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- dhg15_512 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- dhg16_512 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- dhg17_512 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- dhg18_512 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- DHGClient - Class in org.apache.sshd.client.kex
-
Base class for DHG key exchange algorithms.
- DHGClient(DHFactory, Session) - Constructor for class org.apache.sshd.client.kex.DHGClient
- dhgex - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Deprecated.
- dhgex256 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- DHGEXClient - Class in org.apache.sshd.client.kex
- DHGEXClient(DHFactory, Session) - Constructor for class org.apache.sshd.client.kex.DHGEXClient
- DHGEXServer - Class in org.apache.sshd.server.kex
- DHGEXServer(DHFactory, Session) - Constructor for class org.apache.sshd.server.kex.DHGEXServer
- DhGroup(int, BigInteger, BigInteger) - Constructor for class org.apache.sshd.server.kex.Moduli.DhGroup
- DHGroupData - Class in org.apache.sshd.common.kex
-
Simple class holding the data for DH group key exchanges.
- DHGroupData() - Constructor for class org.apache.sshd.common.kex.DHGroupData
- DHGServer - Class in org.apache.sshd.server.kex
- DHGServer(DHFactory, Session) - Constructor for class org.apache.sshd.server.kex.DHGServer
- di - Variable in class org.apache.sshd.putty.PuttyKeyReader
- diagonalRound(int[]) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- Dialup - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA256 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP1_SHA1 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP14_SHA1 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP14_SHA256 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP15_SHA512 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP16_SHA512 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP17_SHA512 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- DIFFIE_HELLMAN_GROUP18_SHA512 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- diffOffset(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.NumberUtils
- digest() - Method in class org.apache.sshd.common.digest.BaseDigest
- digest() - Method in interface org.apache.sshd.common.digest.Digest
- Digest - Interface in org.apache.sshd.common.digest
-
Interface used to compute digests, based on algorithms such as MD5 or SHA1.
- digester - Variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- digestFactory - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- digestFactory - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- DigestFactory - Interface in org.apache.sshd.common.digest
- DigestInformation - Interface in org.apache.sshd.common.digest
-
The reported algorithm name refers to the type of digest being calculated.
- DigestUtils - Class in org.apache.sshd.common.digest
- DigestUtils() - Constructor for class org.apache.sshd.common.digest.DigestUtils
- digestValue - Variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- Direct - Enum constant in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- Direct - Enum constant in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- DIRECTORY_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- DirectoryHandle - Class in org.apache.sshd.sftp.server
- DirectoryHandle(SftpSubsystem, Path, String) - Constructor for class org.apache.sshd.sftp.server.DirectoryHandle
- DirectoryScanner - Class in org.apache.sshd.common.util.io
-
Class for scanning a directory for files/directories which match certain criteria.
- DirectoryScanner() - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path, String...) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path, Collection<String>) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectTcpipFactory - Class in org.apache.sshd.server.forward
- DirectTcpipFactory() - Constructor for class org.apache.sshd.server.forward.DirectTcpipFactory
- dirEntries - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- DirEntry(String, String, SftpClient.Attributes) - Constructor for class org.apache.sshd.sftp.client.SftpClient.DirEntry
- DirEntry(SftpClient.DirEntry) - Constructor for class org.apache.sshd.sftp.client.SftpClient.DirEntry
- dirHandle - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- dirPath - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- disableSessionHeartbeat() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
-
Disables the session heartbeat feature - Note: if heartbeat already in progress then it may be ignored.
- disconnect(int, String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- disconnect(int, String) - Method in interface org.apache.sshd.common.session.Session
-
Send a disconnect packet with the given reason and message.
- DISCONNECT_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the disconnect timeout which is used when a disconnection is attempted.
- disconnectCode - Variable in exception org.apache.sshd.common.SshException
- display(boolean, boolean) - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- dispose() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- disposing - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- div(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.UserAuthNone
- doBind(SshdSocketAddress, IoAcceptor) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- doBlock(int, String, long, long, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doBlock(int, String, long, long, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doBlock(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCheckFileHash(int, String, String, Collection<String>, long, long, int, Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCheckFileHash(int, String, String, Collection<String>, long, long, int, Buffer) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doCheckFileHash(int, Path, NamedFactory<? extends Digest>, long, long, int, Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCheckFileHash(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.FuturesCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.ParallelCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.SequentialCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- doClose(int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doClose(int, String) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doClose(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCloseGracefully() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- doCloseGracefully() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- doCloseGracefully() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- doCloseGracefully() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- doCloseGracefully() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- doCloseGracefully() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- doCloseImmediately() - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- doCloseImmediately() - Method in class org.apache.sshd.common.channel.SimpleIoOutputStream
- doCloseImmediately() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- doCloseImmediately() - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
- doCloseImmediately() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- doCloseImmediately() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
doCloseImmediately is called once and only once with state == Immediate
- doCloseImmediately() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- doCloseImmediately() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- doConnect(String, SocketAddress, AttributeRepository, SocketAddress, KeyIdentityProvider, HostConfigEntry) - Method in class org.apache.sshd.client.SshClient
- doConnect(HostConfigEntry, List<HostConfigEntry>, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
- doCopyData(int, String, long, long, String, long) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCopyData(int, String, long, long, String, long) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doCopyData(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCopyFile(int, String, String, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCopyFile(int, String, String, Collection<CopyOption>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCopyFile(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doCreateSession(IoSession) - Method in class org.apache.sshd.client.session.SessionFactory
- doCreateSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- doCreateSession(IoSession) - Method in class org.apache.sshd.server.session.SessionFactory
- doExtended(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doFinal() - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.BaseMac
- doFinal(byte[], int) - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- doFSetStat(int, String, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doFSetStat(int, String, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doFSetStat(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doFStat(int, String, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doFStat(int, String, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doFStat(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doGetHash(Object, long, long, byte[]) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractMD5HashExtension
- doGetHash(Object, Collection<String>, long, long, int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractCheckFileExtension
- doGetKeyPairs(SessionContext, ClientIdentityProvider) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- doGetStat(Object) - Method in class org.apache.sshd.sftp.client.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
- doHandleMessage(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- doInit(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- doInit(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
- doInit(Buffer) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- doInit(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doInit(Buffer, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doInitialAuth(ServerSession, String, KeyboardInteractiveAuthenticator, Buffer) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
- doInitSignature(SessionContext, String, Key, boolean) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Initializes the internal signature instance
- doInvokeDebugMessageHandler(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Invoked by
SessionHelper.handleDebug(Buffer)
after validating that the buffer structure seems well-formed and also resetting the idle timeout. - doInvokeIgnoreMessageHandler(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Invoked by
SessionHelper.handleDebug(Buffer)
after validating that the buffer structure seems well-formed and also resetting the idle timeout. - doInvokeUnimplementedMessageHandler(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- doInvokeUnimplementedMessageHandler(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- doKexNegotiation() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- doLink(int, String, String, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doLink(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doLoadKeys(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- doLoadKeys(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- doLoadKeys(SessionContext, NamedResource, R, FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- doLoadKeys(SessionContext, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- doLs(String, String, boolean, boolean, boolean) - Method in class org.apache.sshd.scp.server.ScpShell
- doLStat(int, String, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doLStat(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- domain - Variable in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- doMakeDirectory(int, String, Map<String, ?>, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doMakeDirectory(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doMD5Hash(int, String, String, long, long, byte[]) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doMD5Hash(int, String, String, long, long, byte[]) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doMD5Hash(int, Path, long, long, byte[]) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doMD5Hash(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- done - Variable in class org.apache.sshd.sftp.server.DirectoryHandle
- DONE - Enum constant in enum class org.apache.sshd.common.kex.KexState
- doOpen() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
- doOpen() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelExec
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelSession
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelShell
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
- doOpen() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- doOpen() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
- doOpen() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient.SftpChannelSubsystem
- doOpen(int, String, int, int, Map<String, Object>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpen(int, String, int, int, Map<String, Object>) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doOpen(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenDir(int, String, Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenDir(int, String, Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doOpenDir(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- doOpenSSHFsync(int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenSSHFsync(int, String) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doOpenSSHFsync(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenSSHHardLink(int, String, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doOpenSSHHardLink(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doPosixRename(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doProcess(Buffer, int, int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doProcess(Buffer, int, int, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doRead(boolean) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- doRead(int, String, long, int, byte[], int, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRead(int, String, long, int, byte[], int, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doRead(long, SftpInputStreamAsync.BufferConsumer) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- doRead(Collection<? extends ByteBuffer>, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- doRead(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doReadCycle(ByteBuffer, Nio2CompletionHandler<Integer, Object>) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- doReadCycle(ByteBuffer, Readable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- doReadDir(int, String, DirectoryHandle, Buffer, int, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doReadDir(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doReadDir(Buffer, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doReadIdentification(Buffer, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Read the remote identification from this buffer.
- doReadKeyPairs(SessionContext, NamedResource, InputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- doReadKeyPairs(SessionContext, NamedResource, InputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- doReadLink(int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doReadLink(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRealPath(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRealPathV345(int, String, Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRealPathV6(int, String, Collection<String>, Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRemove(int, Path, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Called when need to delete a file / directory - also informs the
SftpEventListener
- doRemove(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRemoveDirectory(int, String, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRemoveDirectory(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRemoveFile(int, String, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRename(int, String, String, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRename(int, String, String, Collection<CopyOption>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doRename(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doScp(String, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.sshd.scp.server.ScpShell
- doSetAttributes(int, String, Path, Map<String, ?>, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSetStat(int, String, int, String, Map<String, ?>, Boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSetStat(Buffer, int, String, int, Boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSpaceAvailable(int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSpaceAvailable(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doStat(int, String, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doStat(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSymLink(int, String, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doSymLink(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- dotdotIgnored - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- doTextSeek(int, String, long) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doTextSeek(int, String, long) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doTextSeek(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- dotIgnored - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- doUnblock(int, String, long, long) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doUnblock(int, String, long, long) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doUnblock(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doUnsupported(Buffer, int, int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doUnsupportedExtension(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doValidateAuthResponse(ServerSession, String, KeyboardInteractiveAuthenticator, Buffer) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
- doVerify(byte[]) - Method in class org.apache.sshd.common.signature.AbstractSignature
- doVersionSelect(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doVersionSelect(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doVersionSelect(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- downcast() - Static method in class org.apache.sshd.common.util.GenericUtils
- download(String[], String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- download(String[], String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String[], String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String[], Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- download(String[], Path, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String[], Path, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String, OutputStream) - Method in class org.apache.sshd.scp.client.DefaultScpClient
- download(String, OutputStream) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String, String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- download(String, String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String, String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String, FileSystem, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- download(String, FileSystem, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.DefaultScpClient
- download(String, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- download(String, Path, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- download(String, Path, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- downloadBytes(String) - Method in interface org.apache.sshd.scp.client.ScpClient
- doWrite(int, String, long, int, byte[], int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doWrite(int, String, long, int, byte[], int, int) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- doWrite(Collection<? extends ByteBuffer>, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- doWrite(Buffer, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- doWriteCycle(ByteBuffer, Nio2CompletionHandler<Integer, Object>) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.common.channel.AbstractChannel
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.server.channel.ChannelSession
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- doWriteData(byte[], int, long) - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.common.channel.AbstractChannel
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.server.channel.ChannelSession
- doWriteExtendedData(byte[], int, long) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- doWriteIfPossible(boolean) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- doWritePacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- ds - Variable in class org.apache.sshd.sftp.server.DirectoryHandle
- dsa - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- DSA - Enum constant in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- DSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- dsa_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- DSA_SIGNATURE_LENGTH - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- DSS_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for DSS keys to be used when calling security provider
- DSS_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- DSSBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- DSSBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- DSSPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- DSSPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- DSSPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- DSSPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- DSSPuttyKeyDecoder - Class in org.apache.sshd.putty
- DSSPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.DSSPuttyKeyDecoder
- DUMMY_PTY_TYPE - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- dumpHex(SimplifiedLog, String, PropertyResolver) - Method in class org.apache.sshd.common.util.buffer.Buffer
- dumpHex(SimplifiedLog, Level, String, char, int, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, char, int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, PropertyResolver) - Method in class org.apache.sshd.common.util.buffer.Buffer
- dumpHex(SimplifiedLog, Level, String, PropertyResolver, char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, PropertyResolver, char, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- duration(String) - Static method in interface org.apache.sshd.common.Property
- duration(String, Duration) - Static method in interface org.apache.sshd.common.Property
- duration(String, Duration, Duration) - Static method in interface org.apache.sshd.common.Property
- DurationInSecondsProperty(String) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- DurationInSecondsProperty(String, Duration) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- DurationInSecondsProperty(String, Duration, Duration) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- durationOf(String) - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
- durationOf(Map<TimeValueConfig, ? extends Number>) - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
- DurationProperty(String) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- DurationProperty(String, Duration) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- DurationProperty(String, Duration, Duration) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- durationSec(String) - Static method in interface org.apache.sshd.common.Property
- durationSec(String, Duration) - Static method in interface org.apache.sshd.common.Property
- durationSec(String, Duration, Duration) - Static method in interface org.apache.sshd.common.Property
- dynamicAcceptor - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- dynamicLocal - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- dynamicLock - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- DynamicPortForwardingTracker - Class in org.apache.sshd.client.session.forward
- DynamicPortForwardingTracker(ClientSession, SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.session.forward.DynamicPortForwardingTracker
E
- e - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- e_array - Variable in class org.apache.sshd.common.kex.AbstractDH
- EC_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for EC keys to be used when calling security provider
- ECBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- ECBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- ECC_SIGNATURE_TYPE_PREFERENCES - Static variable in interface org.apache.sshd.common.signature.SignatureFactory
-
ECC signature types in ascending order of preference (i.e., most preferred 1st)
- ECC_SUPPORTED_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to control whether Elliptic Curves are supported or not.
- ECCurves - Enum Class in org.apache.sshd.common.cipher
-
Utilities for working with elliptic curves.
- ECCurves(String, int[], ECParameterSpec, int, DigestFactory) - Constructor for enum class org.apache.sshd.common.cipher.ECCurves
- ECCurves.Constants - Class in org.apache.sshd.common.cipher
- ECCurves.ECPointCompression - Enum Class in org.apache.sshd.common.cipher
-
The various
ECPoint
representation compression indicators - ECDH - Class in org.apache.sshd.common.kex
-
Elliptic Curve Diffie-Hellman key agreement.
- ECDH() - Constructor for class org.apache.sshd.common.kex.ECDH
- ECDH(String) - Constructor for class org.apache.sshd.common.kex.ECDH
- ECDH(ECParameterSpec) - Constructor for class org.apache.sshd.common.kex.ECDH
- ECDH(ECCurves) - Constructor for class org.apache.sshd.common.kex.ECDH
- ECDH_SHA2_NISTP256 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- ECDH_SHA2_NISTP384 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- ECDH_SHA2_NISTP521 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
- ecdhp256 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- ecdhp384 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- ecdhp521 - Enum constant in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- ECDSA - Enum constant in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- ECDSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- ECDSA_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ECDSA_SHA2_NISTP256 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-256
- ECDSA_SHA2_NISTP384 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-384
- ECDSA_SHA2_NISTP521 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-521
- ECDSA_SHA2_PREFIX - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
-
Standard prefix of NISTP key types when encoded
- ECDSAPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- ECDSAPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ECDSAPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- ECDSAPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECDSAPuttyKeyDecoder - Class in org.apache.sshd.putty
-
TODO Add javadoc
- ECDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- echo - Variable in class org.apache.sshd.server.auth.keyboard.PromptEntry
- echo - Variable in class org.apache.sshd.server.shell.TtyFilterOutputStream
- echo(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- ECHO - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable echoing.
- ECHOCTL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Echo control characters as ^(Char).
- ECHOE - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Visually erase chars.
- ECHOK - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Kill character discards current line.
- ECHOKE - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Visual erase for line kill.
- ECHONL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Echo NL even if ECHO is off.
- ECPOINT_COMPRESSED_VARIANT_2 - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECPOINT_COMPRESSED_VARIANT_3 - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECPOINT_UNCOMPRESSED_FORM_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECPointCompression(byte) - Constructor for enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- ecPointToOctetString(String, ECPoint) - Method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- ED25119 - Enum constant in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- ed25519 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- ED25519 - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- ed25519_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- ED25519_OID - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- ED25519BufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
-
TODO complete this when SSHD-440 is done
- ED25519BufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- Ed25519PEMResourceKeyParser - Class in org.apache.sshd.common.util.security.eddsa
- Ed25519PEMResourceKeyParser() - Constructor for class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- Ed25519PublicKeyDecoder - Class in org.apache.sshd.common.util.security.eddsa
- Ed25519PublicKeyDecoder() - Constructor for class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- EDDSA - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
EDDSA support - should match
EdDSAKey.KEY_ALGORITHM
- EDDSA_SUPPORTED_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Deprecated.Please use "org.apache.sshd.security.provider.EdDSA.enabled&qupt;
- EdDSAPuttyKeyDecoder - Class in org.apache.sshd.putty
-
TODO Add javadoc
- EdDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- EdDSASecurityProviderRegistrar - Class in org.apache.sshd.common.util.security.eddsa
- EdDSASecurityProviderRegistrar() - Constructor for class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- EdDSASecurityProviderUtils - Class in org.apache.sshd.common.util.security.eddsa
- EdDSASecurityProviderUtils() - Constructor for class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- ekskey(byte[], byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Perform the "enhanced key schedule" step described by Provos and Mazieres in "A Future-Adaptable Password Scheme" http://www.openbsd.org/papers/bcrypt-paper.ps
- elements - Variable in class org.apache.sshd.server.shell.ProcessShellFactory
- Elevation - Class in org.apache.sshd.common.kex.extension.parser
- Elevation() - Constructor for class org.apache.sshd.common.kex.extension.parser.Elevation
- EMPTY - Static variable in class org.apache.sshd.client.auth.BuiltinUserAuthFactories.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.client.config.hosts.HostConfigEntryResolver
-
An "empty" implementation that does not resolve any entry - i.e., uses the original entry as-is
- EMPTY - Static variable in interface org.apache.sshd.common.channel.ChannelListener
- EMPTY - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.ParseResult
- EMPTY - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
An "empty" provider that returns
null
- i.e., unprotected key file - EMPTY - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
An empty loader that never fails but always returns an empty list
- EMPTY - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
An empty parser that never fails, but always report that it cannot extract key pairs and returns empty list if asked to load
- EMPTY - Static variable in interface org.apache.sshd.common.forward.PortForwardingEventListener
- EMPTY - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
- EMPTY - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.PropertyResolver
-
An "empty" resolver with no properties and no parent
- EMPTY - Static variable in class org.apache.sshd.common.signature.BuiltinSignatures.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- EMPTY - Static variable in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- EMPTY - Static variable in interface org.apache.sshd.common.util.logging.SimplifiedLog
-
An "empty"
SimplifiedLog
that does nothing - EMPTY - Static variable in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- EMPTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- EMPTY - Static variable in interface org.apache.sshd.scp.common.ScpTransferEventListener
-
An "empty" implementation to be used instead of
null
s - EMPTY - Static variable in class org.apache.sshd.server.auth.BuiltinUserAuthFactories.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.sftp.client.SftpErrorDataHandler
- EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_BYTE_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_CHAR_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_COPY_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_DIR_ENTRIES - Static variable in interface org.apache.sshd.sftp.client.SftpClient
- EMPTY_FILE_ATTRIBUTES - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_HEX_SEPARATOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- EMPTY_KEYPAIR_PROVIDER - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
A
KeyPairProvider
that has no keys - EMPTY_KEYS_PROVIDER - Static variable in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
An "empty" implementation of
KeyIdentityProvider
that returns an empty group of key pairs - EMPTY_LINK_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_OPEN_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_PASSWORDS_PROVIDER - Static variable in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
An "empty" implementation of
PasswordIdentityProvider
that returns an empty group of passwords - EMPTY_STRING_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- emptyCount - Variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- emptyIfNull(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- EmptyInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/null
implementation - always open - EmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.input.EmptyInputStream
- ENABLED_PROPERTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Property used to configure whether the provider is enabled regardless of whether it is supported.
- encipher(int[], int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Blowfish encipher a single 64-bit block encoded as two 32-bit halves
- encode(String, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- encode(String, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- encode(PublicKey) - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- encode(List<String>, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- encode(DelayedCompressionAlgorithms, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- encode(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Encode a buffer into the SSH protocol.
- encode(Buffer, OpenSSHStatExtensionInfo) - Static method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- encode(Buffer, SpaceAvailableExtensionInfo) - Static method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- encode(T, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- encode_base64(byte[], int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Encode a byte array using bcrypt's slightly-modified base64 encoding scheme.
- encodeAclEntryType(AclEntryType) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Returns the equivalent SFTP value for the ACL type
- encodeAclFlags(Collection<AclEntryFlag>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- encodeAclMask(Collection<AclEntryPermission>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- encodeACLs(B, int, Collection<? extends AclEntry>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- encodeBigInt(OutputStream, BigInteger) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeCredentials(String, String) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- encodedPublicKeyPrefix - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- encodeECPoint(ECPoint, ECParameterSpec) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- encodeECPoint(ECPoint, EllipticCurve) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- encodeEntryKeyData(byte[]) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
-
Encodes the public key entry data bytes into their string representation - by default it assume
Base64
encoding. - encodeInt(OutputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- encodePrivateKey(KeyPair, String, int, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- encodePrivateKey(SecureByteArrayOutputStream, DSAPrivateKey, DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, ECPrivateKey, ECPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, RSAPrivateKey, RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- encodePrivateKey(SecureByteArrayOutputStream, EdDSAPrivateKey, EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, PRV, PUB) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- encodePublicKey(OutputStream, String, ECCurves, ECPoint) - Static method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- encodePublicKey(OutputStream, DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- encodePublicKey(OutputStream, ECPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- encodePublicKey(OutputStream, RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- encodePublicKey(OutputStream, EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- encodePublicKey(OutputStream, OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- encodePublicKey(OutputStream, SkEcdsaPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- encodePublicKey(OutputStream, SkED25519PublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- encodePublicKey(OutputStream, PUB) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- encodePublicKey(PublicKey, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- encodeString(OutputStream, String) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeString(OutputStream, String, String) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeString(OutputStream, String, Charset) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- Encrypt - Enum constant in enum class org.apache.sshd.common.cipher.Cipher.Mode
- ENCRYPTION_HEADER - Static variable in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- encryptOutgoingBuffer(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- END_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- endBlocking(Object, boolean) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- endDirectDirectoryTransfer(ClientSession, String, ClientSession, String, ScpTimestampCommandDetails, ScpReceiveDirCommandDetails, Throwable) - Method in interface org.apache.sshd.scp.client.ScpRemote2RemoteTransferListener
-
Indicates end of direct file transfer
- endDirectFileTransfer(ClientSession, String, ClientSession, String, ScpTimestampCommandDetails, ScpReceiveFileCommandDetails, long, Throwable) - Method in interface org.apache.sshd.scp.client.ScpRemote2RemoteTransferListener
-
Indicates end of direct file transfer
- enders - Variable in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- ENDERS - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- endFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, Throwable) - Method in class org.apache.sshd.scp.common.AbstractScpTransferEventListenerAdapter
- endFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, Throwable) - Method in interface org.apache.sshd.scp.common.ScpTransferEventListener
- endFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>, Throwable) - Method in class org.apache.sshd.scp.common.AbstractScpTransferEventListenerAdapter
- endFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>, Throwable) - Method in interface org.apache.sshd.scp.common.ScpTransferEventListener
- endingMarkers - Variable in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- endOfInput - Variable in class org.apache.sshd.scp.server.InputStreamReader
- endsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
- endsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- endsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
- ENGINE_STATE_HEADER - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- engineState - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- enqueuePendingPacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Checks if key-exchange is done - if so, or the packet is related to the key-exchange protocol, then allows the packet to go through, otherwise enqueues it to be sent when key-exchange completed
- ensureAvailable(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Makes sure the buffer contains enough data to accommodate the requested length
- ensureCapacity(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- ensureCapacity(int, IntUnaryOperator) - Method in class org.apache.sshd.common.util.buffer.Buffer
- ensureCapacity(int, IntUnaryOperator) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ensureCharDataCapacity(int) - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- ensureDirectory(Path) - Static method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- ensureDirectory(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
- ensureOpen(Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
-
Checks that the channel is open and that its current mode contains at least one of the required ones
- entry - Variable in class org.apache.sshd.server.auth.gss.CredentialHelper.FixedLoginConfiguration
- entrySet() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- entrySet() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- enum_(String, Class<T>) - Static method in interface org.apache.sshd.common.Property
- enum_(String, Class<T>, T) - Static method in interface org.apache.sshd.common.Property
- ENUMERATED - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- EnumMapBuilder(Class<K>) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- EnumProperty(String, Class<T>) - Constructor for class org.apache.sshd.common.Property.EnumProperty
- EnumProperty(String, Class<T>, T) - Constructor for class org.apache.sshd.common.Property.EnumProperty
- env - Variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
- env - Variable in class org.apache.sshd.server.channel.ChannelSession
- env - Variable in class org.apache.sshd.server.StandardEnvironment
- env - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- ENV_COLUMNS - Static variable in interface org.apache.sshd.server.Environment
-
Key for the columns environment variable.
- ENV_DISPLAY - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
Key for the user DISPLAY variable
- ENV_HOME - Static variable in class org.apache.sshd.scp.server.ScpShell
-
The "HOME" environment variable
- ENV_LANG - Static variable in class org.apache.sshd.scp.server.ScpShell
-
Key for the language - format "en_US.UTF-8"
- ENV_LINES - Static variable in interface org.apache.sshd.server.Environment
-
Key for the lines environment variable.
- ENV_PWD - Static variable in class org.apache.sshd.scp.server.ScpShell
-
The "PWD" environment variable
- ENV_TERM - Static variable in interface org.apache.sshd.server.Environment
-
Key for the term environment variable.
- ENV_USER - Static variable in interface org.apache.sshd.server.Environment
-
Key for the user environment variable
- environment - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- environment - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- Environment - Interface in org.apache.sshd.server
-
Interface providing access to the environment map and allowing the registration of listeners for certain signals.
- envVarsEnodingCharset - Variable in class org.apache.sshd.scp.server.ScpShell
- eof() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- eof() - Method in interface org.apache.sshd.common.channel.ChannelPipedSink
-
Signal end of writing to the sink
- EOF - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Received EOF signal from remote peer
- eofIndicator - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- eofOnClose - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- eofReceived - Variable in class org.apache.sshd.common.channel.AbstractChannel
- eofSent - Variable in class org.apache.sshd.common.channel.AbstractChannel
- eofSent - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- EOL - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
The local O/S line separator
- EOL_BYTES - Static variable in class org.apache.sshd.common.util.io.IoUtils
- eolIndicator - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- EQ_CASE_INSENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- EQ_CASE_SENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- equals(byte[], byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Compares the contents of 2 arrays of bytes - Note: do not use it to execute security related comparisons (e.g.
- equals(byte[], int, byte[], int, int) - Static method in interface org.apache.sshd.common.mac.Mac
- equals(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Compares the contents of 2 arrays of bytes - Note: do not use it to execute security related comparisons (e.g.
- equals(char, char, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether two characters are equal.
- equals(Object) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- equals(Object) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- equals(Object) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- equals(Object) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- equals(Object) - Method in class org.apache.sshd.common.digest.BaseDigest
- equals(Object) - Method in class org.apache.sshd.common.file.util.BasePath
- equals(Object) - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
- equals(Object) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- equals(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- equals(Object) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- equals(Object) - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- equals(Object) - Method in class org.apache.sshd.common.util.VersionInfo
- equals(Object) - Method in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- equals(Object) - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- equals(Object) - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- equals(Object) - Method in class org.apache.sshd.scp.common.ScpLocation
- equals(Object) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- equals(Object) - Method in class org.apache.sshd.server.shell.UnknownCommand
- equals(Object) - Method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- equals(Object) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- equals(Object) - Method in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- equals(Object) - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- equals(Object) - Method in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- equals(Object) - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- equals(Object) - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- equals(Object) - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- equals(Object) - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- equals(Object) - Method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- equals(Object) - Method in class org.apache.sshd.sftp.server.PrincipalBase
- equals(Collection<T>, Collection<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- err - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- err - Variable in class org.apache.sshd.server.channel.ChannelSession
- err - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- err - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- err - Variable in class org.apache.sshd.server.shell.ProcessShell
- err - Variable in class org.apache.sshd.server.shell.UnknownCommand
- error - Variable in class org.apache.sshd.scp.server.ScpCommand
- error(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- error(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- error(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- error(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- ERROR - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- ERROR - Static variable in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- errorChannelDataReceiver - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- errorChannelDataReceiver - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- errorClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- errorClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- errorData(byte[], int, int) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- errorData(byte[], int, int) - Method in interface org.apache.sshd.sftp.client.SftpErrorDataHandler
-
Receive binary data from server error stream
- errorDataHandler - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- errorDataHandler - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- errorDataHandler - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- errorStatusDataHandler - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- errorStatusDataHandler - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- errorStatusDataHandler - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- establishedDynamicTunnel(Session, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed attempt to establish a dynamic port forwarding
- establishedExplicitTunnel(Session, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed attempt to establish a local/remote port forwarding
- establishingDynamicTunnel(Session, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals the attempt to establish a dynamic port forwarding
- establishingExplicitTunnel(Session, SshdSocketAddress, SshdSocketAddress, boolean) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals the attempt to establish a local/remote port forwarding
- ETM_HMAC_SHA1 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- ETM_HMAC_SHA2_256 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- ETM_HMAC_SHA2_512 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- etmMode - Variable in class org.apache.sshd.common.mac.BaseMac
- eValue - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- Event() - Constructor for enum class org.apache.sshd.common.session.SessionListener.Event
- eventListener - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- eventListener - Variable in class org.apache.sshd.common.io.AbstractIoServiceFactory
- eventListener - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- EventListenerUtils - Class in org.apache.sshd.common.util
- EventListenerUtils() - Constructor for class org.apache.sshd.common.util.EventListenerUtils
- EventNotifier<E> - Interface in org.apache.sshd.common.util
-
Notify about the occurrence of an event
- Everyone - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- exceptionCaught(Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- exceptionCaught(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- exceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Handle any exceptions that occurred on this session.
- exceptionCaught(Throwable) - Method in interface org.apache.sshd.common.session.Session
-
Handle any exceptions that occurred on this session.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.forward.SocksProxy
- exceptionCaught(IoSession, Throwable) - Method in interface org.apache.sshd.common.io.IoHandler
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- ExceptionUtils - Class in org.apache.sshd.common.util
- ExceptionUtils() - Constructor for class org.apache.sshd.common.util.ExceptionUtils
- Exclusive - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- EXCLUSIVE_IDENTITIES_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Use only the identities specified in the host entry (if any)
- exclusiveIdentites - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- exec(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the specified command and return the output (both stdout and stderr).
- exec(String...) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the specified command and return the output (both stdout and stderr).
- EXECUTABLE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- execute(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- execute(ScpHelper, Collection<T>, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.AbstractScpClient.ScpOperationExecutor
- executeExtendedCommand(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- executeRemoteCommand(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and returns its output
- executeRemoteCommand(String, OutputStream, OutputStream, Charset) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and redirects its STDOUT/STDERR streams to the user-provided ones
- executeRemoteCommand(String, OutputStream, Charset) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and returns its output
- executeSupportedCommand(ChannelSession, String) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- executeSupportedCommand(ChannelSession, String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- executeTransfer(String, Collection<ScpClient.Option>, String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- executor - Variable in class org.apache.sshd.agent.common.AbstractAgentProxy
- executor - Variable in class org.apache.sshd.common.channel.AbstractChannel
- executor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- executor - Variable in class org.apache.sshd.common.io.AbstractIoServiceFactory
- executor - Variable in class org.apache.sshd.common.util.threads.NoCloseExecutor
- executor - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- executorService - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- executorService - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- ExecutorServiceCarrier - Interface in org.apache.sshd.common.util.threads
- executorServiceFactory - Variable in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- ExecutorServiceProvider - Interface in org.apache.sshd.common.util.threads
- executorsProvider - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- executorsProvider - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- executorsProvider - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- exhaustCurrentIdentities(Iterator<? extends KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Attempts to find the first non-
null
KeyPair
- exists() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- EXISTS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- EXIT_SIGNAL - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Received exit signal from remote peer
- EXIT_STATUS - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Received exit status from remote peer
- ExitCallback - Interface in org.apache.sshd.server
-
Callback used by the shell to notify the SSH server is has exited
- exiting(ServerSession, Handle) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called when subsystem is exiting due to being destroyed
- ExitSignalChannelRequestHandler - Class in org.apache.sshd.client.channel.exit
- ExitSignalChannelRequestHandler(AtomicReference<String>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
- exitSignalHolder - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- exitStatus - Variable in exception org.apache.sshd.scp.common.ScpException
- ExitStatusChannelRequestHandler - Class in org.apache.sshd.client.channel.exit
- ExitStatusChannelRequestHandler(AtomicReference<Integer>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
- exitStatusHolder - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- exitStatusSent - Variable in class org.apache.sshd.server.channel.AbstractServerChannel
- exitValue() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Retrieve the exit value of the shell.
- exitValue() - Method in class org.apache.sshd.server.shell.ProcessShell
- expand(int) - Method in class org.apache.sshd.common.channel.Window
- expected - Variable in class org.apache.sshd.client.kex.DHGEXClient
- expected - Variable in class org.apache.sshd.server.kex.DHGEXServer
- expiredValue - Variable in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- EXPLICIT_PROPERTIES - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
A case insensitive
NavigableSet
of the properties that receive special handling - ExplicitPortForwardingTracker - Class in org.apache.sshd.client.session.forward
- ExplicitPortForwardingTracker(ClientSession, boolean, SshdSocketAddress, SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- exposedExtensions - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- EXT_ACL_SUPPORTED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_CHECK_FILE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_CHECK_FILE_HANDLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_CHECK_FILE_NAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_COPY_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_COPY_FILE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_FILENAME_CHARSET - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_FILENAME_XLATE_CONTROL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_INFO_SENT_AT_NEWKEYS - Static variable in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
-
Session
AttributeRepository.AttributeKey
storing whether the server sent an EXT_INFO message atKexExtensionHandler.KexPhase.NEWKEYS
. - EXT_MD5_HASH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_MD5_HASH_HANDLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_NEWLINE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_SPACE_AVAILABLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_SUPPORTED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_SUPPORTED2 - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_TEXT_SEEK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_VENDOR_ID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_VERSION_SELECT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXT_VERSIONS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- EXTENDED_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- extendedDataBuffer - Variable in class org.apache.sshd.server.channel.ChannelSession
- extendedDataWriter - Variable in class org.apache.sshd.server.channel.ChannelSession
- Extension(String) - Constructor for class org.apache.sshd.agent.SshAgentKeyConstraint.Extension
-
Creates a new
SshAgentKeyConstraint.Extension
. - EXTENSION_PARSERS - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
-
A case insensitive map of all the default known
KexExtensionParser
where key=the extension name - extensionNames - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- extensionNames - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- ExtensionParser<T> - Interface in org.apache.sshd.sftp.common.extensions
- extensions - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- extensions - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- extensions - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- extensions - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- extensions - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- extensions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- extensions(Map<String, byte[]>) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- Extensions - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- EXTENSIONS - Static variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- EXTENSIONS - Static variable in enum class org.apache.sshd.common.compression.BuiltinCompressions
- EXTENSIONS - Static variable in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- EXTENSIONS - Static variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- EXTENSIONS - Static variable in enum class org.apache.sshd.common.signature.BuiltinSignatures
- extractDataBytes(Collection<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Converts the lines assumed to contain BASE-64 encoded data into the actual content bytes.
- extractDataLines(NamedResource, List<String>, int, String, String, List<String>) - Static method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- extractEC(String, ECParameterSpec) - Method in class org.apache.sshd.common.util.buffer.Buffer
- extractEDDSAKeyPair(Buffer, String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- extractEncodedSignature(byte[], Collection<String>) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Makes an attempt to detect if the signature is encoded or pure data
- extractEncodedSignature(byte[], Predicate<? super String>) - Method in class org.apache.sshd.common.signature.AbstractSignature
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, byte[], PKCS8PrivateKeyInfo, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
-
Extracts the key pairs within a single delimited by markers block of lines.
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
F
- f - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- f - Variable in class org.apache.sshd.common.kex.DHG
- f - Variable in class org.apache.sshd.common.kex.ECDH
- f - Variable in class org.apache.sshd.common.kex.XDH
- f_bavail - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_bfree - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_blocks - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_bsize - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_favail - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_ffree - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_files - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_flag - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_frsize - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_fsid - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- f_namemax - Variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- factories - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- factories - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- factories - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- factories - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- factories - Variable in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- factories - Variable in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- factories - Variable in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- factories - Variable in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- factories - Variable in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- FactoriesListParseResult<T,
F extends NamedResource> - Class in org.apache.sshd.common.config - FactoriesListParseResult(List<F>, List<String>) - Constructor for class org.apache.sshd.common.config.FactoriesListParseResult
- factory - Variable in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- factory - Variable in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- factory - Variable in class org.apache.sshd.client.kex.DHGClient
- factory - Variable in class org.apache.sshd.client.kex.DHGEXClient
- factory - Variable in class org.apache.sshd.common.BaseBuilder
- factory - Variable in enum class org.apache.sshd.common.config.CompressionConfigValue
- factory - Variable in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- factory - Variable in class org.apache.sshd.common.kex.DHG
- factory - Variable in class org.apache.sshd.common.random.SingletonRandomFactory
- factory - Variable in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- factory - Variable in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- factory - Variable in class org.apache.sshd.server.kex.DHGEXServer
- factory - Variable in class org.apache.sshd.server.kex.DHGServer
- factory - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- factory - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- factory(Factory<T>) - Method in class org.apache.sshd.common.BaseBuilder
- Factory<T> - Interface in org.apache.sshd.common
-
Factory is a simple interface that is used to create other objects.
- FACTORY_NAME - Static variable in class org.apache.sshd.server.shell.ProcessShellCommandFactory
- FACTORY_NAME - Static variable in class org.apache.sshd.server.shell.UnknownCommandFactory
- factoryClass - Variable in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- factoryClassName - Variable in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- FactoryManager - Interface in org.apache.sshd.common
-
This interface allows retrieving all the
NamedFactory
used in the SSH protocol. - FactoryManagerHolder - Interface in org.apache.sshd.common
- factoryName - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- factoryName - Variable in enum class org.apache.sshd.common.digest.BuiltinDigests
- factoryName - Variable in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- factoryName - Variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- factoryName - Variable in enum class org.apache.sshd.common.signature.BuiltinSignatures
- FAIL - Static variable in interface org.apache.sshd.common.util.io.LineDataConsumer
-
Throws
StreamCorruptedException
with the invoked line data - failed(Throwable, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
- FAILING - Static variable in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
-
A resolver that fails on all input
- FAILING - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
A resolver that fails on all input
- FALLBACK_SSH_VERSION_PREFIX - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Backward compatible special prefix
- FALSE - Static variable in interface org.apache.sshd.common.OptionalFeature
- FALSE_SETTING - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- FALSE_VALUES - Static variable in class org.apache.sshd.common.PropertyResolverUtils
-
Case insensitive
NavigableSet
of values consideredfalse
byPropertyResolverUtils.parseBoolean(String)
- falsum() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- FATAL - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- FidoProviderExtension(String) - Constructor for class org.apache.sshd.agent.SshAgentKeyConstraint.FidoProviderExtension
-
Creates a new
SshAgentKeyConstraint.FidoProviderExtension
. - field - Variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- FIELD_NAME_EXTRACTOR - Static variable in class org.apache.sshd.common.util.ReflectionUtils
- file - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- file - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- file - Variable in class org.apache.sshd.sftp.server.Handle
- FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Size in bytes of the opaque handle value
- fileAttributes - Variable in class org.apache.sshd.sftp.server.FileHandle
- FILEATTRS_RESOLVERS - Static variable in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
A case insensitive
NavigableMap
ofFileInfoExtractor
s to be used to complete attributes that are deemed important enough to warrant an extra effort if not accessible via the file system attributes views - fileChannel - Variable in class org.apache.sshd.sftp.server.FileHandle
- FileHandle - Class in org.apache.sshd.sftp.server
- FileHandle(SftpSubsystem, Path, String, int, int, Map<String, Object>) - Constructor for class org.apache.sshd.sftp.server.FileHandle
- fileHandleSize - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- FileHostKeyCertificateProvider - Class in org.apache.sshd.common.keyprovider
- FileHostKeyCertificateProvider(Path) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileHostKeyCertificateProvider(Path...) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileHostKeyCertificateProvider(Collection<? extends Path>) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileInfoExtractor<T> - Interface in org.apache.sshd.common.util.io
- fileKey() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- FILEKEY_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- FileKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
This host key provider loads private keys from the specified files.
- FileKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Path) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Path...) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Collection<? extends Path>) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- fileList - Variable in class org.apache.sshd.sftp.server.DirectoryHandle
- filename - Variable in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- FilenameCharset() - Constructor for class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- FilenameCharset(String) - Constructor for class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- FilenameCharsetParser - Class in org.apache.sshd.sftp.common.extensions
-
Parses the "filename-charset" extension
- FilenameCharsetParser() - Constructor for class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser
- FilenameCharsetParser.FilenameCharset - Class in org.apache.sshd.sftp.common.extensions
-
Encapsulates the "filename-charset" extension information
- FilenameTranslationControlExtension - Interface in org.apache.sshd.sftp.client.extensions
-
Implements "filename-translation-control" extension
- FilenameTranslationControlExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "filename-translation-control" extension command
- FilenameTranslationControlExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.FilenameTranslationControlExtensionImpl
- FilenameTranslationControlExtensionImpl(SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.FilenameTranslationControlExtensionImpl
- fileOpenAttributes - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- fileOpener - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- FileOperation() - Constructor for enum class org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
- filePasswordProvider - Variable in class org.apache.sshd.client.ClientBuilder
- filePasswordProvider - Variable in class org.apache.sshd.client.SshClient
- filePasswordProvider(FilePasswordProvider) - Method in class org.apache.sshd.client.ClientBuilder
- FilePasswordProvider - Interface in org.apache.sshd.common.config.keys
- FilePasswordProvider.ResourceDecodeResult - Enum Class in org.apache.sshd.common.config.keys
- FilePasswordProviderHolder - Interface in org.apache.sshd.common.config.keys
- FilePasswordProviderManager - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- files - Variable in class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- files - Variable in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- fileSize - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- fileSystem - Variable in class org.apache.sshd.common.file.util.BasePath
- fileSystem - Variable in class org.apache.sshd.scp.common.ScpHelper
- fileSystem - Variable in class org.apache.sshd.server.command.AbstractFileSystemCommand
- fileSystem - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- fileSystemAccessor - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- fileSystemAccessor - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- fileSystemAccessor - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- FileSystemAware - Interface in org.apache.sshd.common.file
-
Interface that can be implemented by a command to be able to access the file system in which this command will be used.
- fileSystemFactory - Variable in class org.apache.sshd.common.BaseBuilder
- fileSystemFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- fileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.BaseBuilder
- FileSystemFactory - Interface in org.apache.sshd.common.file
-
Factory for file system implementations - it returns the file system for user.
- fileSystemProvider - Variable in class org.apache.sshd.common.file.util.BaseFileSystem
- fileSystems - Variable in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- fileSystems - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- fileTypeToPermission(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Converts a file type into a POSIX permission mask value
- FileWatcherKeyPairResourceLoader - Class in org.apache.sshd.common.config.keys.loader
-
Tracks a file containing
KeyPair
-s an re-loads it whenever a change has been sensed in the monitored file (if it exists) - FileWatcherKeyPairResourceLoader(Path, KeyPairResourceLoader) - Constructor for class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- FileWatcherKeyPairResourceLoader(Path, KeyPairResourceLoader, LinkOption...) - Constructor for class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- fill(byte[]) - Method in interface org.apache.sshd.common.random.Random
-
Fill the buffer with random values
- fill(byte[], int, int) - Method in class org.apache.sshd.common.random.JceRandom
- fill(byte[], int, int) - Method in interface org.apache.sshd.common.random.Random
-
Fill part of bytes with random values.
- fill(byte[], int, int) - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- fill(byte[], int, int) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- fillData() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- fillWithDefaultValues() - Method in class org.apache.sshd.client.ClientBuilder
- fillWithDefaultValues() - Method in class org.apache.sshd.common.BaseBuilder
- fillWithDefaultValues() - Method in class org.apache.sshd.server.ServerBuilder
- filter - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- filter - Variable in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- filter - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- filterToNotBlank(List<String>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findBestMatch(Iterable<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Finds the best match out of the given ones.
- findBestMatch(Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Finds the best match out of the given ones.
- findBestMatch(Iterator<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Finds the best match out of the given ones.
- findByName(String, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
- findByOptionalWildcardAddress(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- findCertificates(Properties, LinkOption...) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- findChar(String, String) - Static method in class org.apache.sshd.common.channel.SttySupport
- findDigestByAlgorithm(String, Comparator<? super String>, Collection<? extends D>) - Static method in class org.apache.sshd.common.digest.DigestUtils
- findFactoryByAlgorithm(String, Comparator<? super String>, Collection<? extends F>) - Static method in class org.apache.sshd.common.digest.DigestUtils
- findFirstDifferentValueIndex(Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterable<? extends T>, Iterable<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterator<? extends T>, Iterator<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(List<? extends T>, List<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(List<? extends T>, List<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstMatchByName(Collection<String>, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
- findFirstMatchingMember(Predicate<? super T>, Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstMatchingMember(Predicate<? super T>, T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstNonZeroIndex(byte...) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- findFlag(String, String) - Static method in class org.apache.sshd.common.channel.SttySupport
- findIdentities(Properties, LinkOption...) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- findIdentityIndex(List<?>, Comparator<? super Object>, Object) - Static method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- findKnownHostEntry(ClientSession, SocketAddress, Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- findMarkerLine(List<String>, int, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Attempts to locate a line that contains one of the markers
- findMarkerLine(List<String>, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Attempts to locate a line that contains one of the markers
- findMatchingEntries(String, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Locates all the matching entries for a give host name / address
- findMatchingEntries(String, HostConfigEntry...) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Locates all the matching entries for a give host name / address
- findMatchingEntry(String, boolean, int, Collection<? extends LocalForwardingEntry>) - Static method in class org.apache.sshd.common.forward.LocalForwardingEntry
- findMatchingEntry(String, int, Collection<? extends LocalForwardingEntry>) - Static method in class org.apache.sshd.common.forward.LocalForwardingEntry
- findMatchingKey(PublicKey, PublicKey...) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- findMatchingKey(PublicKey, Collection<? extends PublicKey>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- findMatchingOptionalWildcardEntry(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- findPromptComponentLastPosition(String, String) - Static method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
- findSecurityProviderRegistrarBySecurityEntity(Predicate<? super SecurityProviderRegistrar>, Collection<? extends SecurityProviderRegistrar>) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- findSupporterByKeyTypeName(String, Collection<? extends S>) - Static method in interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
- finished - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- finished - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- finished - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- finishWrite(IoWriteFutureImpl, int) - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- finishWrite(Nio2DefaultIoWriteFuture) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- FIRST_AUTHCMD - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
On first
SSH_MSG_USERAUTH_XXX
extension command - FIRST_FAILURE - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
On first
SSH_MSG_USERAUTH_FAILURE
- FIRST_KEX_PACKET_GUESS_MATCHES - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- FIRST_REQUEST - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
On first
SSH_MSG_USERAUTH_REQUEST
- firstKexPacketFollows - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- firstLine(String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- FixedLoginConfiguration(String, String) - Constructor for class org.apache.sshd.server.auth.gss.CredentialHelper.FixedLoginConfiguration
- fixedVersionSelector(int) - Static method in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
Creates a selector the always returns the requested (fixed version) regardless of what the current or reported available versions are.
- FLAG_USER_PRESENCE - Static variable in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- flags - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- FLDBASE - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- FLDSIZE_X - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- FLDSIZE_Y - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- flipMap(Map<? extends K, ? extends V>, Supplier<? extends M>, boolean) - Static method in class org.apache.sshd.common.util.MapEntryUtils
-
Flips between keys and values of an input map
- flush() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- flush() - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- flush() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- flush() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- flushPendingQueue() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- followLinks(LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
- force(boolean) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- forceClear(boolean) - Method in class org.apache.sshd.common.session.SessionWorkBuffer
- forEach(Iterable<? extends T>, Consumer<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- format(String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- format(Locale, String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- formatExceptionMessage(Function<? super String, ? extends E>, String, Object...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Generates an exception whose message is prefixed by the future simple class name +
identifier
as a hint to the context of the failure. - formatMessage(String, Object...) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Formats an
slf4j
message using its formatting structure - mainly the usage of positional arguments - e.g., "Value1={}, Value2={}, ..." - forResource(Object) - Static method in interface org.apache.sshd.common.util.io.resource.IoResource
-
Attempts to find the best wrapper for the resource
- FORWARD_REQUEST_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Used to configure the timeout (milliseconds) for receiving a response for the forwarding request
- Forwarded - Enum constant in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- Forwarded - Enum constant in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- ForwardedTcpipFactory - Class in org.apache.sshd.server.forward
- ForwardedTcpipFactory() - Constructor for class org.apache.sshd.server.forward.ForwardedTcpipFactory
- Forwarder - Interface in org.apache.sshd.common.forward
-
TODO Add javadoc
- FORWARDER_BUFFER_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Property that can be set on the factory manager in order to control the buffer size used to forward data from the established channel
- forwarderFactory - Variable in class org.apache.sshd.common.BaseBuilder
- forwarderFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- forwarderFactory(ForwarderFactory) - Method in class org.apache.sshd.common.BaseBuilder
- ForwarderFactory - Interface in org.apache.sshd.common.forward
-
A factory for creating forwarder objects for client port forwarding
- forwarderHolder - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- forwardingFilter - Variable in class org.apache.sshd.common.BaseBuilder
- forwardingFilter - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- forwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.common.BaseBuilder
- ForwardingFilter - Interface in org.apache.sshd.server.forward
-
Determines if a forwarding request will be permitted.
- ForwardingTunnelEndpointsProvider - Interface in org.apache.sshd.common.forward
- FPE - Enum constant in enum class org.apache.sshd.server.Signal
- fromAlgorithm(String) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromAlgorithm(String) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
- fromAuthorizedEntries(Object, ServerSession, Collection<? extends AuthorizedKeyEntry>, PublicKeyEntryResolver) - Static method in interface org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
- fromCode(int) - Static method in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- fromCurveName(String) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromCurveParameters(ECParameterSpec) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromCurveSize(int) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromDERValue(int) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Class
-
The first byte in DER encoding is made of following fields
- fromDERValue(int) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Type
-
The first byte in DER encoding is made of following fields
- fromDigest(Digest) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
- fromECKey(ECKey) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromEnumName(String) - Static method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- fromFactory(NamedFactory<? extends Digest>) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
- fromFactory(NamedFactory<Cipher>) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- fromFactory(NamedFactory<Mac>) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- fromFactory(NamedFactory<Signature>) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- fromFactoryClass(Class<?>) - Static method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- fromFactoryName(String) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- fromFactoryName(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- fromFactoryName(String) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- fromHex(char, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- fromIndicatorValue(int) - Static method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- fromInstance(Object) - Static method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- fromInt(int) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- fromKey(Key) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyPair(KeyPair) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyType(Class<?>) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyType(String) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromKeyTypeName(String) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromMPIntBytes(byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- fromName(String) - Static method in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- fromName(String) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- fromName(String) - Static method in enum class org.apache.sshd.common.channel.RequestHandler.Result
- fromName(String) - Static method in enum class org.apache.sshd.common.config.CompressionConfigValue
- fromName(String) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- fromName(String) - Static method in enum class org.apache.sshd.common.config.LogLevelValue
- fromName(String) - Static method in enum class org.apache.sshd.common.config.SyslogFacilityValue
- fromName(String) - Static method in enum class org.apache.sshd.common.kex.KexProposalOption
- fromName(String) - Static method in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
- fromName(String) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Class
- fromName(String) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Type
- fromName(String) - Static method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- fromName(String) - Static method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- fromName(String) - Static method in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- fromOID(String) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromOIDValue(List<? extends Number>) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- fromOpenOptions(Collection<? extends OpenOption>) - Static method in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
-
Converts
StandardOpenOption
-s intoSftpClient.OpenMode
-s - fromProposalIndex(int) - Static method in enum class org.apache.sshd.common.kex.KexProposalOption
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.BaseProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.BooleanProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.CharsetProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.DurationInSecondsProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.DurationProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.EnumProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.IntegerProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.LongProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.ObjectProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.StringProperty
- fromString(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- fromString(String) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
- fromString(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- fromString(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- fromString(String) - Static method in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- fromString(String) - Static method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- fromType(Class<?>) - Static method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- fromTypeValue(int) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Class
- fromTypeValue(int) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Type
- fromValueChar(char) - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
- fs - Variable in class org.apache.sshd.common.file.util.MockPath
- fs - Variable in class org.apache.sshd.sftp.client.fs.SftpFileStore
- fsSessionInitializer - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- FstatVfsExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
- FstatVfsExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.FstatVfsExtensionParser
- fsync(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHFsyncExtensionImpl
- fsync(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.extensions.openssh.OpenSSHFsyncExtension
- FsyncExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
- FsyncExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.FsyncExtensionParser
- FULL_TIME_VALUE_FORMATTER - Static variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- FullAccessSftpClient - Interface in org.apache.sshd.sftp.client
-
Provides both structured and raw SFTP access
- fullPath - Variable in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- future - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- future - Variable in class org.apache.sshd.common.util.closeable.SimpleCloseable
- futureDone(IoWriteFuture) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- futureLock - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
Lock object for
Future
-s based on this closeable instance - futures - Variable in class org.apache.sshd.common.util.closeable.FuturesCloseable
- FuturesCloseable<T extends SshFuture> - Class in org.apache.sshd.common.util.closeable
- FuturesCloseable(Object, Object, Iterable<? extends SshFuture<T>>) - Constructor for class org.apache.sshd.common.util.closeable.FuturesCloseable
- fValue - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
G
- g - Variable in class org.apache.sshd.client.kex.DHGEXClient
- g - Variable in class org.apache.sshd.common.kex.DHG
- g - Variable in class org.apache.sshd.server.kex.Moduli.DhGroup
- G(GSSManager) - Constructor for class org.apache.sshd.server.auth.gss.CredentialHelper.G
- GENERAL_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- GENERALIZED_TIME - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- generate(SessionContext, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Extracts and generates random art entries for all key in the provider
- generateChallenge(ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- generateChallenge(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Generates the interactive "challenge" to send to the client
- generateEdDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- generateEDDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- generateEDDSAPublicKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- generateEDDSAPublicKey(String, byte[]) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- generateFileHandle(Path) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- generateKeyPair() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- generateKeyPair(int) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- generateKeyPair(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- generateKeyPair(String, int) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- generateMnemonicMap(Class<?>, String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all fields that are
public static final
that start with the given common prefix (case sensitive) and are of typeNumber
. - generateMnemonicMap(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static final
fields that are also accepted by the predicate. - generatePrivateKey(KeySpec) - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- generatePublicKey(String, S) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- generatePublicKey(KeySpec) - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- GenericMapPopulator(M) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- GenericUtils - Class in org.apache.sshd.common.util
- GenericUtils() - Constructor for class org.apache.sshd.common.util.GenericUtils
- gensalt() - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
- gensalt(int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt(int, SecureRandom) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- GENSALT_DEFAULT_LOG2_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- get() - Method in interface org.apache.sshd.common.Factory
- get() - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- get() - Method in interface org.apache.sshd.common.util.ObjectBuilder
- get(int) - Static method in enum class org.apache.sshd.server.Signal
-
Retrieves a signal value given its numeric value
- get(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- get(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- get(String) - Static method in enum class org.apache.sshd.server.Signal
-
Retrieves a signal value given its name
- get(PropertyResolver) - Method in class org.apache.sshd.common.Property.BaseProperty
- get(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- get(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
- getAcceptanceAddress() - Method in interface org.apache.sshd.common.io.IoSession
- getAcceptanceAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getAccessMask() - Method in class org.apache.sshd.sftp.server.FileHandle
- getAccessTime() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getAcl() - Method in class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- getAcl() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getAclCapabilityName(int) - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- getAclCapabilityNamesMap() - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- getAclCapabilityValue(String) - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- getAclCapabilityValuesMap() - Static method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- getActiveSessionCountForUser(String) - Method in class org.apache.sshd.server.session.AbstractServerSession
- getActiveSessionCountForUser(String) - Method in interface org.apache.sshd.server.session.ServerSession
-
Retrieve the current number of sessions active for a given username.
- getActiveSessions() - Method in class org.apache.sshd.server.SshServer
-
Obtain the list of active sessions.
- getAgent() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
- getAgent() - Method in class org.apache.sshd.agent.local.LocalAgentFactory
- getAgentFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the agent factory for creating
SshAgent
objects. - getAgentFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getAgentForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
- getAgentForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
- getAgentForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
- getAgentForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getAlgorithm() - Method in interface org.apache.sshd.common.AlgorithmNameProvider
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getAlgorithm() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.CipherNone
- getAlgorithm() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getAlgorithm() - Method in class org.apache.sshd.common.digest.BaseDigest
- getAlgorithm() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- getAlgorithm() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- getAlgorithm() - Method in class org.apache.sshd.common.mac.BaseMac
- getAlgorithm() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- getAlgorithm() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getAlgorithm() - Method in class org.apache.sshd.common.signature.AbstractSignature
- getAlgorithm() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getAlgorithm() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getAlgorithm() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getAlgorithmIdentifier() - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- getAlgorithmIdentifier() - Method in interface org.apache.sshd.common.config.keys.loader.pem.KeyPairPEMResourceParser
- getAlgorithmIdentifier() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getAlgorithmParameter() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getAllEquivalentKeyTypes(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getAmbiguousMenmonics(Class<?>, String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static final
fields that have a common prefix and whose value is used by several of the other matching fields - getAmbiguousMenmonics(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static final
fields that are also accepted by the predicate and whose value is used by several of the other matching fields - getAmbiguousOpcodes() - Static method in class org.apache.sshd.common.SshConstants
- getAppConfigurationEntry(String) - Method in class org.apache.sshd.server.auth.gss.CredentialHelper.FixedLoginConfiguration
- getAppName() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- getAppName() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getAppName() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getAPrioriDisabledProviders() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getAsyncErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getAsyncErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getAsyncIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getAsyncIn() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getAsyncOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getAsyncOut() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getAttribute(Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getAttribute(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeRepository
-
Returns the value of the user-defined attribute.
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.sftp.server.Handle
- getAttributes() - Method in class org.apache.sshd.sftp.client.fs.SftpPath
-
Retrieves the cached
SftpClient.Attributes
of thisSftpPath
, if it has any. - getAttributes() - Method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
- getAttributes() - Method in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- getAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getAttributes(Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getAttributesCount() - Method in interface org.apache.sshd.common.AttributeRepository
- getAttributesCount() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getAttributesCount() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getAttributesCount() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getAttributesCount() - Method in class org.apache.sshd.sftp.server.Handle
- getAuthCommandName(int) - Static method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getAuthenticationTagSize() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getAuthenticationTagSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getAuthenticationTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- getAuthenticationTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
- getAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
- getAuthTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getAuthTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
- getAutoCloseableDelegate() - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- getAvailableKeyLengths() - Static method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- getAvailableStrings() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getAvailableStrings(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBasedir() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Returns the base directory to be scanned.
- getBasedir() - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- getBasePropertyName() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getBeginners() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getBlockSize() - Method in class org.apache.sshd.common.digest.BaseDigest
- getBlockSize() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- getBlockSize() - Method in interface org.apache.sshd.common.digest.DigestInformation
- getBlockSize() - Method in class org.apache.sshd.common.mac.BaseMac
- getBlockSize() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- getBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
- getBlockSize() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getBLString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
- getBool(Boolean) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- getBoolean() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBoolean(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getBoolean(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBoolean(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanProperty(String, boolean) - Method in interface org.apache.sshd.common.PropertyResolver
- getBooleanProperty(Map<String, ?>, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanProperty(PropertyResolver, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanSettingValue(int) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Object) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Map<PtyMode, ?>, Collection<PtyMode>, boolean) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Map<PtyMode, ?>, PtyMode) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- getBouncycastleKeyPairResourceParser() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getBoundAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- getBoundAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
- getBoundAddresses() - Method in interface org.apache.sshd.common.io.IoAcceptor
- getBoundAddresses() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- getBoundAddresses() - Method in class org.apache.sshd.server.SshServer
- getBoundLocalPortForwards(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getBoundLocalPortForwards(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getBoundLocalPortForwards(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getBoundRemotePortForward(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getBuffer() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- getBuffer() - Method in class org.apache.sshd.common.channel.IoWriteFutureImpl
- getBuffer() - Method in interface org.apache.sshd.common.io.IoReadFuture
- getBuffer() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
- getBuffer() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
- getBuildNumber() - Method in class org.apache.sshd.common.util.VersionInfo
- getBuiltinIdentitiesPaths(Path, Collection<String>) - Static method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- getByte() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getByte() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getBytes() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBytesConsumed() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBytesConsumed() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getCanonicalKeyType(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getCanonicalUser(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Remove
Windows
domain and/or group prefix as well as "(User);" suffix - getCapabilities() - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- getCaPubKey() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the CA public key of this certificate.
- getCaPubKey() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getCertificateFactory(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getCertificateOptions() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getCertificateOptions(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to PROTOCOL.certkeys: Critical Options is a set of bytes that is [overall length][name(string)][data(string)]...
- getCertPubKey() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the certified public key.
- getCertPubKey() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- getChannel() - Method in interface org.apache.sshd.common.channel.ChannelHolder
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- getChannel() - Method in class org.apache.sshd.common.channel.Window
- getChannel() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getChannel(byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getChannel(byte, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Retrieve the channel designated by the given packet
- getChannelDelegate() - Method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- getChannelFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for
Channel
objects. - getChannelFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
- getChannelForwardingFactories(FactoryManager) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
The channels are requested by the ssh server when forwarding a client request.
- getChannelGroup() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- getChannelId() - Method in exception org.apache.sshd.common.channel.exception.SshChannelException
- getChannelListenerProxy() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getChannelListenerProxy() - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
- getChannelListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getChannelListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getChannels() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getChannelState() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getChannelState() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getChannelStreamWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getChannelType() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- getChannelType() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getChannelType() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getCharset() - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- getCharset(String, Charset) - Method in interface org.apache.sshd.common.PropertyResolver
- getCharset(Map<String, ?>, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getCharset(PropertyResolver, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getCipher(long) - Method in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
-
Get the
Cipher
. - getCipher(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getCipherBlockSize() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getCipherBlockSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getCipherFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getCipherFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for
Cipher
. - getCipherFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getCipherFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getCipherFactoryName() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- getCipherInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getCipherInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current cipher information - Note: may change if key re-exchange executed
- getCipherInstance() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getCipherMode() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getCipherName() - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- getCipherName() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- getCiphers(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- getCipherType() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getClassValue() - Method in enum class org.apache.sshd.common.util.io.der.ASN1Class
- getClient() - Method in class org.apache.sshd.client.session.SessionFactory
- getClient() - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- getClient() - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- getClient() - Method in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- getClient() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getClient() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- getClient() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- getClient() - Method in class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
- getClient() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- getClient() - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- getClient() - Method in class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- getClient() - Method in interface org.apache.sshd.sftp.client.SftpClientHolder
- getClient2Server() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- getClientAddress() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getClientAddress() - Method in interface org.apache.sshd.server.session.ServerSession
- getClientChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
- getClientChannel() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- getClientChannel() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- getClientChannel() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- getClientHostKeys() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- getClientIdentities(SessionContext) - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getClientIdentities(SessionContext) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Provides a
KeyPair
representing the client identity - getClientIdentityLoader() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getClientIdentityLoader() - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderHolder
- getClientIdentityLoader() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getClientIdentityLoader() - Method in class org.apache.sshd.client.SshClient
- getClientInstance() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getClientKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getClientKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getClientKexProposals() - Method in interface org.apache.sshd.common.session.SessionContext
- getClientProxyConnector() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getClientProxyConnector() - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
- getClientProxyConnector() - Method in class org.apache.sshd.client.SshClient
- getClientSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- getClientSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- getClientSession() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getClientSession() - Method in interface org.apache.sshd.client.future.ConnectFuture
- getClientSession() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
- getClientSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
- getClientSession() - Method in interface org.apache.sshd.client.session.ClientSessionHolder
- getClientSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- getClientSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- getClientSession() - Method in class org.apache.sshd.scp.client.DefaultScpClient
- getClientSession() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getClientSession() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- getClientSession() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- getClientVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getClientVersion() - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve the client version for this session.
- getCode() - Method in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- getCombinedBoundAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
A combined address using the following logic: If original requested local binding has a specific port and non-wildcard address then use the local binding as-is If original requested local binding has a specific address but no specific port, then combine its address with the actual auto-allocated port at binding. If original requested local binding has neither a specific address nor a specific port then use the effective bound address.
- getCommand() - Method in class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
- getCommand() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getCommand() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- getCommand() - Method in class org.apache.sshd.server.shell.UnknownCommand
- getCommandBuffer(int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- getCommandBuffer(Object) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- getCommandBuffer(Object, int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- getCommandFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the
CommandFactory
to be used to process commands requests. - getCommandFactory() - Method in class org.apache.sshd.server.SshServer
- getCommandMessageName(int) - Static method in class org.apache.sshd.agent.SshAgentConstants
-
Converts a command value to a user-friendly name
- getCommandMessageName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts a command value to a user-friendly name
- getCommandMessageName(int) - Static method in class org.apache.sshd.sftp.common.SftpConstants
-
Converts a command value to a user-friendly name
- getCommandType() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- getCommandType() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- getComment() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- getComment() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- getCompactClone(byte[]) - Static method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
- getCompactClone(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
- getCompactData() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getComparablePath(String) - Static method in class org.apache.sshd.common.util.OsUtils
- getCompletedFuture() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- getCompression() - Method in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- getCompression(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- getCompressionFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getCompressionFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for
Compression
. - getCompressionFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getCompressionFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getCompressionInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getCompressionInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current compression information - Note: may change if key re-exchange executed
- getConfigLine() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getConfigurationPropertyName(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getConnectAddress() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getConnectAddress() - Method in interface org.apache.sshd.client.session.ClientSession
-
Returns the original address (after having been translated through host configuration entries if any) that was request to connect.
- getConnectionContext() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getConnectionContext() - Method in interface org.apache.sshd.client.session.ClientSession
- getConnectionService() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getConnectionService() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getConnectionService() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getConnectionService() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getConnectTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- getConnectTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
- getConnectTimeout() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getCreateTime() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getCredentials() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getCriticalOptions() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the critical options set in the certificate.
- getCriticalOptions() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getCurrentPasswordCandidate() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- getCurrentServiceName() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- getCurrentUser() - Static method in class org.apache.sshd.common.util.OsUtils
-
Get current user name
- getCurveSize(ECParameterSpec) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- getData() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Retrieves the data.
- getDefault() - Method in class org.apache.sshd.common.Property.BaseProperty
- getDefault() - Method in interface org.apache.sshd.common.Property
- getDefault() - Method in class org.apache.sshd.common.Property.Validating
- getDefaultAuthorizedKeysFile() - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- getDefaultBlockSize() - Method in class org.apache.sshd.common.mac.BaseMac
- getDefaultBlockSize() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- getDefaultBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
- getDefaultBlockSize() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getDefaultBuiltinIdentitiesPaths() - Static method in class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- getDefaultBuiltinIdentitiesPaths(Path) - Static method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- getDefaultDir() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getDefaultDir() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getDefaultDirectory() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- getDefaultDirectory() - Method in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- getDefaultFingerPrintFactory() - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getDefaultHomeDir() - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getDefaultHostConfigFile() - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getDefaultIoServiceFactoryFactoryInstance() - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- getDefaultKeysFolderPath() - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getDefaultKnownHostsFile() - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getDefaultListeners() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getDefaultProviderChoice() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getDefaultSecurityEntitySupportValue(Class<?>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getDefaultSecurityEntitySupportValue(Class<?>) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getDelegate() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getDelegateCommandFactory() - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- getDelegatePublicKey() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- getDelegatePublicKey() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getDelegatePublicKey() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getDelegateShellFactory() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getDelegateVerifier() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- getDescription() - Method in enum class org.apache.sshd.common.kex.KexProposalOption
- getDestinationSession() - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- getDH() - Method in class org.apache.sshd.client.kex.DHGClient
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.client.kex.DHGEXClient
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.server.kex.DHGEXServer
- getDigester() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getDigestForParams() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getDigestValue() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getDisconnectCode() - Method in exception org.apache.sshd.common.SshException
- getDisconnectReasonName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts a disconnect reason value to a user-friendly name
- getDomain() - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- getDynamicIoAcceptor() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
- getE() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getEDDSAKeySize(Key) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAKeySize(Key) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPrivateKeyType() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAPrivateKeyType() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPublicKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAPublicKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPublicKeyType() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAPublicKeyType() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSASignature() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSASigner() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEffectiveLength() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- getEffectiveLength() - Method in class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- getEffectiveSecurityEntityName(Class<?>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Determines the "pure" security entity name - e.g., for
Cipher
s it strips the trailing transformation specification in order to extract the base cipher name - e.g., "AES/CBC/NoPadding" => "AES" - getElements() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- getEncoded() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getEncoded() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getEncoded() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getEncoding() - Method in class org.apache.sshd.scp.server.InputStreamReader
-
Returns the name of the encoding used to convert bytes into characters.
- getEnders() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getEndingMarkers() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getEndOfFileIndicatorValue(Buffer, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Retrieves the end-of-file indicator for
SSH_FXP_DATA
responses, provided the version is at least 6, and the buffer has enough available data - getEndOfListIndicatorValue(Buffer, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Retrieves the end-of-list indicator for
SSH_FXP_NAME
responses, provided the version is at least 6, and the buffer has enough available data - getEntityType() - Method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- getEnv() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the environment map
- getEnv() - Method in class org.apache.sshd.server.StandardEnvironment
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
- getEnvironment() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getEnvironment() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getEOLBytes() - Static method in class org.apache.sshd.common.util.io.IoUtils
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getErrorChannelDataReceiver() - Method in interface org.apache.sshd.sftp.server.SftpErrorDataChannelReceiverProvider
- getErrorChannelDataReceiver() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getErrorStatusDataHandler() - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getErrorStatusDataHandler() - Method in interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandlerProvider
- getErrorStatusDataHandler() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getErrorStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getErrorStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
- getErrorStream() - Method in class org.apache.sshd.server.shell.ProcessShell
- getEValue() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getEvent(Channel, String, V) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
- getEventListenerFilePath() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- getEventListenerFilePath() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- getEventListenerFilePath() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- getEventListenerFilePath() - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- getEventListenerFilePath() - Method in interface org.apache.sshd.scp.common.ScpTargetStreamResolver
- getException() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns the cause of the authentication failure.
- getException() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- getException() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- getException() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
- getException() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- getException() - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
- getException() - Method in interface org.apache.sshd.common.future.KeyExchangeFuture
-
Returns the cause of the exchange failure.
- getException() - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- getException() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
Returns the cause of the read failure.
- getException() - Method in interface org.apache.sshd.common.io.IoWriteFuture
- getException() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- getExchangeLanguageTag(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- getExchangeSubMethods(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- getExecutorService() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- getExecutorService() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getExecutorService() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- getExecutorService() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceCarrier
- getExecutorService() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getExecutorService() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- getExecutorService() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- getExecutorService() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getExecutorServiceFactory() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- getExecutorServiceProvider() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceProvider
- getExecutorServiceProvider() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- getExecutorServiceProvider() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getExitCallback() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getExitSignal() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getExitSignal() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getExitStatus() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getExitStatus() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getExitStatus() - Method in exception org.apache.sshd.scp.common.ScpException
- getExitStatusName(Integer) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- getExpiredValue() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getExtension(Class<? extends E>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getExtension(Class<? extends E>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- getExtension(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- getExtension(SftpClientExtensionFactory) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getExtension(SftpClientExtensionFactory) - Method in interface org.apache.sshd.sftp.client.SftpClient
- getExtensions() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the extensions set in the certificate.
- getExtensions() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getExtensions() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getExternalNetwork4Addresses() - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getF() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getFactoryByCurveSize(ECParameterSpec) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- getFactoryClass() - Method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- getFactoryClassName() - Method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- getFactoryManager() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getFactoryManager() - Method in interface org.apache.sshd.client.session.ClientSession
- getFactoryManager() - Method in interface org.apache.sshd.common.FactoryManagerHolder
- getFactoryManager() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getFactoryManager() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getFactoryManager() - Method in interface org.apache.sshd.server.session.ServerSession
- getFactoryManager() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- getFile() - Method in class org.apache.sshd.sftp.server.Handle
- getFileAttributes() - Method in class org.apache.sshd.sftp.server.FileHandle
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getFileChannel() - Method in class org.apache.sshd.sftp.server.FileHandle
- getFileHandle() - Method in class org.apache.sshd.sftp.server.Handle
- getFilename() - Method in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- getFileName() - Method in class org.apache.sshd.common.file.util.BasePath
- getFileName() - Method in class org.apache.sshd.common.file.util.MockPath
- getFileName() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- getFileName() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- getFileName() - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- getFileOwner(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Get file owner.
- getFilePasswordProvider() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getFilePasswordProvider() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getFilePasswordProvider() - Method in class org.apache.sshd.client.SshClient
- getFilePasswordProvider() - Method in interface org.apache.sshd.common.config.keys.FilePasswordProviderHolder
- getFileStore(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileStore(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileStore(Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getFileStoreAttributeView(Class<V>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getFileStores() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getFileStores() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getFileSystem() - Method in class org.apache.sshd.common.file.util.BasePath
- getFileSystem() - Method in class org.apache.sshd.common.file.util.MockPath
- getFileSystem() - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
- getFileSystem() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getFileSystem(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getFileSystem(URI) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileSystem(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileSystem(URI) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getFileSystem(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileSystemAccessor() - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getFileSystemAccessor() - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessorProvider
- getFileSystemAccessor() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getFileSystemFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the
FileSystemFactory
to be used to traverse the file system. - getFileSystemFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getFileSystemIdentifier(String, int, String) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getFileSystemIdentifier(URI) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
Uses the host, port and username to create a unique identifier
- getFileSystemIdentifier(ClientSession) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
Uses the remote host address, port and current username to create a unique identifier
- getFilter() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getFilter() - Method in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- getFilter() - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- getFingerPrint(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, String, Charset) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, String, Charset) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFirstExternalNetwork4Address() - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Returns the first external network address assigned to this machine or null if one is not found.
- getFlags() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getFormat() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getFormat() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getFormat() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getForwardedPort(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getForwardedPort(int) - Method in interface org.apache.sshd.common.forward.Forwarder
- getForwarder() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getForwarder() - Method in interface org.apache.sshd.common.session.ConnectionService
-
Retrieve the forwarder instance
- getForwarder() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getForwarder() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getForwarderFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the forwarder factory used to support forwarding.
- getForwarderFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the
ForwardingFilter
to be used by the SSH server. - getForwardingFilter() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getFullPath() - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- getFutureLock() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- getFValue() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getG() - Method in class org.apache.sshd.common.kex.DHG
- getG() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getG() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
- getGlobalRequestHandlers() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of global request handlers.
- getGlobalRequestHandlers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getGroup() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getGroupId() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getGroupKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
- getGSSAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the
GSSAuthenticator
to be used by the SSH server. - getGSSAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getGSSAuthenticator() - Method in class org.apache.sshd.server.SshServer
- getGSSCredential(GSSManager) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS accept credential suitable for the current environment.
- getGSSManager() - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS manager suitable for current environment.
- getH() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getH() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed
h
parameter - getHandle() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- getHandle() - Method in class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- getHash() - Method in class org.apache.sshd.common.kex.AbstractDH
- getHash() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getHash() - Method in class org.apache.sshd.common.kex.DHG
- getHash() - Method in class org.apache.sshd.common.kex.ECDH
- getHash() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
The message digest used by this key exchange algorithm.
- getHash() - Method in class org.apache.sshd.common.kex.XDH
- getHash(String, long, long, byte[]) - Method in class org.apache.sshd.sftp.client.extensions.helpers.MD5FileExtensionImpl
- getHash(String, long, long, byte[]) - Method in interface org.apache.sshd.sftp.client.extensions.MD5FileExtension
- getHash(SftpClient.Handle, long, long, byte[]) - Method in class org.apache.sshd.sftp.client.extensions.helpers.MD5HandleExtensionImpl
- getHash(SftpClient.Handle, long, long, byte[]) - Method in interface org.apache.sshd.sftp.client.extensions.MD5HandleExtension
- getHashedEntry() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getHost() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getHost() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getHost() - Method in class org.apache.sshd.scp.common.ScpLocation
- getHost() - Method in class org.apache.sshd.server.SshServer
- getHost() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getHostBasedAuthenticationReporter() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- getHostBasedAuthenticationReporter() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getHostBasedAuthenticationReporter() - Method in class org.apache.sshd.client.SshClient
- getHostBasedAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the
HostBasedAuthenticator
to be used by the SSH server. - getHostBasedAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getHostBasedAuthenticator() - Method in class org.apache.sshd.server.SshServer
- getHostConfigEntryResolver() - Method in interface org.apache.sshd.client.ClientFactoryManager
- getHostConfigEntryResolver() - Method in class org.apache.sshd.client.SshClient
- getHostEntry() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- getHostKey() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getHostKey() - Method in interface org.apache.sshd.server.session.ServerSession
- getHostKeyCertificateProvider() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- getHostKeyCertificateProvider() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getHostKeyCertificateProvider() - Method in class org.apache.sshd.server.SshServer
- getHostName() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getHostName() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getHostValueDigester(ClientSession, SocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked by
KnownHostsServerKeyVerifier.prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey)
in order to query whether to use a hashed value instead of a plain one for the written host name/address - default returnsnull
- i.e., no hashing - getId() - Method in class org.apache.sshd.agent.local.AgentServerProxy
- getId() - Method in class org.apache.sshd.agent.SshAgentKeyConstraint
-
Retrieves the protocol ID of this constraint.
- getId() - Method in interface org.apache.sshd.agent.SshAgentServer
- getId() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getId() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- getId() - Method in interface org.apache.sshd.common.channel.Channel
- getId() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves a free-form text set by the CA when the certificate was generated; intended to identify the identity principal in log message.
- getId() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getId() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- getId() - Method in interface org.apache.sshd.common.future.WaitableFuture
- getId() - Method in interface org.apache.sshd.common.io.IoSession
- getId() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getId() - Method in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- getId() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- getId() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getId() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getId() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getIdentifier() - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- getIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- getIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
- getIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
- getIdentities() - Method in interface org.apache.sshd.agent.SshAgent
- getIdentities() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getIdentitiesExtractor() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getIdentityFileName(String) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIdentityFileName(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- getIdentityFileName(String, String, String) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- getIdentityType(String) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIdentityType(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- getIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
- getIdleTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getIdleTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
- getIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getIn() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
- getIn() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
- getIncludes() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- getIndicatorValue() - Method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- getInitializedCipherInstance() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- getInitVector() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getInnerCloseable() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.ChannelSession
- getInnerCloseable() - Method in class org.apache.sshd.client.SshClient
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getInnerCloseable() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- getInnerCloseable() - Method in class org.apache.sshd.server.channel.ChannelSession
- getInnerCloseable() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getInnerCloseable() - Method in class org.apache.sshd.server.SshServer
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- getInputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getInputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Returns the output stream used to feed the shell.
- getInputStream() - Method in class org.apache.sshd.server.shell.ProcessShell
- getInstance() - Static method in class org.apache.sshd.common.util.IgnoringEmptyMap
- getInstance(String) - Method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- getInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getInteger(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getInteger(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getInteger(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getInteractionInstruction() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- getInteractionInstruction(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- getInteractionLanguage(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- getInteractionName() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- getInteractionName(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- getInteractionPrompt(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- getInterval() - Method in enum class org.apache.sshd.common.config.TimeValueConfig
- getIntProperty(String, int) - Method in interface org.apache.sshd.common.PropertyResolver
- getIntProperty(Map<String, ?>, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getIntProperty(PropertyResolver, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getInvertedErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getInvertedErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getInvertedIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getInvertedIn() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Access to an output stream to send data directly to the remote channel.
- getInvertedOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getInvertedOut() - Method in interface org.apache.sshd.client.channel.ClientChannel
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getIoResource(SessionContext, String) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getIoResource(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- getIoResource(SessionContext, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- getIoServiceEventListener() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- getIoServiceEventListener() - Method in interface org.apache.sshd.common.io.IoServiceEventListenerManager
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- getIoServiceFactory() - Method in interface org.apache.sshd.common.FactoryManager
- getIoServiceFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getIoServiceFactoryFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getIoServiceProvider() - Method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- getIoSession() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getIoSession() - Method in interface org.apache.sshd.common.session.Session
- getIoSession() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getIterables() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- getIV() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- getIVSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getIVSize() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getIVSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getIVSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getIVSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getJavaVersion() - Static method in class org.apache.sshd.common.util.OsUtils
-
Resolves the reported Java version by consulting
OsUtils.JAVA_VERSION_OVERRIDE_PROP
. - getK() - Method in class org.apache.sshd.common.kex.AbstractDH
- getK() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getK() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed k parameter
- getKdfOptions() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- getKdfOptions() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
-
Retrieves the KDF options used.
- getKdfRounds() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Retrieves the number of KDF rounds to apply.
- getKdfSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getKdfSize() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getKdfSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getKdfSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getKdfSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getKex() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getKex() - Method in interface org.apache.sshd.common.session.Session
- getKexExtensionHandler() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getKexExtensionHandler() - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
- getKexFactories(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- getKexNegotiationResult() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getKexNegotiationResult() - Method in interface org.apache.sshd.common.session.SessionContext
- getKexState() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getKexState() - Method in interface org.apache.sshd.common.session.SessionContext
- getKeyAgreement(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyboardInteractiveAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the
KeyboardInteractiveAuthenticator
to be used by the SSH server. - getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.SshServer
- getKeyClass() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getKeyData() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyDataResolver() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyEntry() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getKeyExchangeFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getKeyExchangeFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for
KeyExchange
. - getKeyFactory(String) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getKeyFactory(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- getKeyIdentity() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- getKeyIdentity() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- getKeyIdentity() - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.SshClient
- getKeyIdentityProvider() - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProviderHolder
- getKeyPair() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getKeyPair(Collection<? extends Map.Entry<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- getKeyPairGenerator() - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- getKeyPairGenerator(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyPairProvider() - Method in interface org.apache.sshd.common.keyprovider.KeyPairProviderHolder
-
Retrieve the
KeyPairProvider
that will be used to find the host key to use on the server side or the user key on the client side. - getKeyPairProvider() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getKeyPairProvider() - Method in class org.apache.sshd.server.SshServer
- getKeyPairResourceLoader() - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- getKeyPairResourceParser() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeySet() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- getKeySize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getKeySize() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getKeySize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getKeySize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getKeySize() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getKeySize() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- getKeySize() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- getKeySize() - Method in interface org.apache.sshd.common.keyprovider.KeySizeIndicator
- getKeySize() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getKeySize(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Determines the key size in bits
- getKeySpec() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getKeyType() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getKeyType() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the SSH key type of this certificate.
- getKeyType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getKeyType() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyType() - Method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
- getKeyType(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getKeyType(KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getKeyTypes(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- getKeyTypes(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- getKnownHostSupplier(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- getLanguage() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- getLanguageTag() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- getLastAccessTime() - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- getLastModifiedTime() - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- getLength() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getLength() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- getLine() - Method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- getLineLevelAppender() - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- getLinkOptions(boolean) - Static method in class org.apache.sshd.common.util.io.IoUtils
- getLocalAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- getLocalAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
- getLocalAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getLocalAddress() - Method in interface org.apache.sshd.common.session.Session
- getLocalAddress() - Method in interface org.apache.sshd.common.util.net.ConnectionEndpointsIndicator
- getLocalAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getLocalBasicFileAttributes(Session, Path, LinkOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
- getLocalFilePermissions(Session, Path, LinkOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
- getLocalFolderChildren(Session, Path) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked when required to send all children of a local directory
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getLocalForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getLocalIoAcceptor() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getLocalSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
- getLocalWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getLocalWindow() - Method in interface org.apache.sshd.common.channel.Channel
- getLocations() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getLocations(String, Properties, LinkOption...) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- getLoggingLevel() - Method in enum class org.apache.sshd.common.config.LogLevelValue
- getLoginOptions() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- getLong() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getLong(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getLong(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getLong(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLong(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLongFilename() - Method in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- getLongName(String, Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Creates an "ls -l" compatible long name string
- getLongName(Path, String, boolean, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getLongName(Path, String, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getLongName(Path, String, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getLongName(Path, String, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getLongProperty(String, long) - Method in interface org.apache.sshd.common.PropertyResolver
- getLongProperty(Map<String, ?>, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLongProperty(PropertyResolver, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLowerCaseValue() - Method in enum class org.apache.sshd.common.config.TimeValueConfig
- getMac() - Method in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- getMac(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMacFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getMacFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for
Mac
. - getMacFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getMacFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- getMacInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getMacInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current MAC information - Note: may change if key re-exchange executed
- getMacs(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- getMajorVersion() - Method in class org.apache.sshd.common.util.VersionInfo
- getManagedSessions() - Method in interface org.apache.sshd.common.io.IoService
-
Returns the map of all sessions which are currently managed by this service.
- getManagedSessions() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- getMappedSyspropKey(Object) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- getMarker() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getMatchingDeclaredFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- getMatchingFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- getMatchingFilesToSend(Session, Path, String) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked when required to send a pattern of files
- getMaxAllowedRounds() - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getMaxAuthTime() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getMaxCloseWaitTime(PropertyResolver) - Static method in interface org.apache.sshd.common.Closeable
- getMaxConnectTime() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getMaxDHGroupExchangeKeySize() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMaxSize() - Method in class org.apache.sshd.common.channel.Window
- getMessage() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw byte content of the certificate, minus the signature.
- getMessage() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getMessage() - Method in class org.apache.sshd.server.shell.UnknownCommand
- getMessageDigest() - Method in class org.apache.sshd.common.digest.BaseDigest
- getMessageDigest(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMetadataMap() - Method in interface org.apache.sshd.client.session.ClientSession
-
Access to the metadata.
- getMetadataMap() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- getMinDHGroupExchangeKeySize() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMinorVersion() - Method in class org.apache.sshd.common.util.VersionInfo
- getMnemonicFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static final
fields that are also accepted by the predicate. - getModifiedServerKeyAcceptor() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- getModifyTime() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getMPInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getMPIntAsBytes() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getName() - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- getName() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- getName() - Method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
- getName() - Method in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- getName() - Method in class org.apache.sshd.client.kex.DHGClient
- getName() - Method in class org.apache.sshd.client.kex.DHGEXClient
- getName() - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- getName() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getName() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getName() - Method in class org.apache.sshd.common.compression.BaseCompression
- getName() - Method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- getName() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- getName() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- getName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- getName() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Retrieves the name.
- getName() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- getName() - Method in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- getName() - Method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- getName() - Method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- getName() - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- getName() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- getName() - Method in interface org.apache.sshd.common.NamedResource
- getName() - Method in class org.apache.sshd.common.Property.BaseProperty
- getName() - Method in class org.apache.sshd.common.Property.Validating
- getName() - Method in class org.apache.sshd.common.random.AbstractRandomFactory
- getName() - Method in class org.apache.sshd.common.random.JceRandom
- getName() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- getName() - Method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- getName() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getName() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- getName() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- getName() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- getName() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- getName() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- getName() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- getName() - Method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- getName() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- getName() - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
- getName() - Method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- getName() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- getName() - Method in class org.apache.sshd.server.kex.DHGEXServer
- getName() - Method in class org.apache.sshd.server.kex.DHGServer
- getName() - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
- getName() - Method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- getName() - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- getName() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- getName() - Method in interface org.apache.sshd.sftp.client.SftpClient
- getName() - Method in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- getName() - Method in class org.apache.sshd.sftp.common.extensions.AbstractParser
- getName() - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- getName() - Method in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- getName() - Method in class org.apache.sshd.sftp.server.PrincipalBase
- getName() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getName() - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- getName(int) - Method in class org.apache.sshd.common.file.util.BasePath
- getName(int) - Method in class org.apache.sshd.common.file.util.MockPath
- getNameCount() - Method in class org.apache.sshd.common.file.util.BasePath
- getNameCount() - Method in class org.apache.sshd.common.file.util.MockPath
- getNameDecodingCharset() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- getNameDecodingCharset() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- getNameDecodingCharset() - Method in interface org.apache.sshd.sftp.client.SftpClient
- getNameList() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to RFC 4251: A name-list is represented as a uint32 containing its length (number of bytes that follow) followed by a comma-separated list of zero or more names.
- getNameList(char) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getNameList(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getNameList(Charset, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Parses a string that contains values separated by a delimiter
- getNameList(Collection<? extends NamedResource>) - Static method in interface org.apache.sshd.common.NamedResource
- getNames(Collection<? extends NamedResource>) - Static method in interface org.apache.sshd.common.NamedResource
- getNegotiatedKexParameter(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getNegotiatedKexParameter(KexProposalOption) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve one of the negotiated values during the KEX stage
- getNewline() - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- getNextChannelId() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getNextPowerOf2(int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getNextPowerOf2(int) - Static method in class org.apache.sshd.common.util.NumberUtils
- getNioWorkers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getNioWorkers(FactoryManager) - Static method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- getNonce() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the nonce of this certificate.
- getNonce() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getNTString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
- getNumeric() - Method in enum class org.apache.sshd.server.Signal
- getNumPointOctets() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getNumRegisteredListeners() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- getNumRounds() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
- getObjClass() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getObject(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getObject(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObject(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObject(PropertyResolver, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObjType() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getOctalPermissions(int) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getOctalPermissions(Collection<PosixFilePermission>) - Static method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- getOctalPermissions(Collection<PosixFilePermission>) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getOID() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getOIDValue() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getOpenErrorCodeName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts an open error value to a user-friendly name
- getOpenFuture() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getOpenOptions() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- getOpenOptions() - Method in class org.apache.sshd.sftp.server.FileHandle
- getOpenOptions(int, int) - Static method in class org.apache.sshd.sftp.server.FileHandle
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getOptions() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- getOptionValue() - Method in enum class org.apache.sshd.scp.client.ScpClient.Option
- getOrCreateProvider(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
Attempts to see if a provider with this name already registered.
- getOrCustomDefault(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.BaseProperty
- getOrCustomDefault(PropertyResolver, T) - Method in interface org.apache.sshd.common.Property
- getOrCustomDefault(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.Validating
- getOriginatorAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getOrNull(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- getOS() - Static method in class org.apache.sshd.common.util.OsUtils
- getOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getOutputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getOutputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
- getOutputStream() - Method in class org.apache.sshd.server.shell.ProcessShell
- getOwner() - Method in class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- getOwner() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- getOwner() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getP() - Method in class org.apache.sshd.client.kex.DHGEXClient
- getP() - Method in class org.apache.sshd.common.kex.DHG
- getP() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
- getP1() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getP14() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getP15() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getP16() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getP17() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getP18() - Static method in class org.apache.sshd.common.kex.DHGroupData
- getPacketSize() - Method in class org.apache.sshd.common.channel.Window
- getParameters() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- getParent() - Method in class org.apache.sshd.common.file.util.BasePath
- getParent() - Method in class org.apache.sshd.common.file.util.MockPath
- getParentPropertyResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getParentPropertyResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.PropertyResolver
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.Service
- getParentPropertyResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getParsedFactories() - Method in class org.apache.sshd.common.config.FactoriesListParseResult
- getParsedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
- getParsedResources() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- getParsedServerExtensions() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getParsedServerExtensions(Map<String, byte[]>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getParsedValues() - Method in class org.apache.sshd.common.config.ListParseResult
- getPassword() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- getPassword() - Method in interface org.apache.sshd.common.auth.PasswordHolder
- getPassword() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getPassword(SessionContext, NamedResource, int) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
- getPasswordAuthenticationReporter() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- getPasswordAuthenticationReporter() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getPasswordAuthenticationReporter() - Method in class org.apache.sshd.client.SshClient
- getPasswordAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the
PasswordAuthenticator
to be used by the SSH server. - getPasswordAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getPasswordAuthenticator() - Method in class org.apache.sshd.server.SshServer
- getPasswordFinder() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- getPasswordIdentityProvider() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
Retrieve
PasswordIdentityProvider
used to provide password candidates - getPasswordIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.SshClient
- getPath() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- getPath() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- getPath() - Method in class org.apache.sshd.scp.common.ScpLocation
- getPath() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getPath() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- getPath() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- getPath() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
-
The remotely accessed directory path
- getPath() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
-
The remotely accessed file path
- getPath() - Method in class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
-
The remotely accessed directory path
- getPath() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
-
The remotely accessed file path
- getPath() - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- getPath(String, String...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getPath(String, String...) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getPath(String, String...) - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getPath(URI) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getPath(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getPath(URI) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getPathResolutionLinkOption(int, String, Path) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getPaths() - Method in class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- getPaths() - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- getPattern() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- getPatterns() - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- getPEMResourceParserByAlgorithm(String) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPEMResourceParserByOid(String) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPEMResourceParserByOidValues(Collection<? extends Number>) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPendingMessagesQueue() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getPermissions() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- getPermissions() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- getPermissions() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- getPermissions() - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- getPermissions() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getPermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
If the "posix" view is supported, then it returns
Files.getPosixFilePermissions(Path, LinkOption...)
, otherwise uses theIoUtils.getPermissionsFromFile(File)
method - getPermissionsFromFile(File) - Static method in class org.apache.sshd.common.util.io.IoUtils
- getPort() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getPort() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- getPort() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getPort() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getPort() - Method in class org.apache.sshd.scp.common.ScpLocation
- getPort() - Method in class org.apache.sshd.server.SshServer
- getPort() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
- getPortForwardingEventListenerProxy() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getPrincipals() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the principals mentioned in the certificate.
- getPrincipals() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getPrivateKeyBytes() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getPrivateKeyEntryDecoder(Class<?>) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(Key) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(KeyPair) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyObfuscator() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getPrivateKeyType() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- getPrivateKeyType() - Method in interface org.apache.sshd.common.config.keys.Identity
- getPrivateKeyType() - Method in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
- getPrivateKeyType() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getPrompt() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- getPrompt() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- getPrompts() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- getProperties() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProperties() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- getProperties() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getProperties() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getProperties() - Method in interface org.apache.sshd.common.PropertyResolver
-
A map of properties that can be used to configure the SSH server or client.
- getProperties() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getProperties() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getProperties() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- getProperties() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getProperties() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- getProperty(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProperty(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getPropertyResolver() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getProposalIndex() - Method in enum class org.apache.sshd.common.kex.KexProposalOption
- getProtocol() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getProviders() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getProviders() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- getProxyJump() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProxyTarget() - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- getPtyColumns() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyColumns() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyColumns() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyHeight() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyHeight() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyHeight() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyLines() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyLines() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyLines() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyModes() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyModes() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyModes() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyModes() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the PTY modes settings
- getPtyModes() - Method in class org.apache.sshd.server.StandardEnvironment
- getPtyModeValue(PtyMode) - Method in class org.apache.sshd.server.channel.ChannelSession
- getPtyType() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyType() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyType() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyWidth() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- getPtyWidth() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyWidth() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPublicKey() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getPublicKey(BufferPublicKeyParser<? extends PublicKey>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getPublicKeyAuthenticationReporter() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- getPublicKeyAuthenticationReporter() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getPublicKeyAuthenticationReporter() - Method in class org.apache.sshd.client.SshClient
- getPublickeyAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the
PublickeyAuthenticator
to be used by SSH server. - getPublickeyAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getPublickeyAuthenticator() - Method in class org.apache.sshd.server.SshServer
- getPublicKeyEntryDecoder(Class<?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeysParser() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- getPublicKeyType() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- getPublicKeyType() - Method in interface org.apache.sshd.common.config.keys.Identity
- getPublicKeyType() - Method in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
- getPublicKeyType() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getPureValueBytes() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getPValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
- getRandomFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the
Random
factory to be used. - getRandomFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getRandomFactory() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRawBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getRawBytes(byte[], int, int) - Method in interface org.apache.sshd.common.util.Readable
- getRawECKey(String, ECParameterSpec, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- getRawFingerprint(PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawFingerprint(Digest, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getRawFingerprint(Digest, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getRawFingerprint(Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawFingerprint(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawKeyType() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw SSH key type of this certificate.
- getRawKeyType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getRawPublicKey() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawPublicKey(String, Buffer) - Method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- getRawPublicKey(BufferPublicKeyParser<? extends PublicKey>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawSignature() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw signature bytes, without the signature algorithm.
- getRawSignature() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getRead() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- getRead() - Method in interface org.apache.sshd.common.io.IoReadFuture
- getReadBufferSize() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getReadBufferSize() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getReadTimeout() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getReasonCode() - Method in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
The reason code as specified by RFC 4254.
- getReceiveBufferSize() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- getRecipient() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getRecipient() - Method in interface org.apache.sshd.common.channel.Channel
- getReferencedName(int, Buffer, int) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getRegisteredExtensionParser(String) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
- getRegisteredExtensionParserNames() - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
- getRegisteredExtensions() - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getRegisteredExtensions() - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- getRegisteredExtensions() - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- getRegisteredExtensions() - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- getRegisteredExtensions() - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- getRegisteredIdentities() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- getRegisteredIdentities() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getRegisteredIdentities() - Method in class org.apache.sshd.client.SshClient
- getRegisteredKeyDataEntryResolvers() - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getRegisteredKeyTypeAliases() - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRegisteredListeners() - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- getRegisteredManagers() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getRegisteredManagers() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
- getRegisteredManagers() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getRegisteredParser(String) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- getRegisteredParsers() - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- getRegisteredParsersNames() - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- getRegisteredPrivateKeyObfuscator(String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredPrivateKeyObfuscatorCiphers() - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredPrivateKeyObfuscators() - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredProvider(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRegisteredProviders() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRelativePath() - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- getRelease() - Method in class org.apache.sshd.common.util.VersionInfo
- getRemoteAddress() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- getRemoteAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getRemoteAddress() - Method in interface org.apache.sshd.common.session.Session
- getRemoteAddress() - Method in interface org.apache.sshd.common.util.net.ConnectionEndpointsIndicator
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getRemoteForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getRemotePath() - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- getRemoteSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
- getRemoteWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getRemoteWindow() - Method in interface org.apache.sshd.common.channel.Channel
- getRequestHandlers() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getRequestHandlers() - Method in interface org.apache.sshd.common.channel.Channel
- getRequestName() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- getRequired(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- getRequiredDefault() - Method in interface org.apache.sshd.common.Property
- getRequiredDefault() - Method in class org.apache.sshd.common.Property.Validating
- getRequiredKey() - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
- getReserved() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the "reserved" field of the certificate.
- getReserved() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getReservedSessionMessagesHandler() - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
- getResourceLoader() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getResourceLoader() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- getResources() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getResourceType() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getResourceType() - Method in interface org.apache.sshd.common.util.io.resource.IoResource
- getResourceValue() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getResourceValue() - Method in interface org.apache.sshd.common.util.io.resource.IoResource
- getRoot() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getRoot() - Method in class org.apache.sshd.common.file.util.BasePath
- getRoot() - Method in class org.apache.sshd.common.file.util.MockPath
- getRootDirectories() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getRootDirectories() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getRootDirectories() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getRootFileSystem() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getRootPath() - Method in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- getRootPath() - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- getRounds() - Method in exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- getRWXPermissions(int) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getSalt() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getSaltValue() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getScheduledExecutorService() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the
ScheduledExecutorService
to be used. - getScheduledExecutorService() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getScheme() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getScheme() - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getScheme() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getScpClientCreator() - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- getScpFileOpener() - Method in class org.apache.sshd.scp.client.AbstractScpClientCreator
- getScpFileOpener() - Method in interface org.apache.sshd.scp.common.ScpFileOpenerHolder
- getScpFileOpener() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- getScpTransferEventListener() - Method in class org.apache.sshd.scp.client.AbstractScpClientCreator
- getScpTransferEventListener() - Method in interface org.apache.sshd.scp.client.ScpClientCreator
- getSecurityProvider() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getSecurityProvider() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- getSecurityProvider() - Method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- getSeedValue(EdDSAPublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- getSendBufferSize() - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- getSeparator() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getSeparator() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getSeparator() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getSeparator() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- getSeparator() - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- getSeparator() - Method in class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- getSerial() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the serial number of this certificate.
- getSerial() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getServer() - Method in class org.apache.sshd.server.session.SessionFactory
- getServer2Client() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- getServerChannelSession() - Method in class org.apache.sshd.scp.server.ScpCommand
- getServerChannelSession() - Method in class org.apache.sshd.scp.server.ScpShell
- getServerChannelSession() - Method in interface org.apache.sshd.server.channel.ServerChannelSessionHolder
- getServerChannelSession() - Method in class org.apache.sshd.server.shell.ProcessShell
- getServerChannelSession() - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getServerExtensions() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- getServerExtensions() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- getServerExtensions() - Method in interface org.apache.sshd.sftp.client.SftpClient
- getServerKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getServerKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getServerKexProposals() - Method in interface org.apache.sshd.common.session.SessionContext
- getServerKey() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- getServerKey() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getServerKey() - Method in interface org.apache.sshd.client.session.ClientSession
-
Retrieves the server's key
- getServerKeyVerifier() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
Retrieve the server key verifier to be used to check the key when connecting to an SSH server.
- getServerKeyVerifier() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getServerKeyVerifier() - Method in class org.apache.sshd.client.SshClient
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getServerProxyAcceptor() - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.SshServer
- getServerSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- getServerSession() - Method in interface org.apache.sshd.server.channel.ServerChannel
- getServerSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getServerSession() - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
- getServerSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
- getServerSession() - Method in interface org.apache.sshd.server.session.ServerSessionHolder
- getServerSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- getServerSession() - Method in class org.apache.sshd.server.shell.ProcessShell
- getServerSession() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- getServerVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getServerVersion() - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve the server version for this session.
- getService() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- getService() - Method in interface org.apache.sshd.common.io.IoSession
- getService() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getService() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- getService(Class<T>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getService(Class<T>) - Method in interface org.apache.sshd.common.session.Session
-
Get the service of the specified type.
- getServiceFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of SSH
Service
factories. - getServiceFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getServices() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- getServices() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- getSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- getSession() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- getSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- getSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- getSession() - Method in interface org.apache.sshd.client.subsystem.SubsystemClient
- getSession() - Method in interface org.apache.sshd.common.auth.UserAuthInstance
- getSession() - Method in class org.apache.sshd.common.channel.AbstractChannel
- getSession() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getSession() - Method in interface org.apache.sshd.common.io.IoConnectFuture
- getSession() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- getSession() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- getSession() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getSession() - Method in interface org.apache.sshd.common.session.SessionHolder
- getSession() - Method in class org.apache.sshd.common.session.SessionWorkBuffer
- getSession() - Method in interface org.apache.sshd.scp.client.ScpClient
- getSession() - Method in class org.apache.sshd.scp.common.ScpHelper
- getSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- getSession() - Method in class org.apache.sshd.server.channel.ChannelSession
- getSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
- getSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- getSession() - Method in interface org.apache.sshd.server.shell.InvertedShell
- getSession() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getSession() - Method in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- getSession(IoSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the SSH session from the I/O session.
- getSession(IoSession, boolean) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the session SSH from the I/O session.
- getSessionContext() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- getSessionContext() - Method in interface org.apache.sshd.common.session.SessionContextHolder
- getSessionContext() - Method in interface org.apache.sshd.common.session.SessionHolder
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getSessionDisconnectHandler() - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
- getSessionFactory() - Method in class org.apache.sshd.client.SshClient
- getSessionFactory() - Method in class org.apache.sshd.server.SshServer
- getSessionHeartbeatInterval() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- getSessionHeartbeatType() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- getSessionId() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getSessionId() - Method in interface org.apache.sshd.common.session.SessionContext
- getSessionListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getSessionListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- getSessionListenerProxy() - Method in interface org.apache.sshd.common.session.SessionListenerManager
- getSessionState() - Method in interface org.apache.sshd.client.session.ClientSession
- getSessionState() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- getSftpClient() - Method in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- getSftpClientFactory() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getSftpClientFactory() - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- getSftpErrorDataHandler() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getSftpErrorDataHandler() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getSftpEventListenerProxy() - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- getSftpEventListenerProxy() - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getSftpEventListenerProxy() - Method in interface org.apache.sshd.sftp.server.SftpEventListenerManager
- getSftpFileSystemClientSessionInitializer() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getSftpVersionSelector() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getSftpVersionSelector() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- getShellFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the
ShellFactory
object to be used to create shells. - getShellFactory() - Method in class org.apache.sshd.server.SshServer
- getShort() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getShortName(Path) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.StandardEnvironment
-
Retrieves the set of listeners registered for a signal
- getSignature() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the signature of the certificate, including the signature algorithm.
- getSignature() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getSignature() - Method in class org.apache.sshd.common.signature.AbstractSignature
- getSignature(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getSignatureAlgorithm() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the signature algorithm used for the signature.
- getSignatureAlgorithm() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getSignatureAlgorithm(String, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- getSignatureFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- getSignatureFactories() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- getSignatureFactories() - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- getSignatureFactories(SignatureFactoriesManager) - Static method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- getSignatureFactoriesNameList() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureFactoriesNames() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getSignatures(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
- getSignerByCurveSize(ECParameterSpec) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- getSimpleKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
- getSimplifiedLogger() - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- getSize() - Method in class org.apache.sshd.common.channel.Window
- getSize() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- getSize() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- getSize() - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- getSize() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
- getSize() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getSocket() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- getSourceSession() - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- getSshAlgorithmName(String) - Method in interface org.apache.sshd.common.signature.Signature
- getSshAlgorithmName(String) - Method in class org.apache.sshd.common.signature.SignatureRSA
- getStartedCommandFuture() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getStartedLocalPortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- getStartedRemotePortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getStatus() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getStatus() - Method in exception org.apache.sshd.sftp.common.SftpException
- getStatusCode() - Method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- getStatusName(int) - Static method in class org.apache.sshd.sftp.common.SftpConstants
-
Converts a return status value to a user-friendly name
- getStreaming() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- getStreaming() - Method in interface org.apache.sshd.common.channel.StreamingChannel
- getStreaming() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getString() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getString(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getString(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reads a string using a given charset.
- getString(Charset) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getString(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getString(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getStringList(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(boolean, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringProperty(String, String) - Method in interface org.apache.sshd.common.PropertyResolver
- getStringProperty(Map<String, ?>, String, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getStringProperty(PropertyResolver, String, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getSttyCommand() - Static method in class org.apache.sshd.common.channel.SttySupport
- getSubsystem() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
The subsystem name
- getSubsystem() - Method in class org.apache.sshd.sftp.server.Handle
- getSubsystemFactories() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the list of named factories for
CommandFactory.Command
to be used to create subsystems. - getSubsystemFactories() - Method in class org.apache.sshd.server.SshServer
- getSupportedClientExtensions(ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getSupportedKeySizes() - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- getSupportedKeySizes() - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- getSupportedKeySizes() - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- getSupportedKeyTypes() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getSupportedKeyTypes() - Method in interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getTcpForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
- getTcpipChannelType() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getTcpipChannelType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getTerminalHeight() - Static method in class org.apache.sshd.common.channel.SttySupport
-
Returns the value of "stty size" height param.
- getTerminalProperty(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- getTerminalWidth() - Static method in class org.apache.sshd.common.channel.SttySupport
-
Returns the value of "stty size" width param.
- getThresholdValue() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getTimeout() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- getTimeoutStatus() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getTimeoutStatus() - Method in interface org.apache.sshd.common.session.Session
-
Check if timeout has occurred.
- getTimestamp() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- getTimestamp() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- getTimestamp() - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- getTotalSpace() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getTransformation() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getTransformation() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- getTransformation() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getTransformation() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getTransformation() - Method in class org.apache.sshd.common.cipher.CipherNone
- getTtyProps() - Static method in class org.apache.sshd.common.channel.SttySupport
- getTunnelEntrance() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
- getTunnelEntrance() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getTunnelEntrance() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getTunnelExit() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
- getTunnelExit() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- getTunnelExit() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- getType() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the type of certificate.
- getType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getType() - Method in class org.apache.sshd.common.Property.BaseProperty
- getType() - Method in interface org.apache.sshd.common.Property
- getType() - Method in class org.apache.sshd.common.Property.Validating
- getType() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- getType() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- getType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- getType() - Method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- getType() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getTypeValue() - Method in enum class org.apache.sshd.common.util.io.der.ASN1Type
- getUByte() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
- getUInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getUInt(byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getUInt(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getUnallocatedSpace() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getUnixDate(long) - Static method in class org.apache.sshd.sftp.server.UnixDateFormat
- getUnixDate(FileTime) - Static method in class org.apache.sshd.sftp.server.UnixDateFormat
-
Get unix style date string.
- getUnixPtyModes() - Static method in class org.apache.sshd.common.channel.SttySupport
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
- getUnmappedSyspropKey(Object) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- getUnsupportedAttributePolicy() - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- getUnsupportedAttributePolicy() - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- getUnsupportedAttributePolicy() - Method in interface org.apache.sshd.sftp.server.SftpUnsupportedAttributePolicyProvider
- getUnsupportedFactories() - Method in class org.apache.sshd.common.config.FactoriesListParseResult
- getUnsupportedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
- getUnsupportedResources() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- getUnsupportedValues() - Method in class org.apache.sshd.common.config.ListParseResult
- getUpdatedPassword(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked when the server returns an
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
response indicating that the password should be changed - e.g., expired or not strong enough (as per the server's policy). - getUpperCaseValue() - Method in enum class org.apache.sshd.common.config.TimeValueConfig
- getUri() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- getURI() - Method in class org.apache.sshd.common.util.io.resource.URIResource
- getURL() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- getUsableSpace() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- getUserAuthFactories() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getUserAuthFactories() - Method in class org.apache.sshd.client.SshClient
- getUserAuthFactories() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
-
Retrieve the list of named factories for
UserAuth
objects. - getUserAuthFactories() - Method in class org.apache.sshd.server.session.AbstractServerSession
- getUserAuthFactories() - Method in class org.apache.sshd.server.SshServer
- getUserAuthFactoriesNameList() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- getUserAuthFactoriesNames() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- getUserAuthService() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getUserHomeDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getUserHomeDir(SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getUserHomeFolder() - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- getUserId() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- getUserInteraction() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- getUserInteraction() - Method in class org.apache.sshd.client.session.AbstractClientSession
- getUserInteraction() - Method in class org.apache.sshd.client.SshClient
- getUsername() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getUsername() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- getUsername() - Method in interface org.apache.sshd.common.auth.UsernameHolder
- getUsername() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- getUsername() - Method in class org.apache.sshd.scp.common.ScpLocation
- getUsername() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- getUsername() - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getUserPrincipalLookupService() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getUserResponses(String, String, String, String[], boolean[]) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- getUsersHomeDir() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- getUShort(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
- getValidAfter() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the time in number of seconds since the
Instant.EPOCH
at which this certificate becomes or became valid. - getValidAfter() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getValidBefore() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the time in number of seconds since the
Instant.EPOCH
at which this certificate becomes or became invalid. - getValidBefore() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getValue() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- getValue() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getValues() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- getValues() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- getVerifierSignatureSize() - Method in class org.apache.sshd.common.signature.SignatureRSA
- getVerifierSignatureSize(RSAKey) - Static method in class org.apache.sshd.common.signature.SignatureRSA
- getVersion() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getVersion() - Method in interface org.apache.sshd.common.FactoryManager
-
An upper case string identifying the version of the software used on client or server side.
- getVersion() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- getVersion() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getVersion() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- getVersion() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- getVersion() - Method in interface org.apache.sshd.sftp.client.SftpClient
- getVersion() - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- getVersion() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- getVersion() - Method in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- getVersionProperties() - Static method in class org.apache.sshd.common.config.VersionProperties
- getVersions() - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- getWelcomePhase() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- getWriteBufferSize() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- getWriteBufferSize() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- getX11ForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
- getX11ForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
- getX11ForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
- getX11ForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- gid - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- globalRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process global requests
- globalRequestHandlers - Variable in class org.apache.sshd.common.BaseBuilder
- globalRequestHandlers - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- globalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.BaseBuilder
- globalRequestSeqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- globToRegex(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- Graceful - Enum constant in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is being closed gracefully
- GracefulChannelCloseable() - Constructor for class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- gracefulFuture - Variable in class org.apache.sshd.common.channel.AbstractChannel
- gracefulState - Variable in class org.apache.sshd.common.channel.AbstractChannel
- GracefulState() - Constructor for enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
- GRAPHIC_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- group - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- group - Variable in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
- group - Variable in class org.apache.sshd.common.util.threads.SshdThreadFactory
- group - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- group() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- group(String) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- Group - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- GROUP_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
- GROUP_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- groupByKeyType(Collection<? extends I>) - Static method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
- GROUPID_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- GSS - Enum constant in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- gssAuthenticator - Variable in class org.apache.sshd.server.session.AbstractServerSession
- gssAuthenticator - Variable in class org.apache.sshd.server.SshServer
- GSSAuthenticator - Class in org.apache.sshd.server.auth.gss
-
Class providing basic GSS authentication services.
- GSSAuthenticator() - Constructor for class org.apache.sshd.server.auth.gss.GSSAuthenticator
H
- h - Variable in class org.apache.sshd.common.digest.BaseDigest
- h - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- h0 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- h1 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- h2 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- h3 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- h4 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- handle - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- handle - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- handle - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- handle - Variable in class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- handle - Variable in class org.apache.sshd.sftp.server.Handle
- Handle - Class in org.apache.sshd.sftp.server
- Handle(String, byte[]) - Constructor for class org.apache.sshd.sftp.client.SftpClient.Handle
- Handle(SftpSubsystem, Path, String) - Constructor for class org.apache.sshd.sftp.server.Handle
- handleAcceptance(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- handleAcceptance(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- handleAcceptance(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- handleAcceptance(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- handleAgentForwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleAgentForwardingParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleAuthCountDisconnectReason(Session, Service, String, String, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the number of authentication attempts exceeded the maximum allowed
- handleAuthenticationFailure(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- handleAuthenticationInProgress(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- handleAuthenticationSuccess(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- handleAuthParamsDisconnectReason(Session, Service, String, String, String, String) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the authentication parameters changed in mid-authentication process.
- handleBreak(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleBreakParsed(long) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleChannelConnectResult(OpenFuture, IoConnectFuture) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- handleChannelOpenFailure(OpenFuture, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- handleChannelOpenSuccess(OpenFuture, IoSession) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- handleChannelRegistrationResult(ConnectionService, Session, int, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleChannelRegistrationResult(ConnectionService, Session, int, boolean) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked after being successfully registered by the connection service - should throw a
RuntimeException
if not registered - handleChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleChannelUnregistration(ConnectionService) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleChannelUnregistration(ConnectionService) - Method in interface org.apache.sshd.common.channel.Channel
-
Called by the connection service to inform the channel that it has bee unregistered.
- handleClientPasswordChangeRequest(Buffer, ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invoked when the client sends a
SSH_MSG_USERAUTH_REQUEST
indicating a password change. - handleClientPasswordChangeRequest(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Invoked when the client sends a
SSH_MSG_USERAUTH_REQUEST
indicating a password change. - handleClose() - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleClose() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_CLOSE
received - handleClosePacketWriteFailure(Channel, boolean, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- handleClosePacketWritten(Channel, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- handleCommandExitStatus(String, Integer) - Method in class org.apache.sshd.scp.client.AbstractScpClient
-
Invoked by the various
upload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server - handleCommandExitStatus(String, ClientChannel) - Method in class org.apache.sshd.scp.client.AbstractScpClient
-
Invoked by the various
upload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server. - handleCommandExitStatus(ClientSession, String, Integer) - Method in interface org.apache.sshd.scp.common.helpers.CommandStatusHandler
-
Invoked by the various
upload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server - handleCommandExitStatus(ClientSession, String, Integer, Logger) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
-
Invoked by the various
upload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server - handleCommandExitStatus(ClientSession, String, ClientChannel, CommandStatusHandler, Logger) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
-
Invoked by the various
upload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server. - handleCommandLine(String) - Method in class org.apache.sshd.scp.server.ScpShell
- handleCompletedWriteCycle(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- handleData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_DATA
received - handleDebug(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- handleDebugMessage(Session, boolean, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- handleDebugMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- handleDebugMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an
SSH_MSG_DEBUG
packet is received - handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
Invoked to inform the password provide about the decoding result.
- handleDirectoryTransferRequest(String, InputStream, OutputStream, String, InputStream, OutputStream, int, ScpTimestampCommandDetails, String) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- handleDisconnect(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- handleEnv(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleEnvParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleEof() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
- handleEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleEof() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_EOF
received - handleEof() - Method in class org.apache.sshd.server.channel.ChannelSession
- handleEof() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
- handleExec(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleExecParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleExtendedData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleExtendedData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_EXTENDED_DATA
received - handleFailure() - Method in class org.apache.sshd.client.channel.ChannelExec
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelShell
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
- handleFailure() - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleFailure() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_FAILURE
received - handleFileEventAckInfo(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, ScpAckInfo) - Method in interface org.apache.sshd.scp.common.ScpTransferEventListener
-
Called after
ScpTransferEventListener.endFileEvent(Session, FileOperation, Path, long, Set, Throwable)
if no exception was thrown and the peer's ACK was successfully read - handleFileTransferRequest(String, InputStream, OutputStream, String, InputStream, OutputStream, ScpTimestampCommandDetails, String) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- handleFirstKexPacketFollows(int, Buffer, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.client.global.OpenSshHostKeysHandler
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- handleIgnore(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- handleIgnoreMessage(Session, byte[], Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- handleIgnoreMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- handleIgnoreMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an
SSH_MSG_IGNORE
packet is received - handleIncomingMessage(Buffer, Consumer<? super Throwable>) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
Checks if the future is already open and manages the message handling accordingly:
- handleInitResponse(Buffer) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.ChannelSession
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Called by
AbstractChannel.handleUnknownChannelRequest(String, boolean, Buffer)
in order to allow channel request handling if none of the registered handlers processed the request - last chance. - handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleKexCompressionMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the
SSH_MSG_NEWCOMPRESS
message. - handleKexDisconnectReason(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, KexProposalOption) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if after KEX negotiation parameters resolved one of the options violates some internal constraint (e.g., cannot negotiate a value, or RFC 8308 - section 2.2).
- handleKexExtension(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleKexExtensionNegotiation(Session, KexProposalOption, String, Map<KexProposalOption, String>, String, Map<KexProposalOption, String>, String) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked during the KEX negotiation phase to inform about option being negotiated.
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked by
KexExtensionHandler.handleKexExtensionsMessage(Session, Buffer)
in order to handle a specific extension. - handleKexExtensionsMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the
SSH_MSG_EXT_INFO
message. - handleKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked when a peer is ready to send the KEX options proposal or has received such a proposal.
- handleKexMessage(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleKnownHostsFileUpdateFailure(ClientSession, SocketAddress, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked when
KnownHostsServerKeyVerifier.updateKnownHostsFile(ClientSession, SocketAddress, PublicKey, Path, Collection)
fails - by default just issues a warning. - handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- handleLine(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- handleLine(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- handleMessage(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Abstract method for processing incoming decoded packets.
- handleModifiedServerKeyUpdateFailure(ClientSession, SocketAddress, KnownHostsServerKeyVerifier.HostEntryPair, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if
#updateModifiedServerKey(ClientSession, SocketAddress, HostEntryPair, PublicKey, Path)
throws an exception. - handleNewCompression(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleNewKeys(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- handleOpenFailure(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the session when the server has rejected this channel opening.
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- handleOpenSuccess(int, long, long, Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the session when the confirmation has been received.
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
- handlePtyReq(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handlePtyReqParsed(String, int, int, int, int, Map<PtyMode, Integer>) - Method in class org.apache.sshd.server.channel.ChannelSession
- handler - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- handler - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- handleReadCycleCompletion(ByteBuffer, Readable, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- handleReadCycleFailure(ByteBuffer, Readable, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- handleReadFileAttributesException(Path, String, LinkOption[], IOException) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- handleRejection(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- handleRejection(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- handleRejection(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- handleRejection(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- handleRequest(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleRequest(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_REQUEST
received - handles - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- handleServerPasswordChangeRequest(Buffer, ServerSession, String, String, PasswordChangeRequiredException) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invoked by
UserAuthPassword.checkPassword(Buffer, ServerSession, String, String)
when aPasswordChangeRequiredException
was thrown by the authenticator. - handleServerSignatureAlgorithms(Session, Collection<String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
Perform updates after a server-sig-algs extension has been received.
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
- handleServiceAccept(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
- handleServiceRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- handleSessionsCountDisconnectReason(Session, Service, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Called to inform that the maximum allowed concurrent sessions threshold has been exceeded.
- handleSetFileAttributeFailure(Path, String, String, Object, Collection<String>, Exception) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- handleShell(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleShellParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleSignal(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleSignalParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleSubsystem(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleSubsystemParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelExec
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelShell
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
- handleSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleSuccess() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_SUCCESS
received - handleTimeoutDisconnectReason(Session, TimeoutIndicator) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when an internal timeout has expired (e.g., authentication, idle).
- handleUnexpectedAttributesPacket(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnexpectedHandlePacket(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnexpectedPacket(int, int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnimplemented(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- handleUnimplementedMessage(Session, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- handleUnimplementedMessage(Session, int, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when a packet with an un-implemented message is received - including
SSH_MSG_UNIMPLEMENTED
itself - handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandler
-
Invoked when the connection service responsible for handling channel messages receives a message intended for an unknown channel.
- handleUnknownChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Called when none of the register request handlers reported handling the request
- handleUnknownDataPacket(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnknownDirListingPacket(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnknownOneNamePacket(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- handleUnknownRequest(Buffer, String, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- handleUnknownStatusFileAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- handleUnsupportedAttributes(Collection<String>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- handleUnsupportedCommand(String, String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- handleUnsupportedServiceDisconnectReason(Session, int, String, Buffer) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when a request has been made related to an unknown SSH service as described in RFC 4253 - section 10.
- handleUserAuthRequestMessage(ServerSession, Buffer, AtomicReference<Boolean>) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- handleUserPrincipalLookupServiceException(Class<? extends Principal>, String, IOException) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- handleWindowAdjust(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when
SSH_MSG_CHANNEL_WINDOW_ADJUST
received - handleWindowAdjust(Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleWindowChange(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleWindowChangeParsed(int, int, int, int) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleWriteCycleFailure(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- handleWriteDataFailure(byte, byte[], int, int, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- handleWriteDataSuccess(byte, byte[], int, int) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- handleX11Forwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleX11ForwardingParsed(String, ServerSession, boolean, String, String, int) - Method in class org.apache.sshd.server.channel.ChannelSession
- handleXonXoff(Buffer, boolean) - Method in class org.apache.sshd.client.channel.ChannelSession
- HardLinkExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
- HardLinkExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.HardLinkExtensionParser
- hasEcc - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- hash - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- hash(byte[], byte[], byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Compatibility with new OpenBSD function.
- hashCode() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- hashCode() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- hashCode() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- hashCode() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- hashCode() - Method in class org.apache.sshd.common.digest.BaseDigest
- hashCode() - Method in class org.apache.sshd.common.file.util.BasePath
- hashCode() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
- hashCode() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- hashCode() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- hashCode() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- hashCode() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- hashCode() - Method in class org.apache.sshd.common.util.VersionInfo
- hashCode() - Method in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- hashCode() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- hashCode() - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- hashCode() - Method in class org.apache.sshd.scp.common.ScpLocation
- hashCode() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- hashCode() - Method in class org.apache.sshd.server.shell.UnknownCommand
- hashCode() - Method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- hashCode() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- hashCode() - Method in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- hashCode() - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- hashCode() - Method in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- hashCode() - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- hashCode() - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- hashCode() - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- hashCode() - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- hashCode() - Method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- hashCode() - Method in class org.apache.sshd.sftp.server.PrincipalBase
- hashCode(byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(byte[], int, int) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- hashCode(String, Boolean) - Static method in class org.apache.sshd.common.util.GenericUtils
- HASHED_HOST_DELIMITER - Static variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
Character used to indicate a hashed host pattern
- hashedEntry - Variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
- hashpw(String, String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Hash a password using the OpenBSD bcrypt scheme
- hashValue - Variable in class org.apache.sshd.common.file.util.BasePath
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- hasNext() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- hasNext() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- hasNext() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- hasNext() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- hasNext() - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- hasNext() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- hasNext() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- hasNoData() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- head(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- HEADER - Static variable in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- HEADER_CONTINUATION_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
-
According to RFC-4716 section 3.3:
- headerEngine - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- heartBeat - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- HEARTBEAT_INTERVAL - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to set the heartbeat interval in milliseconds (0 to disable = default)
- HEARTBEAT_REPLY_WAIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to indicate that the heartbeat request is also expecting a reply - time in milliseconds to wait for the reply.
- HEARTBEAT_REQUEST - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to check the heartbeat request that should be sent to the server
- heartbeatCount - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- heartbeatInterval - Variable in class org.apache.sshd.client.session.ClientConnectionService
- heartbeatReplyMaxWait - Variable in class org.apache.sshd.client.session.ClientConnectionService
- heartbeatRequest - Variable in class org.apache.sshd.client.session.ClientConnectionService
- HeartbeatType() - Constructor for enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
- HEX_DIGITS - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- HEXDUMP_CHUNK_SIZE - Static variable in class org.apache.sshd.common.CommonModuleProperties
- hiChar - Variable in enum class org.apache.sshd.common.config.TimeValueConfig
- HIGHER_SFTP_IMPL - Static variable in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- HMAC_MD5 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_MD5_96 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA1 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA1_96 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA2_256 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA2_512 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- hmacmd5 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacmd596 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacsha1 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
- hmacsha196 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacsha1etm - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
- hmacsha256 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
-
See RFC 6668
- hmacsha256etm - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
- hmacsha512 - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
-
See RFC 6668
- hmacsha512etm - Enum constant in enum class org.apache.sshd.common.mac.BuiltinMacs
- holder - Variable in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
- HOME_TILDE_CHAR - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- homeDir - Variable in class org.apache.sshd.scp.server.ScpShell
- homeDirs - Variable in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- host - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- host - Variable in class org.apache.sshd.common.util.net.NetworkConnector
- host - Variable in class org.apache.sshd.scp.common.ScpLocation
- host - Variable in class org.apache.sshd.server.SshServer
- host - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- HOST - Enum constant in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Host key certificate.
- HOST_BASED - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Host-based authentication method
- HOST_CERT_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
- HOST_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HOST_KEY_ALGORITHMS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- HOST_KEY_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
-
The server's keys configuration multi-value
- HOST_NAME_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HOST_PART_SEPARATOR - Static variable in class org.apache.sshd.scp.common.ScpLocation
- HOSTBASED - Enum constant in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- HOSTBASED - Enum constant in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- hostBasedAuthenticationReporter - Variable in class org.apache.sshd.client.session.AbstractClientSession
- hostBasedAuthenticationReporter - Variable in class org.apache.sshd.client.SshClient
- HostBasedAuthenticationReporter - Interface in org.apache.sshd.client.auth.hostbased
-
Provides report about the client side host-based authentication progress
- hostBasedAuthenticator - Variable in class org.apache.sshd.server.session.AbstractServerSession
- hostBasedAuthenticator - Variable in class org.apache.sshd.server.SshServer
- HostBasedAuthenticator - Interface in org.apache.sshd.server.auth.hostbased
-
Invoked when "hostbased" authentication is used
- hostCertificate() - Static method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- HostConfigEntry - Class in org.apache.sshd.client.config.hosts
-
Represents an entry in the client's configuration file as defined by the ssh_config configuration file format
- HostConfigEntry() - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntry(String, String, int, String) - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntry(String, String, int, String, String) - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntry.LazyDefaultConfigFileHolder - Class in org.apache.sshd.client.config.hosts
- hostConfigEntryResolver - Variable in class org.apache.sshd.client.ClientBuilder
- hostConfigEntryResolver - Variable in class org.apache.sshd.client.SshClient
- hostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.ClientBuilder
- HostConfigEntryResolver - Interface in org.apache.sshd.client.config.hosts
- hostEntry - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- HostEntryPair() - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- HostEntryPair(KnownHostEntry, PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- hostKeyCertificateProvider - Variable in class org.apache.sshd.server.session.AbstractServerSession
- hostKeyCertificateProvider - Variable in class org.apache.sshd.server.SshServer
- HostKeyCertificateProvider - Interface in org.apache.sshd.common.keyprovider
- HostKeyIdentityProvider - Interface in org.apache.sshd.client.auth.hostbased
- hostName - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- hostName - Variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- HostPatternsHolder - Class in org.apache.sshd.client.config.hosts
- HostPatternsHolder() - Constructor for class org.apache.sshd.client.config.hosts.HostPatternsHolder
- HostPatternValue - Class in org.apache.sshd.client.config.hosts
-
Represents a pattern definition in the known_hosts file
- HostPatternValue() - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HostPatternValue(Pattern, boolean) - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HostPatternValue(Pattern, int, boolean) - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HOSTS_FILE - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry.LazyDefaultConfigFileHolder
- HOURS - Enum constant in enum class org.apache.sshd.common.config.TimeValueConfig
- HUP - Enum constant in enum class org.apache.sshd.server.Signal
I
- i_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- i_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- IA5_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- ICANON - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Canonicalize input lines.
- ICRNL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Map CR to NL on input.
- id - Variable in class org.apache.sshd.agent.local.AgentServerProxy
- id - Variable in class org.apache.sshd.agent.SshAgentKeyConstraint
- id - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- id - Variable in class org.apache.sshd.common.channel.AbstractChannel
- id - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- id - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- id - Variable in class org.apache.sshd.common.future.AbstractSshFuture
- id - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- id - Variable in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- id - Variable in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- id - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- id - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- id - Variable in class org.apache.sshd.sftp.client.impl.SftpAckData
- id - Variable in class org.apache.sshd.sftp.client.SftpClient.Handle
- id(String) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- ID_FILE_PREFIX - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- ID_FILE_PREFIX - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
- ID_FILE_SUFFIX - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- ID_FILE_SUFFIX - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
- ID_GENERATOR - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- ID_GENERATOR - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
- identities - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- identities - Variable in class org.apache.sshd.client.session.AbstractClientSession
- identities - Variable in class org.apache.sshd.client.SshClient
- identitiesHolder - Variable in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- identitiesProvider - Variable in class org.apache.sshd.client.session.AbstractClientSession
- identitiesProvider - Variable in class org.apache.sshd.client.SshClient
- identity - Variable in class org.apache.sshd.server.auth.gss.UserAuthGSS
- identity() - Static method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a function that always returns its input argument.
- Identity - Interface in org.apache.sshd.common.config.keys
-
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".
- IDENTITY_AGENT - Static variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
Is set on a
ClientSession
when it is created; contains the value of theIdentityAgent
SSH config setting. - IDENTITY_AGENT - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
The IdentityAgent configuration.
- IDENTITY_FILE_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- IdentityResourceLoader<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.common.config.keys - IdentityUtils - Class in org.apache.sshd.common.config.keys
- IdentityUtils() - Constructor for class org.apache.sshd.common.config.keys.IdentityUtils
- IdentityUtils.LazyDefaultUserHomeFolderHolder - Class in org.apache.sshd.common.config.keys
- IDLE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of idle timeout after which it will close the connection - in milliseconds.
- idleStart - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- IdleTimeout - Enum constant in enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- IETF - Static variable in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- IEXTEN - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable extensions.
- IGNCR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Ignore CR on input.
- Ignore - Enum constant in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
- IGNORE - Enum constant in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Skip attempt and see if can proceed without the key
- IGNORE - Enum constant in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Use
SSH_MSG_IGNORE
packets - IGNORE - Static variable in interface org.apache.sshd.common.util.io.LineDataConsumer
-
Ignores anything provided to it
- IGNORE_INVALID_IDENTITIES - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether to ignore invalid identities files when pre-initializing the client session
- IGNORE_MESSAGE_FREQUENCY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Average number of packets to be skipped before an
SSH_MSG_IGNORE
message is inserted in the stream. - IGNORE_MESSAGE_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Minimum size of
SSH_MSG_IGNORE
payload to send if feature enabled. - IGNORE_MESSAGE_VARIANCE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The variance to be used around the configured
CoreModuleProperties.IGNORE_MESSAGE_FREQUENCY
value in order to avoid insertion at a set frequency. - ignoreNonExisting - Variable in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- ignorePacketDataLength - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- ignorePacketsCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- ignorePacketsFrequency - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- ignorePacketsVariance - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- IGNORING - Static variable in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
-
A resolver that ignores all input
- IGNORING - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
A resolver that ignores all input
- IgnoringEmptyMap<K,
V> - Class in org.apache.sshd.common.util -
A dummy map that ignores all
put/remove
calls - IgnoringEmptyMap() - Constructor for class org.apache.sshd.common.util.IgnoringEmptyMap
- IGNPAR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
The ignore parity flag.
- ILL - Enum constant in enum class org.apache.sshd.server.Signal
- IMAXBEL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Ring bell on input queue full.
- Immediate - Enum constant in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is being terminated immediately
- IMMEDIATE - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
Immediately after receiving "ssh-userauth" request
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- implCloseChannel() - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- in - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- in - Variable in class org.apache.sshd.scp.common.ScpHelper
- in - Variable in class org.apache.sshd.scp.server.InputStreamReader
- in - Variable in class org.apache.sshd.server.channel.AsyncDataReceiver
- in - Variable in class org.apache.sshd.server.channel.PipeDataReceiver
- in - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- in - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- in - Variable in class org.apache.sshd.server.shell.ProcessShell
- in - Variable in class org.apache.sshd.server.shell.UnknownCommand
- inBlocksCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inBytesCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inCipher - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inCipherSize - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- includePatterns - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
The patterns for the files to be included.
- inCompression - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- increment() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- incrementCounter() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- index - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- index_64 - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- indexOf(byte[], byte, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Finds the index of the given value in the array starting at the given index and checking up to specified number of elements.
- indexOf(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- indicateEndOfNamesList(Buffer, int, PropertyResolver) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Appends the end-of-list=
TRUE
indicator forSSH_FXP_NAME
responses, provided the version is at least 6 and the feature is enabled - indicateEndOfNamesList(Buffer, int, PropertyResolver, boolean) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Appends the end-of-list indicator for
SSH_FXP_NAME
responses, provided the version is at least 6, the feature is enabled and the indicator value is notnull
- indicatorValue - Variable in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- INFINITY - Static variable in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
The maximum
OpenSshCertificate.getValidAfter()
orOpenSshCertificate.getValidBefore()
value. - Inflater - Enum constant in enum class org.apache.sshd.common.compression.Compression.Type
- inFlightDataSize - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- info(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- info(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- info(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- info(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- info(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- info(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- info(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- INFO - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- infoClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- infoClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- infoOf(Path, LinkOption...) - Method in interface org.apache.sshd.common.util.io.FileInfoExtractor
- init() - Method in class org.apache.sshd.common.digest.BaseDigest
- init() - Method in interface org.apache.sshd.common.digest.Digest
- init(byte[]) - Method in class org.apache.sshd.common.mac.BaseMac
- init(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- init(byte[]) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- init(byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.DHGClient
- init(byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.DHGEXClient
- init(byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- init(byte[], byte[], byte[], byte[]) - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Initialize the key exchange algorithm.
- init(byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.DHGEXServer
- init(byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.DHGServer
- init(long, long, PropertyResolver) - Method in class org.apache.sshd.common.channel.Window
- init(ClientSession, String) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- init(ClientSession, String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- init(ClientSession, String) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- init(ClientSession, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- init(ClientSession, String) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- init(ClientSession, String) - Method in interface org.apache.sshd.client.auth.UserAuth
- init(ClientSession, SftpVersionSelector, Duration) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- init(Cipher.Mode, byte[], byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Initialize the cipher for encryption or decryption with the given key and initialization vector
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.CipherNone
- init(Compression.Type, int) - Method in interface org.apache.sshd.common.compression.Compression
-
Initialize this object to either compress or uncompress data.
- init(Compression.Type, int) - Method in class org.apache.sshd.common.compression.CompressionNone
- init(Compression.Type, int) - Method in class org.apache.sshd.common.compression.CompressionZlib
- init(PropertyResolver) - Method in class org.apache.sshd.common.channel.Window
- init(ConnectionService, Session, int) - Method in class org.apache.sshd.common.channel.AbstractChannel
- init(ConnectionService, Session, int) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when the local channel is initial created
- INIT - Enum constant in enum class org.apache.sshd.common.kex.KexState
- INIT_COMMAND_SIZE - Static variable in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- init_key() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Initialise the Blowfish key schedule
- initCipher(long) - Method in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- initCounter(long) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initialCounter - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- initialize() - Method in interface org.apache.sshd.agent.common.AgentForwardSupport
-
Initializes the agent forwarding if not already done so - i.e., can be called more than once - only first successful call counts, the rest will return the identifier of the previously initialized agent.
- initialize() - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- initialize(InputStream, int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- initialize(String, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- initialize(String, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- initialize(String, byte[]) - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- initializeAgentIdentities(ClientSession) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- initialized - Variable in class org.apache.sshd.common.channel.AbstractChannel
- initialized - Variable in class org.apache.sshd.common.channel.Window
- initialized - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- initialized(ServerSession, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- initialized(ServerSession, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called when the SFTP protocol has been initialized
- initializeExceptionCause(T, Throwable) - Static method in class org.apache.sshd.common.util.ValidateUtils
- initializeIVData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- initializeIVData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
- initializeKeyData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- initializeKeyExchangePhase() - Method in class org.apache.sshd.client.session.AbstractClientSession
- initializeObfuscator(C, PrivateKeyObfuscator, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- initializeProxyConnector() - Method in class org.apache.sshd.client.session.AbstractClientSession
- initializeSessionIdentities(ClientSession, SignatureFactoriesManager) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- initializeSessionRelatedMember(ServerSession, ChannelSession) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- initialNonce - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initialServiceRequestSent - Variable in class org.apache.sshd.client.session.ClientSessionImpl
- initKey(byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initNonce(byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initSigner(SessionContext, PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- initSigner(SessionContext, PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
- initSigner(SessionContext, PrivateKey) - Method in interface org.apache.sshd.common.signature.Signature
- initVector - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
- initVerifier(SessionContext, PublicKey) - Method in interface org.apache.sshd.common.signature.Signature
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.SignatureRSA
- INLCR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Map NL into CR on input.
- inMac - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inMacResult - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inMacSize - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- inPacketsCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- INPCK - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable checking of parity errors.
- INPUT_OPTIONS - Static variable in class org.apache.sshd.server.shell.TtyFilterInputStream
- INPUT_STREAM_PUMP_CHUNK_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
On some platforms, a call to always throws an
IOException
. - InputStreamReader - Class in org.apache.sshd.scp.server
-
A class for turning a byte stream into a character stream.
- InputStreamReader(InputStream) - Constructor for class org.apache.sshd.scp.server.InputStreamReader
- InputStreamReader(InputStream, String) - Constructor for class org.apache.sshd.scp.server.InputStreamReader
-
Constructs a new InputStreamReader on the InputStream
in
. - InputStreamReader(InputStream, Charset) - Constructor for class org.apache.sshd.scp.server.InputStreamReader
-
Constructs a new InputStreamReader on the InputStream
in
and Charsetcharset
. - InputStreamReader(InputStream, CharsetDecoder) - Constructor for class org.apache.sshd.scp.server.InputStreamReader
-
Constructs a new InputStreamReader on the InputStream
in
and CharsetDecoderdec
. - InputStreamWithChannel - Class in org.apache.sshd.common.util.io.input
- InputStreamWithChannel() - Constructor for class org.apache.sshd.common.util.io.input.InputStreamWithChannel
- insertCharacter(Buffer, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- inSettings - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Resulting message coding settings at the end of a key exchange for incoming messages.
- instance() - Static method in interface org.apache.sshd.scp.client.ScpClientCreator
- instance() - Static method in interface org.apache.sshd.sftp.client.SftpClientFactory
- INSTANCE - Static variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- INSTANCE - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
- INSTANCE - Static variable in class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
- INSTANCE - Static variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- INSTANCE - Static variable in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
-
The default instance that enforces the same permissions regime as
OpenSSH
- INSTANCE - Static variable in class org.apache.sshd.client.global.OpenSshHostKeysHandler
- INSTANCE - Static variable in class org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier
- INSTANCE - Static variable in class org.apache.sshd.client.keyverifier.RejectAllServerKeyVerifier
- INSTANCE - Static variable in class org.apache.sshd.client.session.ClientConnectionServiceFactory
- INSTANCE - Static variable in class org.apache.sshd.client.session.ClientUserAuthServiceFactory
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- INSTANCE - Static variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- INSTANCE - Static variable in class org.apache.sshd.common.forward.DefaultForwarderFactory
- INSTANCE - Static variable in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory.LazyDefaultIoServiceFactoryFactoryHolder
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
Default singleton instance.
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
-
Default singleton instance.
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.Elevation
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- INSTANCE - Static variable in class org.apache.sshd.common.random.JceRandomFactory
- INSTANCE - Static variable in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
- INSTANCE - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
The one and only wrapper instance
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.IgnoringEmptyMap
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.DSSPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.putty.RSAPuttyKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.scp.client.DefaultScpClientCreator
- INSTANCE - Static variable in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- INSTANCE - Static variable in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- INSTANCE - Static variable in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- INSTANCE - Static variable in class org.apache.sshd.server.auth.hostbased.AcceptAllHostBasedAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.hostbased.RejectAllHostBasedAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- INSTANCE - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
- INSTANCE - Static variable in class org.apache.sshd.server.auth.password.AcceptAllPasswordAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.password.RejectAllPasswordAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
- INSTANCE - Static variable in class org.apache.sshd.server.auth.pubkey.AcceptAllPublickeyAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.pubkey.RejectAllPublickeyAuthenticator
- INSTANCE - Static variable in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- INSTANCE - Static variable in class org.apache.sshd.server.auth.UserAuthNoneFactory
- INSTANCE - Static variable in class org.apache.sshd.server.channel.ChannelSessionFactory
- INSTANCE - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
- INSTANCE - Static variable in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
The default instance that enforces the same permissions regime as
OpenSSH
- INSTANCE - Static variable in class org.apache.sshd.server.forward.AcceptAllForwardingFilter
- INSTANCE - Static variable in class org.apache.sshd.server.forward.DirectTcpipFactory
- INSTANCE - Static variable in class org.apache.sshd.server.forward.ForwardedTcpipFactory
- INSTANCE - Static variable in class org.apache.sshd.server.forward.RejectAllForwardingFilter
- INSTANCE - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
- INSTANCE - Static variable in class org.apache.sshd.server.global.KeepAliveHandler
- INSTANCE - Static variable in class org.apache.sshd.server.global.NoMoreSessionsHandler
- INSTANCE - Static variable in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- INSTANCE - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
- INSTANCE - Static variable in class org.apache.sshd.server.session.ServerConnectionServiceFactory
- INSTANCE - Static variable in class org.apache.sshd.server.session.ServerUserAuthServiceFactory
- INSTANCE - Static variable in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
- INSTANCE - Static variable in class org.apache.sshd.server.shell.ProcessShellCommandFactory
- INSTANCE - Static variable in class org.apache.sshd.server.shell.UnknownCommandFactory
- INSTANCE - Static variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipalLookupService
- INSTANCE - Static variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClientFactory
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.NewlineParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.FstatVfsExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.FsyncExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.HardLinkExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.LSetStatExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.PosixRenameExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.StatVfsExtensionParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.SupportedParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.VendorIdParser
- INSTANCE - Static variable in class org.apache.sshd.sftp.common.extensions.VersionsParser
- INT - Enum constant in enum class org.apache.sshd.server.Signal
- Int2IntFunction - Class in org.apache.sshd.common.util.functors
- Int2IntFunction() - Constructor for class org.apache.sshd.common.util.functors.Int2IntFunction
- integer(String) - Static method in interface org.apache.sshd.common.Property
- integer(String, int) - Static method in interface org.apache.sshd.common.Property
- INTEGER - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- IntegerProperty(String) - Constructor for class org.apache.sshd.common.Property.IntegerProperty
- IntegerProperty(String, Integer) - Constructor for class org.apache.sshd.common.Property.IntegerProperty
- interactionInstruction - Variable in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- interactionName - Variable in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- interactive(ClientSession, String, String, String, String[], boolean[]) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked when "keyboard-interactive" authentication mechanism is used in order to provide responses for the server's challenges (a.k.a.
- Interactive - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- INTERACTIVE_LANGUAGE_TAG - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
As per RFC-4256: The language tag is deprecated and SHOULD be the empty string.
- INTERACTIVE_PASSWORD_PROMPT - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Comma separated list of values used to detect request for a password in interactive mode.
- INTERACTIVE_SUBMETHODS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
As per RFC-4256: The submethods field is included so the user can give a hint of which actual methods to use.
- interactiveAuthenticator - Variable in class org.apache.sshd.server.ServerBuilder
- interactiveAuthenticator - Variable in class org.apache.sshd.server.session.AbstractServerSession
- interactiveAuthenticator - Variable in class org.apache.sshd.server.SshServer
- interactiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.ServerBuilder
- InteractiveChallenge - Class in org.apache.sshd.server.auth.keyboard
-
Represents a server "challenge" as per RFC-4256
- InteractiveChallenge() - Constructor for class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- InteractiveProcessShellFactory - Class in org.apache.sshd.server.shell
-
A simplistic interactive shell factory
- InteractiveProcessShellFactory() - Constructor for class org.apache.sshd.server.shell.InteractiveProcessShellFactory
- INTERNAL_MODULI_HOLDER - Static variable in class org.apache.sshd.server.kex.Moduli
- INTERNAL_MODULI_RESPATH - Static variable in class org.apache.sshd.server.kex.Moduli
-
Resource path of internal moduli file
- interval - Variable in enum class org.apache.sshd.common.config.TimeValueConfig
- InvalidHandleException - Exception in org.apache.sshd.sftp.server
- InvalidHandleException(String, Handle, Class<? extends Handle>) - Constructor for exception org.apache.sshd.sftp.server.InvalidHandleException
- invertedErr - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- invertedIn - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- invertedOut - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- InvertedShell - Interface in org.apache.sshd.server.shell
-
This shell have inverted streams, such as the one obtained when launching a new
Process
from java. - InvertedShellWrapper - Class in org.apache.sshd.server.shell
-
A shell implementation that wraps an instance of
InvertedShell
as aCommand
. - InvertedShellWrapper(InvertedShell) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
Auto-allocates an
Executor
in order to create the streams pump thread and uses the defaultCoreModuleProperties.BUFFER_SIZE
- InvertedShellWrapper(InvertedShell, int) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
Auto-allocates an
Executor
in order to create the streams pump thread - InvertedShellWrapper(InvertedShell, Executor, boolean, int) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
- invoke(ARG) - Method in interface org.apache.sshd.common.util.io.functors.Invoker
- invoke(Object, Method, Object[]) - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- invokeAll(ARG, Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Invokes all the instances ignoring the return value.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeChannelSignaller(Invoker<ChannelListener, Void>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- invokePortEventListenerSignaller(Invoker<PortForwardingEventListener, Void>) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- invokePortEventListenerSignallerHolders(Collection<? extends PortForwardingEventListenerManager>, Invoker<PortForwardingEventListener, Void>) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- invokePortEventListenerSignallerListeners(Collection<? extends PortForwardingEventListener>, Invoker<PortForwardingEventListener, Void>) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- Invoker<ARG,
RET> - Interface in org.apache.sshd.common.util.io.functors -
The complement to the
Callable
interface - accepts one argument and possibly throws something - invokeSessionSignaller(Invoker<SessionListener, Void>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- invokeTillFirstFailure(ARG, Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Invokes all instances until 1st failure (if any)
- IO - Enum constant in enum class org.apache.sshd.server.Signal
- IO_BUFFER_SIZE - Static variable in interface org.apache.sshd.sftp.client.SftpClient
- IoAcceptor - Interface in org.apache.sshd.common.io
- IoBaseCloseable - Class in org.apache.sshd.common.util.closeable
- IoBaseCloseable() - Constructor for class org.apache.sshd.common.util.closeable.IoBaseCloseable
- IoBaseCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.IoBaseCloseable
- IoConnectFuture - Interface in org.apache.sshd.common.io
- IoConnector - Interface in org.apache.sshd.common.io
- IOFunction<T,
R> - Interface in org.apache.sshd.common.util.io.functors -
Invokes some I/O function on the input returning some output and potentially throwing an
IOException
in the process - ioHandler - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- IoHandler - Interface in org.apache.sshd.common.io
- IoHandlerFactory - Interface in org.apache.sshd.common.io
- IoInputStream - Interface in org.apache.sshd.common.io
-
Represents a stream that can be read asynchronously.
- IoOutputStream - Interface in org.apache.sshd.common.io
-
Represents a stream that can be written asynchronously.
- IoReadFuture - Interface in org.apache.sshd.common.io
- IoReadFutureImpl(Object, Buffer) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- IoResource<T> - Interface in org.apache.sshd.common.util.io.resource
- IoService - Interface in org.apache.sshd.common.io
- IoServiceEventListener - Interface in org.apache.sshd.common.io
- IoServiceEventListenerManager - Interface in org.apache.sshd.common.io
- ioServiceFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- IoServiceFactory - Interface in org.apache.sshd.common.io
- ioServiceFactoryFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- IoServiceFactoryFactory - Interface in org.apache.sshd.common.io
- ioSession - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
The underlying network session
- ioSession - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- IoSession - Interface in org.apache.sshd.common.io
- IOT - Enum constant in enum class org.apache.sshd.server.Signal
- IoUtils - Class in org.apache.sshd.common.util.io
-
TODO Add javadoc
- IoUtils() - Constructor for class org.apache.sshd.common.util.io.IoUtils
-
Private Constructor
- IoWriteFuture - Interface in org.apache.sshd.common.io
- IoWriteFutureImpl - Class in org.apache.sshd.common.channel
- IoWriteFutureImpl(Object, Buffer) - Constructor for class org.apache.sshd.common.channel.IoWriteFutureImpl
- IPV4_ANYADDR - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_LONG_ANY_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_LONG_LOCALHOST - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_MAX_HEX_DIGITS_PER_GROUP - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Max.
- IPV6_MAX_HEX_GROUPS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Max.
- IPV6_SHORT_ANY_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_SHORT_LOCALHOST - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- is(String) - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- IS_KEX_EXTENSION_SIGNAL - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- IS_NONE_CIPHER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- IS_NONE_KDF - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- isAbsolute() - Method in class org.apache.sshd.common.file.util.BasePath
- isAbsolute() - Method in class org.apache.sshd.common.file.util.MockPath
- isAccepted() - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- isAccepted() - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- isAccepted() - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- isAccepted() - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- isAccepted() - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- isAgentForwarding() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- isAlive() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Check if the underlying shell is still alive
- isAlive() - Method in class org.apache.sshd.server.shell.ProcessShell
- isAllOptionsValue(String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isAllowMoreSessions() - Method in interface org.apache.sshd.common.session.ConnectionService
- isAllowMoreSessions() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- isAmbiguousOpcode(int) - Static method in class org.apache.sshd.common.SshConstants
- isAPrioriDisabledProvider(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isAuthenticated() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- isAuthenticated() - Method in interface org.apache.sshd.common.session.SessionContext
- isBlank(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isBouncyCastleRegistered() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isCanceled() - Method in interface org.apache.sshd.client.future.AuthFuture
- isCanceled() - Method in interface org.apache.sshd.client.future.ConnectFuture
- isCanceled() - Method in interface org.apache.sshd.client.future.OpenFuture
- isCanceled() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- isCanceled() - Method in interface org.apache.sshd.common.io.IoConnectFuture
- isCarrierGradeNatIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isCaseSensitive() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- isCertificateFactorySupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isCharSetting(PtyMode) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- isCipherSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isClassAvailable(ClassLoader, String) - Static method in class org.apache.sshd.common.util.ReflectionUtils
-
Deprecated.The preferred method is
ThreadUtils.resolveDefaultClass(Class, String)
which checks all possible ClassLoaders. - isClosed() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- isClosed() - Method in interface org.apache.sshd.common.Closeable
-
Returns
true
if this object has been closed. - isClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
- isClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
- isClosed() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- isClosed() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- isClosed() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isClosed() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isClosed() - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- isCloseMethod(Method) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- isCloseMethodInvocation(Method, Object[]) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- isCloseOnFinished() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- isClosing() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- isClosing() - Method in interface org.apache.sshd.common.Closeable
-
Returns
true
if theCloseable.close(boolean)
method has been called. - isClosing() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- isClosing() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- isClosing() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isClosing() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isClosing() - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- isClosing() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- isClosing() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- isClosing() - Method in interface org.apache.sshd.sftp.client.SftpClient
- isCompressionExecuted() - Method in class org.apache.sshd.common.compression.BaseCompression
- isCompressionExecuted() - Method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- isCompressionExecuted() - Method in interface org.apache.sshd.common.compression.CompressionInformation
- isCompressionExecuted() - Method in class org.apache.sshd.common.compression.CompressionNone
- isCompressionExecuted() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- isConnected() - Method in interface org.apache.sshd.client.future.ConnectFuture
- isConnected() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- isConnected() - Method in interface org.apache.sshd.common.io.IoConnectFuture
- isConnected() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- isConstructed() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- isCreateHome() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Should the home directories be created automatically
- isDataIntegrityAuthenticationTransport(SessionContext) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- isDataIntegrityTransport(SessionContext) - Static method in interface org.apache.sshd.common.session.SessionContext
- isDebugEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isDebugEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isDebugEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isDelayed() - Method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionDelayedZlib
- isDelayed() - Method in interface org.apache.sshd.common.compression.CompressionInformation
-
Delayed compression is an Open-SSH specific feature which informs both the client and server to not compress data before the session has been authenticated.
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionNone
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionZlib
- isDelayed() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- isDHGroupExchangeSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isDHGroupExchangeSupported(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isDHOakelyGroupSupported(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- ISDIR - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isDirectory() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- isDirectory() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- isDone() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- isDone() - Method in interface org.apache.sshd.common.future.WaitableFuture
- isDone() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- isECCSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isEcho() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- isEDDSACurveSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isEDDSAKey(Key) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSAKeyFactoryAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSAKeyPairGeneratorAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSASignatureAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEmpty() - Method in interface org.apache.sshd.common.PropertyResolver
- isEmpty() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- isEmpty() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- isEmpty(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(int[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(long[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- isEmpty(KeyIdentityProvider) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
- isEmpty(PropertyResolver) - Static method in interface org.apache.sshd.common.PropertyResolver
- isEmpty(T[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEnabled() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isEnabled() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isEnabled() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isEnabledLevel(Level) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- isEncrypted() - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyDecryptor
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- isEncryptThenMac() - Method in class org.apache.sshd.common.mac.BaseMac
- isEncryptThenMac() - Method in interface org.apache.sshd.common.mac.MacInformation
- isEof() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
-
Check if the stream is at EOF
- isEofOnClose() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- isEofSent() - Method in class org.apache.sshd.common.channel.AbstractChannel
- isEofSignalled() - Method in class org.apache.sshd.common.channel.AbstractChannel
- isEofSignalled() - Method in interface org.apache.sshd.common.channel.Channel
- isEquivalent(PublicKeyEntry) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- isEquivalent(SshdSocketAddress) - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isEquivalentHostName(String, String, boolean) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isErrorEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isErrorEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isErrorEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isExecutable(File) - Static method in class org.apache.sshd.common.util.io.IoUtils
- isFailure() - Method in interface org.apache.sshd.client.future.AuthFuture
- isFailure() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- isGroupExchange() - Method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- isGroupExchange() - Method in interface org.apache.sshd.common.kex.DHFactory
- isHidden(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- isHidden(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- isHidden(Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if a given host name / address matches the entry's host pattern(s)
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
Checks if the host matches the hash
- isHostMatch(String, int, Collection<HostPatternValue>) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isHostMatch(String, Pattern) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if a given host name / address matches a host pattern
- isIdentitiesOnly() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- ISIG - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable signals INTR, QUIT, [D]SUSP.
- isIgnoreNonExisting() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- isIncluded(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Tests whether or not a name matches against at least one include pattern.
- isInfoEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isInfoEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isInfoEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isInitialized() - Method in class org.apache.sshd.common.channel.AbstractChannel
- isInitialized() - Method in interface org.apache.sshd.common.channel.Channel
- isIntegerNumber(CharSequence) - Static method in class org.apache.sshd.common.util.NumberUtils
-
Checks if optional sign and all others are '0'-'9'
- isInteractionAllowed(ClientSession) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
- isInteractionPromptEchoEnabled(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
- isIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIPv4LoopbackAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIPv6Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIPv6LoopbackAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isKexExtensionsAvailable(Session, KexExtensionHandler.AvailabilityPhase) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
- isKexExtensionsAvailable(Session, KexExtensionHandler.AvailabilityPhase) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
- isKeyAgreementSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyFactorySupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyPairGeneratorSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyTypeSupported(String) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- isKeyTypeSupported(String) - Method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- isLocal() - Method in class org.apache.sshd.scp.common.ScpLocation
- isLocalForwarding() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- isLocalPortForwardingStartedForPort(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- isLocalPortForwardingStartedForPort(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
Test if local port forwarding is started
- isLocalPortForwardingStartedForPort(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- isLoggable(Level, Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
-
Verifies if the given level is above the required threshold for logging.
- isLoggable(Logger, Level) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- isLoopback(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isLoopback(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isLoopbackAlias(String, String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isMacSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isMappedSyspropKey(String) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- isMessageDigestSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isNamedProviderUsed() - Method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- isNamedProviderUsed() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isNegated() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- isNegativeOrNull(Duration) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Check if a duration is negative or zero
- isNoDelay() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- isNoneCipherIncluded(String) - Static method in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- isNoneValue(String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- isNormal() - Method in class org.apache.sshd.common.file.util.BasePath
- isNotBlank(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- isNoTouchRequired() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- isNoTouchRequired() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- isNoTouchRequired() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- isNumericClass(Class<?>) - Static method in class org.apache.sshd.common.util.NumberUtils
- ISO646_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- isOpen() - Method in class org.apache.sshd.agent.common.AgentDelegate
- isOpen() - Method in class org.apache.sshd.agent.local.AgentImpl
- isOpen() - Method in class org.apache.sshd.agent.local.AgentServerProxy
- isOpen() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- isOpen() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- isOpen() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- isOpen() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- isOpen() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- isOpen() - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- isOpen() - Method in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- isOpen() - Method in class org.apache.sshd.common.channel.Window
- isOpen() - Method in interface org.apache.sshd.common.Closeable
- isOpen() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- isOpen() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- isOpen() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- isOpen() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- isOpen() - Method in class org.apache.sshd.scp.client.AbstractScpClient
- isOpen() - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- isOpen() - Method in class org.apache.sshd.scp.server.InputStreamReader
- isOpen() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- isOpen() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- isOpen() - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- isOpen() - Method in class org.apache.sshd.sftp.server.Handle
- isOpenAppend() - Method in class org.apache.sshd.sftp.server.FileHandle
- isOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
- isOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
- isOSX() - Static method in class org.apache.sshd.common.util.OsUtils
- isOther() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- isOther() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- isOverwriteAllowed() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- isPortMatch(int, int) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isPositive(byte) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- isPositive(Duration) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Check if a duration is positive
- isPreferredUnixAgent(PropertyResolver) - Static method in class org.apache.sshd.agent.local.ProxyAgentFactory
- isPrivateIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Checks if the address is one of the allocated private blocks
- isProviderRegistered(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isPublicDataAvailable() - Method in class org.apache.sshd.common.kex.AbstractDH
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- isPublicKeyRecoverySupported() - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- isPuttyClient(String) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
- isPuttyClient(Session) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
- isPuttyRequest(String) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
- isQueryOpenMethodInvocation(Method) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- isQueryOpenMethodInvocation(Method, Object[]) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- isReadOnly() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- isReadOnly() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- ISREG - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isRegistrationCompleted() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isRegularFile() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- isRegularFile() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- isRekeyBlocksCountExceeded() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- isRekeyDataSizeExceeded() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- isRekeyPacketCountsExceeded() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- isRekeyRequired() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- isRekeyTimeIntervalExceeded() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- isRemotePortForwardingStartedForPort(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
Test if remote port forwarding is started
- isRemotePortForwardingStartedForPort(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- isSameFile(Path, Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- isSameFile(Path, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- isSameFile(Path, Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- isSameReference(T, T) - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- isSecureAuthenticationTransport(SessionContext) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
According to RFC 4252 - section 8:
- isSecureSessionTransport(SessionContext) - Static method in interface org.apache.sshd.common.session.SessionContext
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSecurityEntitySupported(PropertyResolver, String, Class<?>, String, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSecurityEntitySupported(SecurityProviderRegistrar, Class<?>, String, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Checks whether the requested entity type algorithm/name is listed as supported by the registrar's configuration
- isSendChunkIfRemoteWindowIsSmallerThanPacketSize() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- isSendChunkIfRemoteWindowIsSmallerThanPacketSize(byte) - Method in class org.apache.sshd.server.channel.ChannelSession
-
Chance for specializations to vary chunking behaviour depending on the SFTP client version.
- isSendDot() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- isSendDotDot() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- isServerSession() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- isServerSession() - Method in interface org.apache.sshd.common.session.SessionContext
-
Quick indication if this is a server or client session (instead of having to ask
instanceof
). - isSharedSecretAvailable() - Method in class org.apache.sshd.common.kex.AbstractDH
- isShutdown() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isShutdown() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isSignatureSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSpecificHostPattern(String) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isStarted() - Method in class org.apache.sshd.client.SshClient
- isStarted() - Method in class org.apache.sshd.server.SshServer
- isStrict() - Method in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- isStrict() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- isStrict() - Method in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- isStrict() - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- isSuccess() - Method in interface org.apache.sshd.client.future.AuthFuture
- isSuccess() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- isSupported() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- isSupported() - Method in enum class org.apache.sshd.common.cipher.ECCurves
- isSupported() - Method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- isSupported() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- isSupported() - Method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- isSupported() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- isSupported() - Method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- isSupported() - Method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- isSupported() - Method in enum class org.apache.sshd.common.kex.MontgomeryCurve
- isSupported() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- isSupported() - Method in interface org.apache.sshd.common.OptionalFeature
- isSupported() - Method in class org.apache.sshd.common.random.JceRandomFactory
- isSupported() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- isSupported() - Method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- isSupported() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- isSupported() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isSupported() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isSupported() - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- isSupported(SessionContext, KeyPair) - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- isSupportedCommand(ChannelSession, String) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- isSupportedCommand(ChannelSession, String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- isSupportedFileAttributeView(Path, Class<? extends FileAttributeView>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- isSupportedFileAttributeView(SftpFileSystem, Class<? extends FileAttributeView>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- isSupportedOnly() - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- isSymbolicLink() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- isSymbolicLink() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- ISSYMLINK - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isTerminated() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isTerminated() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isTerminating() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isTraceEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isTraceEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isTraceEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- ISTRIP - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Strip 8th bit off characters.
- isUNIX() - Static method in class org.apache.sshd.common.util.OsUtils
- isUsePty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- isValidDHValue(BigInteger, BigInteger) - Static method in interface org.apache.sshd.common.kex.KeyExchange
- isValidHostAddress(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isValidInt32Value(long) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- isValidIPv4AddressComponent(CharSequence) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Checks if the provided argument is a valid IPv4 address component:
- isValidLocation(NamedResource) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
- isValidMessageStructure(Class<?>...) - Method in class org.apache.sshd.common.util.buffer.Buffer
- isValidMessageStructure(Collection<Class<?>>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- isValidNow(OpenSshCertificate) - Static method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Determines whether the given
OpenSshCertificate
is valid at the current local system time. - isValidPatternChar(char) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if the given character is valid for a host pattern.
- isValidUint32Value(long) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- isValidUsername(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- isValidUsername(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- isValidVersionPrefix(String) - Static method in interface org.apache.sshd.common.session.SessionContext
- isWarnEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isWarnEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isWarnEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isWildcardAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isWin32() - Static method in class org.apache.sshd.common.util.OsUtils
- isWindowsDriveSpecified(CharSequence) - Static method in class org.apache.sshd.common.util.SelectorUtils
- isWindowsDriveSpecified(CharSequence, int, int) - Static method in class org.apache.sshd.common.util.SelectorUtils
- isWindowsExecutable(String) - Static method in class org.apache.sshd.common.util.io.IoUtils
- isWriteEnabled() - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- isWritten() - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- isWritten() - Method in interface org.apache.sshd.common.io.IoWriteFuture
- it - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- iterableOf(SessionContext, Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProvider
into anIterable
of their combined passwords - iterableOf(SessionContext, Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
- iterables - Variable in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- iterateDefaultClassLoaders(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- iterator - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- iterator() - Method in class org.apache.sshd.common.file.util.BasePath
- iterator() - Method in class org.apache.sshd.common.file.util.MockPath
- iterator() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- iterator() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- iterator() - Method in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- iterator() - Method in class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
- iterator() - Method in class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- iteratorOf(Iterable<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Resolves to an always non-
null
iterator - iteratorOf(Iterator<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Resolves to an always non-
null
iterator - iteratorOf(SessionContext, HostKeyIdentityProvider) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- iteratorOf(SessionContext, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Resolves a non-
null
iterator of the available passwords - iteratorOf(SessionContext, PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Creates a "unified"
Iterator
of passwords out of 2 possiblePasswordIdentityProvider
- IUCLC - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Translate uppercase characters to lowercase.
- IUTF8 - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
- iv - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- iv - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- ivsize - Variable in class org.apache.sshd.common.cipher.BaseCipher
- ivsize - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- IXANY - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Any char will restart after stop.
- IXOFF - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable input flow control.
- IXON - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable output flow control.
J
- JaasPasswordAuthenticator - Class in org.apache.sshd.server.jaas
-
TODO Add javadoc
- JaasPasswordAuthenticator() - Constructor for class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- JaasPasswordAuthenticator(String) - Constructor for class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- JAVA_VERSION_HOLDER - Static variable in class org.apache.sshd.common.util.OsUtils
- JAVA_VERSION_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.getJavaVersion()
. - JceRandom - Class in org.apache.sshd.common.random
-
A
Random
implementation using the built-inSecureRandom
PRNG. - JceRandom() - Constructor for class org.apache.sshd.common.random.JceRandom
- JceRandomFactory - Class in org.apache.sshd.common.random
-
Named factory for the JCE
Random
- JceRandomFactory() - Constructor for class org.apache.sshd.common.random.JceRandomFactory
- join(char, boolean, byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(char, int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(char, long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, boolean, byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(Iterable<?>, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterable<?>, CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterator<?>, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterator<?>, CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(T[], char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(T[], CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- joinDataLines(Collection<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
K
- k - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- k_array - Variable in class org.apache.sshd.common.kex.AbstractDH
- k0 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- k1 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- k2 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- k3 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- KB_INTERACTIVE - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Keyboard interactive authentication method
- KB_SERVER_INTERACTIVE_ECHO_PROMPT - Static variable in class org.apache.sshd.core.CoreModuleProperties
- KB_SERVER_INTERACTIVE_INSTRUCTION - Static variable in class org.apache.sshd.core.CoreModuleProperties
- KB_SERVER_INTERACTIVE_LANG - Static variable in class org.apache.sshd.core.CoreModuleProperties
- KB_SERVER_INTERACTIVE_NAME - Static variable in class org.apache.sshd.core.CoreModuleProperties
- KB_SERVER_INTERACTIVE_PROMPT - Static variable in class org.apache.sshd.core.CoreModuleProperties
- KBD_INTERACTIVE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KBINTERACTIVE - Enum constant in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- KBINTERACTIVE - Enum constant in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- kdfOptions - Variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- kdfOptions - Variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- kdfRounds - Variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- kdfSize - Variable in class org.apache.sshd.common.cipher.BaseCipher
- kdfSize - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- KEEP_ALIVE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KeepAliveHandler - Class in org.apache.sshd.server.global
-
Handler for "keepalive@xxx" global request.
- KeepAliveHandler() - Constructor for class org.apache.sshd.server.global.KeepAliveHandler
- kex - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- KEX_ALGORITHMS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KEX_PROPOSAL_SETUP_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
If the peer initiates a key exchange, we send our own KEX_INIT message with the proposal.
- KEX_TYPE - Static variable in class org.apache.sshd.common.kex.DHG
- KEX_TYPE - Static variable in class org.apache.sshd.common.kex.ECDH
- KexCompleted - Enum constant in enum class org.apache.sshd.common.session.SessionListener.Event
-
Fired at the end of KEX negotiation, i.e., when both proposals have been handled and the
KeyExchange
is initialized. - kexExtensionHandler - Variable in class org.apache.sshd.common.BaseBuilder
- kexExtensionHandler - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- kexExtensionHandler(KexExtensionHandler) - Method in class org.apache.sshd.common.BaseBuilder
- KexExtensionHandler - Interface in org.apache.sshd.common.kex.extension
-
Used to support RFC 8308
- KexExtensionHandler.AvailabilityPhase - Enum Class in org.apache.sshd.common.kex.extension
-
Provides a hint as to the context in which
isKexExtensionsAvailable
is invoked - KexExtensionHandler.KexPhase - Enum Class in org.apache.sshd.common.kex.extension
-
The phase at which
sendKexExtensions
is invoked - KexExtensionHandlerManager - Interface in org.apache.sshd.common.kex.extension
-
TODO Add javadoc
- KexExtensionParser<T> - Interface in org.apache.sshd.common.kex.extension
-
Parses a known KEX extension
- KexExtensions - Class in org.apache.sshd.common.kex.extension
-
Provides some helpers for RFC 8308
- KexExtensions() - Constructor for class org.apache.sshd.common.kex.extension.KexExtensions
- KexFactoryManager - Interface in org.apache.sshd.common.kex
-
Holds KEX negotiation stage configuration
- kexFutureHolder - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- kexInitializedFuture - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- kexLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- KexPhase() - Constructor for enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
- KexProposalOption - Enum Class in org.apache.sshd.common.kex
- KexProposalOption(int, String) - Constructor for enum class org.apache.sshd.common.kex.KexProposalOption
- KexProposalOption.Constants - Class in org.apache.sshd.common.kex
- kexState - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- KexState - Enum Class in org.apache.sshd.common.kex
-
Used to track the key-exchange (KEX) protocol progression
- KexState() - Constructor for enum class org.apache.sshd.common.kex.KexState
- key - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- key(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Key the Blowfish cipher
- KEY_BYTES - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- KEY_BYTES - Static variable in class org.apache.sshd.common.mac.Poly1305Mac
- KEY_DATA_RESOLVERS - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
- KEY_FILE_HEADER_PREFIX - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- KEY_FINGERPRINT_FACTORY_PROP - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
System property that can be used to control the default fingerprint factory used for keys.
- KEY_INTS - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- KEY_LENGTHS - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator.LazyKeyLengthsHolder
- KEY_OFFSET - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- KEY_REGENERATE_INTERVAL_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- KEY_TYPE - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- KEY_TYPE - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- KEY_TYPE_ALIASES - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- KEY_TYPES - Static variable in enum class org.apache.sshd.common.cipher.ECCurves
-
A
Set
of all the known curves key types - KEY_TYPES - Static variable in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- KeyAgentIdentity - Class in org.apache.sshd.client.auth.pubkey
-
Uses an
SshAgent
to generate the identity signature - KeyAgentIdentity(SshAgent, PublicKey, String) - Constructor for class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- KeyboardInteractiveAuthenticator - Interface in org.apache.sshd.server.auth.keyboard
-
Provides pluggable authentication using the "keyboard-interactive" method as specified by RFC-4256?
- keyClass - Variable in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- keyData - Variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
- keyDataResolver - Variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
- KeyEncryptor(OpenSSHKeyEncryptionContext) - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- keyEntry - Variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
- KeyEntryResolver<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.common.config.keys - KeyEstablished - Enum constant in enum class org.apache.sshd.common.session.SessionListener.Event
-
Fired at the end of a key exchange once both parties have updated the message encoding/decoding; i.e., when both parties have handled the peer's SSH_MSG_NEWKEY message.
- KeyExchange - Interface in org.apache.sshd.common.kex
-
Key exchange algorithm.
- keyExchangeFactories - Variable in class org.apache.sshd.common.BaseBuilder
- keyExchangeFactories - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- keyExchangeFactories(List<KeyExchangeFactory>) - Method in class org.apache.sshd.common.BaseBuilder
- KeyExchangeFactory - Interface in org.apache.sshd.common.kex
- KeyExchangeFuture - Interface in org.apache.sshd.common.future
- keyFactory - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- keyIdentityProvider - Variable in class org.apache.sshd.client.session.AbstractClientSession
- keyIdentityProvider - Variable in class org.apache.sshd.client.SshClient
- KeyIdentityProvider - Interface in org.apache.sshd.common.keyprovider
- KeyIdentityProviderHolder - Interface in org.apache.sshd.common.keyprovider
-
TODO Add javadoc
- keyInfo - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- keyPair - Variable in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- KEYPAIR_IDENTITY_COMPARATOR - Static variable in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- KEYPAIR_SIZE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- keyPairGenerator - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- keyPairHolder - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- KeyPairIdentity - Class in org.apache.sshd.client.auth.pubkey
-
Uses a
KeyPair
to generate the identity signature - KeyPairIdentity(SignatureFactoriesManager, SignatureFactoriesManager, KeyPair) - Constructor for class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- KeyPairIterator(SessionContext, Collection<? extends R>) - Constructor for class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- KeyPairPEMResourceParser - Interface in org.apache.sshd.common.config.keys.loader.pem
-
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
- keyPairProvider - Variable in class org.apache.sshd.server.session.AbstractServerSession
- keyPairProvider - Variable in class org.apache.sshd.server.SshServer
- KeyPairProvider - Interface in org.apache.sshd.common.keyprovider
-
Provider for key pairs.
- KeyPairProviderHolder - Interface in org.apache.sshd.common.keyprovider
- KeyPairResourceLoader - Interface in org.apache.sshd.common.config.keys.loader
-
Loads
KeyPair
s from text resources - KeyPairResourceParser - Interface in org.apache.sshd.common.config.keys.loader
- KeyPairResourceWriter<OPTIONS extends PrivateKeyEncryptionContext> - Interface in org.apache.sshd.common.config.keys.writer
-
A
KeyPairResourceWriter
can serialize keys to an external representation. - KEYPAIRS_PARSER_HODLER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- KeyRandomArt - Class in org.apache.sshd.common.config.keys
-
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability.
- KeyRandomArt(String, int, byte[]) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey, Digest) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey, Factory<? extends Digest>) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- keys - Variable in class org.apache.sshd.agent.local.AgentImpl
- keys - Variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- keys - Variable in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- keys - Variable in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- keys - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- KEYS - Enum constant in enum class org.apache.sshd.common.kex.KexState
- KEYS_FILE - Static variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator.LazyDefaultAuthorizedKeysFileHolder
- keySet - Variable in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- keySet() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- keySet() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- KeySetPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Checks against a
Collection
ofPublicKey
s - KeySetPublickeyAuthenticator(Object, Collection<? extends PublicKey>) - Constructor for class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- keysHolder - Variable in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- keysize - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- keySize - Variable in class org.apache.sshd.common.cipher.BaseCipher
- keySize - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- keySize - Variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- keySize - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- keySize - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- KeySizeIndicator - Interface in org.apache.sshd.common.keyprovider
- keySpec - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- keysSupplier - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- keytabFile - Variable in class org.apache.sshd.server.auth.gss.GSSAuthenticator
- keyType - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- keyType - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- keyType - Variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
- keyType - Variable in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- KeyTypeIndicator - Interface in org.apache.sshd.common.keyprovider
- KeyTypeNamesSupport - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- KeyUtils - Class in org.apache.sshd.common.config.keys
-
Utility class for keys
- KeyUtils() - Constructor for class org.apache.sshd.common.config.keys.KeyUtils
- KILL - Enum constant in enum class org.apache.sshd.server.Signal
- KNOWN_HEADERS - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- KNOWN_HOSTS_FILE_OPTION - Static variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Standard option used to indicate alternative known hosts file location
- KnownHostDigest - Enum Class in org.apache.sshd.client.config.hosts
-
Available digesters for known hosts entries
- KnownHostDigest(String, Factory<Mac>) - Constructor for enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- KnownHostEntry - Class in org.apache.sshd.client.config.hosts
-
Contains a representation of an entry in the
known_hosts
file - KnownHostEntry() - Constructor for class org.apache.sshd.client.config.hosts.KnownHostEntry
- KnownHostEntry(String) - Constructor for class org.apache.sshd.client.config.hosts.KnownHostEntry
- KnownHostEntry.LazyDefaultConfigFileHolder - Class in org.apache.sshd.client.config.hosts
- KnownHostHashValue - Class in org.apache.sshd.client.config.hosts
- KnownHostHashValue() - Constructor for class org.apache.sshd.client.config.hosts.KnownHostHashValue
- KnownHostsServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
- KnownHostsServerKeyVerifier(ServerKeyVerifier, Path) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- KnownHostsServerKeyVerifier(ServerKeyVerifier, Path, LinkOption...) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- KnownHostsServerKeyVerifier.HostEntryPair - Class in org.apache.sshd.client.keyverifier
-
Represents an entry in the internal verifier's cache
- kpExtractor - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- KRB5_MECH - Static variable in class org.apache.sshd.server.auth.gss.UserAuthGSS
- KRB5_NT_PRINCIPAL - Static variable in class org.apache.sshd.server.auth.gss.UserAuthGSS
L
- lang - Variable in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- LANGUAGE_PROPOSALS - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- languageTag - Variable in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- LASTACC_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- lastAccessTime - Variable in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- lastAccessTime() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- lastChar - Variable in class org.apache.sshd.server.shell.TtyFilterInputStream
- lastExisted - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- lastIndexOf(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- lastKeyTimeValue - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- LASTMOD_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- lastModified - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- lastModified() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- LASTMODIFIED - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- lastModifiedTime - Variable in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- lastModifiedTime() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- lastReadCycleStart - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- lastSize - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- lastSize - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- lastWriteCycleStart - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- LazyAclCapabilityNameHolder() - Constructor for class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder
- LazyAmbiguousOpcodesHolder() - Constructor for class org.apache.sshd.common.SshConstants.LazyAmbiguousOpcodesHolder
- LazyClientIdentityIterator - Class in org.apache.sshd.client.config.keys
-
Wraps several
ClientIdentityProvider
into aKeyPair
Iterator
that invokes each provider "lazily" - i.e., only whenIterator.hasNext()
is invoked. - LazyClientIdentityIterator(Iterator<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<? extends KeyPair>>, Predicate<? super KeyPair>) - Constructor for class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- LazyClientKeyIdentityProvider - Class in org.apache.sshd.client.config.keys
-
TODO Add javadoc
- LazyClientKeyIdentityProvider(ClientIdentityLoader, Collection<? extends NamedResource>, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- LazyCommandNameHolder() - Constructor for class org.apache.sshd.sftp.common.SftpConstants.LazyCommandNameHolder
- lazyConcatenateIterables(Iterable<? extends Iterable<? extends T>>) - Static method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- LazyDefaultAuthorizedKeysFileHolder() - Constructor for class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator.LazyDefaultAuthorizedKeysFileHolder
- LazyDefaultConfigFileHolder() - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry.LazyDefaultConfigFileHolder
- LazyDefaultConfigFileHolder() - Constructor for class org.apache.sshd.client.config.hosts.KnownHostEntry.LazyDefaultConfigFileHolder
- LazyDefaultIoServiceFactoryFactoryHolder() - Constructor for class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory.LazyDefaultIoServiceFactoryFactoryHolder
- LazyDefaultKeysFolderHolder() - Constructor for class org.apache.sshd.common.config.keys.PublicKeyEntry.LazyDefaultKeysFolderHolder
- LazyDefaultUserHomeFolderHolder() - Constructor for class org.apache.sshd.common.config.keys.IdentityUtils.LazyDefaultUserHomeFolderHolder
- LazyIterablesConcatenator<T> - Class in org.apache.sshd.common.util.helper
-
Creates a "smooth" wrapping
Iterable
using several underlying ones to provide the values. - LazyIterablesConcatenator(Iterable<? extends Iterable<? extends T>>) - Constructor for class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- LazyKeyLengthsHolder() - Constructor for class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator.LazyKeyLengthsHolder
- lazyKeysIterator(Iterator<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<? extends KeyPair>>, Predicate<? super KeyPair>) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps several
ClientIdentityProvider
into aKeyPair
Iterator
that invokes each provider "lazily" - i.e., only whenIterator.hasNext()
is invoked. - lazyKeysLoader(Iterable<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<? extends KeyPair>>, Predicate<? super KeyPair>) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps several
ClientIdentityProvider
into aKeyPair
Iterable
that invokes each provider "lazily" - i.e., only whenIterator.hasNext()
is invoked. - LazyMatchingTypeIterable<T> - Class in org.apache.sshd.common.util.helper
-
Provides a selective
Iterable
over values that match a specific type out of all available. - LazyMatchingTypeIterable(Iterable<?>, Class<T>) - Constructor for class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- LazyMatchingTypeIterator<T> - Class in org.apache.sshd.common.util.helper
-
An
Iterator
that selects only objects of a certain type from the underlying available ones. - LazyMatchingTypeIterator(Iterator<?>, Class<T>) - Constructor for class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- LazyMessagesMapHolder() - Constructor for class org.apache.sshd.agent.SshAgentConstants.LazyMessagesMapHolder
- LazyMessagesMapHolder() - Constructor for class org.apache.sshd.common.SshConstants.LazyMessagesMapHolder
- LazyOpenCodesMapHolder() - Constructor for class org.apache.sshd.common.SshConstants.LazyOpenCodesMapHolder
- LazyReasonsMapHolder() - Constructor for class org.apache.sshd.common.SshConstants.LazyReasonsMapHolder
- lazySelectMatchingTypes(Iterable<?>, Class<T>) - Static method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- lazySelectMatchingTypes(Iterator<?>, Class<T>) - Static method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- LazyStatusNameHolder() - Constructor for class org.apache.sshd.sftp.common.SftpConstants.LazyStatusNameHolder
- LazyVersionPropertiesHolder() - Constructor for class org.apache.sshd.common.config.VersionProperties.LazyVersionPropertiesHolder
- lenBytes - Variable in class org.apache.sshd.common.util.io.der.DERParser
- lenBytes - Variable in class org.apache.sshd.common.util.io.der.DERWriter
- length - Variable in class org.apache.sshd.common.util.io.der.ASN1Object
- length - Variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- length - Variable in class org.apache.sshd.sftp.client.impl.SftpAckData
- length() - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- length(byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- length(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- length(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- level - Variable in class org.apache.sshd.common.compression.CompressionNone
- level - Variable in enum class org.apache.sshd.common.config.LogLevelValue
- LifeTime(int) - Constructor for class org.apache.sshd.agent.SshAgentKeyConstraint.LifeTime
-
Creates a new
SshAgentKeyConstraint.LifeTime
constraint. - LIMIT_PACKET_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
A safety value that is designed to avoid an attack that uses large channel packet sizes
- LimitInputStream - Class in org.apache.sshd.common.util.io.input
-
Reads from another
InputStream
up to specified max. - LimitInputStream(InputStream, long) - Constructor for class org.apache.sshd.common.util.io.input.LimitInputStream
- line - Variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
- line - Variable in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- LINE_LENGTH - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- lineBuf - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- lineBuf - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- LineDataConsumer - Interface in org.apache.sshd.common.util.io
- LineLevelAppender - Interface in org.apache.sshd.common.util.io.output
- LineLevelAppenderStream - Class in org.apache.sshd.common.util.io.output
-
Accumulates all written data into a work buffer and calls the actual writing method only when LF detected.
- LineLevelAppenderStream(String, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(CharsetDecoder, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(Charset, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineOutputStream - Class in org.apache.sshd.common.util.io.output
-
Calls the actual writing method only when LF detected in the written stream.
- LineOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.LineOutputStream
- link(String, String, boolean) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- link(String, String, boolean) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- link(String, String, boolean) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Create a link
- linked(ServerSession, Path, Path, boolean, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- linked(ServerSession, Path, Path, boolean, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after creating a link
- linking(ServerSession, Path, Path, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- linking(ServerSession, Path, Path, boolean) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to creating a link
- LINUX_COMMAND - Static variable in class org.apache.sshd.common.util.OsUtils
- LINUX_SHELL_COMMAND_NAME - Static variable in class org.apache.sshd.common.util.OsUtils
- listDir(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- listDir(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- listDir(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.SftpClient
- LISTEN_ADDRESS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- listener - Variable in class org.apache.sshd.scp.client.AbstractScpClientCreator
- listener - Variable in class org.apache.sshd.scp.client.DefaultScpClient
- listener - Variable in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- listener - Variable in class org.apache.sshd.scp.common.ScpHelper
- listener - Variable in class org.apache.sshd.scp.server.ScpCommand
- listener - Variable in class org.apache.sshd.scp.server.ScpShell
- listener - Variable in exception org.apache.sshd.server.auth.AsyncAuthException
- LISTENER_INSTANCE_COMPARATOR - Static variable in class org.apache.sshd.common.util.EventListenerUtils
-
A special "comparator" whose only purpose is to ensure there are no same references in a listener's set - to be used in conjunction with a
TreeSet
as its comparator - listenerProxy - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- listenerProxy - Variable in class org.apache.sshd.common.forward.DefaultForwarderFactory
- listenerProxy - Variable in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- listenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- listenerProxy - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- listeners - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- listeners - Variable in class org.apache.sshd.common.forward.DefaultForwarderFactory
- listeners - Variable in class org.apache.sshd.common.future.DefaultSshFuture
- listeners - Variable in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- listeners - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- listeners - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- listeners - Variable in class org.apache.sshd.server.StandardEnvironment
- ListParseResult<E> - Class in org.apache.sshd.common.config
-
Used to hold the result of parsing a list of value.
- ListParseResult(List<E>, List<String>) - Constructor for class org.apache.sshd.common.config.ListParseResult
- load(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- loadCertificate(SessionContext, String) - Method in interface org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
- loadCertificates(SessionContext) - Method in class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- loadCertificates(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
- loadClientIdentities(SessionContext, NamedResource) - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- loadClientIdentities(SessionContext, NamedResource, FilePasswordProvider) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
- loadDefaultIdentities(boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultIdentities(Path, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultKeyPairProvider(boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultKeyPairProvider(Path, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loaderHolder - Variable in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- loaderHolderOf(ClientIdentityLoader) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderHolder
- loadFromFile(SessionContext, String, Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- loadHostKeys(SessionContext) - Method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- loadIdentities(Properties, LinkOption...) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- loadIdentities(SessionContext) - Method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- loadIdentities(SessionContext, Path, boolean, Collection<String>, Function<? super String, String>, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
Scans a folder and loads all available identity files
- loadIdentities(SessionContext, Map<String, ? extends Path>, FilePasswordProvider, OpenOption...) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- loadInternalModuli(URL) - Static method in class org.apache.sshd.server.kex.Moduli
- loadKey(SessionContext, String) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Load a key of the specified type which can be "ssh-rsa", "ssh-dss", or "ecdsa-sha2-nistp{256,384,521}".
- loadKey(SessionContext, String) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- loadKeyPair(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- loadKeyPairIdentities(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- loadKeyPairProvider(Properties, boolean, LinkOption...) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
- loadKeyPairs(NamedResource, byte[], byte[], Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, InputStream, InputStream, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.DSSPuttyKeyDecoder
- loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.ECDSAPuttyKeyDecoder
- loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.EdDSAPuttyKeyDecoder
- loadKeyPairs(NamedResource, PuttyKeyReader, PuttyKeyReader, Map<String, String>) - Method in class org.apache.sshd.putty.RSAPuttyKeyDecoder
- loadKeyPairs(SessionContext, URL, FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, URL, FilePasswordProvider, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, Path, FilePasswordProvider, Charset, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, Path, FilePasswordProvider, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
Loads private key data - Note: any non-ASCII characters are assumed to be UTF-8 encoded
- loadKeyPairs(SessionContext, NamedResource, String, String, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(SessionContext, NamedResource, List<String>, List<String>, String, FilePasswordProvider, Map<String, String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, BufferedReader) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, InputStream, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, Reader) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, String) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
Loads key pairs from the given resource text lines
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.putty.AbstractPuttyKeyDecoder
- loadKeyPairs(SessionContext, IoResource<?>, FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, IoResource<?>, FilePasswordProvider, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- loadKeys(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Load available keys.
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- loadKeys(SessionContext, Collection<? extends R>) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- loadKeys(SessionContext, Predicate<? super KeyPair>) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- loadModuliGroups(ServerSession) - Method in class org.apache.sshd.server.kex.DHGEXServer
- loadPasswords(SessionContext) - Method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
- loadVersionProperties(Class<?>) - Static method in class org.apache.sshd.common.config.VersionProperties.LazyVersionPropertiesHolder
- loadVersionProperties(Class<?>, Iterator<? extends ClassLoader>) - Static method in class org.apache.sshd.common.config.VersionProperties.LazyVersionPropertiesHolder
- loadWelcomeBanner(ServerSession, URL, Charset) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- local - Variable in class org.apache.sshd.client.channel.ChannelDirectTcpip
- local - Variable in class org.apache.sshd.common.forward.LocalForwardingEntry
- local - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- LOCAL - Enum constant in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- LOCAL_HOME_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL_HOST_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL_USER_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL0 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL1 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL2 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL3 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL4 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL5 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL6 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL7 - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- localAcceptor - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- localAddress - Variable in class org.apache.sshd.client.session.forward.PortForwardingTracker
- localAddress - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- localAddress - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- LocalAgentFactory - Class in org.apache.sshd.agent.local
- LocalAgentFactory() - Constructor for class org.apache.sshd.agent.local.LocalAgentFactory
- LocalAgentFactory(SshAgent) - Constructor for class org.apache.sshd.agent.local.LocalAgentFactory
- localEntry - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- LocalFileScpSourceStreamResolver - Class in org.apache.sshd.scp.common.helpers
- LocalFileScpSourceStreamResolver(Path, ScpFileOpener) - Constructor for class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- LocalFileScpTargetStreamResolver - Class in org.apache.sshd.scp.common.helpers
- LocalFileScpTargetStreamResolver(Path, ScpFileOpener) - Constructor for class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- localForwarding - Variable in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- LocalForwardingEntry - Class in org.apache.sshd.common.forward
- LocalForwardingEntry(SshdSocketAddress, InetSocketAddress) - Constructor for class org.apache.sshd.common.forward.LocalForwardingEntry
- LocalForwardingEntry(SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.common.forward.LocalForwardingEntry
- localForwards - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- LOCALHOST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
A dummy placeholder that can be used instead of
null
s - LOCALHOST_IPV4 - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- LOCALHOST_NAME - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- localLock - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- localPortForwardingCancelled(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- localPortForwardingCancelled(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.Forwarder
-
Called when the other side cancelled a remote port forward.
- localPortForwardingRequested(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- localPortForwardingRequested(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.Forwarder
-
Called when the other side requested a remote port forward.
- localToRemote - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- localWindow - Variable in class org.apache.sshd.common.channel.AbstractChannel
- localWindow - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- locations - Variable in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- loChar - Variable in enum class org.apache.sshd.common.config.TimeValueConfig
- lock - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- lock - Variable in class org.apache.sshd.common.channel.Window
- lock - Variable in class org.apache.sshd.common.future.DefaultSshFuture
-
A lock used by the wait() method
- lock - Variable in class org.apache.sshd.common.util.closeable.Builder
- lock - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- lock(long, long, boolean) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- lock(long, long, int) - Method in class org.apache.sshd.sftp.server.FileHandle
- lock(SftpClient.Handle, long, long, int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- lock(SftpClient.Handle, long, long, int) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- lock(SftpClient.Handle, long, long, int) - Method in interface org.apache.sshd.sftp.client.SftpClient
- locks - Variable in class org.apache.sshd.sftp.server.FileHandle
- log - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- log - Variable in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- log - Variable in class org.apache.sshd.common.file.util.BaseFileSystem
- log - Variable in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- log - Variable in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- log - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- log - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- log - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- log - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- log(Level, Object) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- log(Level, Object, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- LOG - Static variable in class org.apache.sshd.agent.local.AgentImpl
- LOG_LEVEL_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- LOGGER - Static variable in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- LoggerSkeleton - Class in org.apache.sshd.common.util.logging
-
Provides some more default implementations for
Logger
interface methods - LoggerSkeleton(String) - Constructor for class org.apache.sshd.common.util.logging.LoggerSkeleton
- loggingClosure(Logger, Level) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- loggingClosure(Logger, Level, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- LoggingFilterOutputStream - Class in org.apache.sshd.common.util.io.output
-
Dumps everything that is written to the stream to the logger
- LoggingFilterOutputStream(OutputStream, String, Logger, int) - Constructor for class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- LoggingFilterOutputStream(OutputStream, String, Logger, PropertyResolver) - Constructor for class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- LoggingUtils - Class in org.apache.sshd.common.util.logging
- LoggingUtils() - Constructor for class org.apache.sshd.common.util.logging.LoggingUtils
- LOGIN_GRACE_TIME_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- loginOptions - Variable in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- loginSession(ConnectFuture, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- loginSession(ConnectFuture, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- LogLevelValue - Enum Class in org.apache.sshd.common.config
- LogLevelValue(Level) - Constructor for enum class org.apache.sshd.common.config.LogLevelValue
- logMessage(Logger, Level, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- long_(String) - Static method in interface org.apache.sshd.common.Property
- long_(String, long) - Static method in interface org.apache.sshd.common.Property
- longFilename - Variable in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- LongProperty(String) - Constructor for class org.apache.sshd.common.Property.LongProperty
- LongProperty(String, Long) - Constructor for class org.apache.sshd.common.Property.LongProperty
- lookupPrincipalByGroupName(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipalLookupService
- lookupPrincipalByName(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipalLookupService
- LOWER_SFTP_IMPL - Static variable in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- ls(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- LSetStatExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
-
Replicates the functionality of the existing
SSH_FXP_SETSTAT
operation but does not follow symbolic links - LSetStatExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.LSetStatExtensionParser
- lstat(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- lstat(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- lstat(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Retrieve remote path meta-data - do not follow symbolic links
M
- mac - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- mac - Variable in class org.apache.sshd.common.mac.BaseMac
- mac - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- Mac - Interface in org.apache.sshd.common.mac
-
Message Authentication Code for use in SSH.
- MAC_PROPOSALS - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- macFactories - Variable in class org.apache.sshd.common.BaseBuilder
- macFactories - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- macFactories(List<NamedFactory<Mac>>) - Method in class org.apache.sshd.common.BaseBuilder
- MacFactory - Interface in org.apache.sshd.common.mac
- MacInformation - Interface in org.apache.sshd.common.mac
-
The reported algorithm name refers to the MAC being used
- MACS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- majorVersion - Variable in class org.apache.sshd.common.util.VersionInfo
- ManagedExecutorServiceSupplier - Interface in org.apache.sshd.common.util.threads
- manager - Variable in class org.apache.sshd.common.io.AbstractIoServiceFactory
- manager - Variable in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- managersHolder - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- managersHolder - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- map - Variable in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- map(FileChannel.MapMode, long, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- map(Collection<? extends T>, Function<? super T, ? extends U>) - Static method in class org.apache.sshd.common.util.GenericUtils
- MAP_TO_KEY_PAIR_PROVIDER - Static variable in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
-
Transforms a
Map
ofString
->KeyPair
to aKeyPairProvider
where map key is the type and value is the associatedKeyPair
- MapBuilder() - Constructor for class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- MapEntryUtils - Class in org.apache.sshd.common.util
-
Represents an un-modifiable pair of values
- MapEntryUtils() - Constructor for class org.apache.sshd.common.util.MapEntryUtils
- MapEntryUtils.EnumMapBuilder<K extends Enum<K>,
V> - Class in org.apache.sshd.common.util - MapEntryUtils.GenericMapPopulator<K,
V, M extends Map<K, V>> - Class in org.apache.sshd.common.util - MapEntryUtils.MapBuilder<K,
V> - Class in org.apache.sshd.common.util - MapEntryUtils.NavigableMapBuilder<K,
V> - Class in org.apache.sshd.common.util - MappedKeyPairProvider - Class in org.apache.sshd.common.keyprovider
- MappedKeyPairProvider(KeyPair...) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- MappedKeyPairProvider(Collection<? extends KeyPair>) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- MappedKeyPairProvider(Map<String, KeyPair>) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- mapSort(Collection<? extends T>, Function<? super T, ? extends U>, Comparator<? super U>) - Static method in class org.apache.sshd.common.util.GenericUtils
- mapUniquePairs(Collection<? extends KeyPair>) - Static method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- mapValues(Function<? super V, ? extends K>, Supplier<? extends M>, Collection<? extends V>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
-
Creates a map out of a group of values
- mapValues(Function<? super V, ? extends K>, Supplier<? extends M>, V...) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- mark(int) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- markClosed() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
Marks the queue as closed
- markCompletionException(Throwable) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- markCompletionSuccessful() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- markDone() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- markDotDotSent() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- markDotSent() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- marker - Variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
- MARKER_INDICATOR - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Character that denotes that start of a marker
- match(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- match(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- matchAntPathPattern(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchAntPathPattern(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchAntPathPatternStart(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchPath(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchPatternStart(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- matchPatternStart(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- matchPatternStart(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- max - Variable in class org.apache.sshd.client.kex.DHGEXClient
- max - Variable in class org.apache.sshd.server.kex.DHGEXServer
- MAX_ALLOWED_POINT_SIZE - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- MAX_ALLOWED_SEED_LEN - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- MAX_APP_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- MAX_APP_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- MAX_AUTH_REQUESTS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value in the configuration properties map of the maximum number of failed authentication requests before the server closes the connection.
- MAX_AUTH_TRIES_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_BIGINT_OCTETS_COUNT - Static variable in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
-
A reasonable max.
- MAX_CIPHER_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_CONCURRENT_CHANNELS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Property that can be used to configure max.
- MAX_CONCURRENT_SESSIONS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the maximum concurrent open session count per username.
- MAX_CURVE_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- MAX_DER_VALUE_LENGTH - Static variable in class org.apache.sshd.common.util.io.der.DERParser
-
Maximum size of data allowed by
DERParser.readLength()
- it is a bit arbitrary since one can encode 32-bit length data, but it is good enough for the keys - MAX_DHG_KEY_SIZE_HOLDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- MAX_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- MAX_DHGEX_KEY_SIZE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to configure the value for the maximum supported Diffie-Hellman Group Exchange key size.
- MAX_EXTDATA_BUFSIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Maximum amount of extended (a.k.a.
- MAX_FILE_HANDLE_RAND_ROUNDS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Max.
- MAX_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- MAX_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- MAX_FORWARDER_BUF_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
- MAX_IDENTIFICATION_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Maximum allowed size of the initial identification text sent during the handshake
- MAX_KDF_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- MAX_KDF_OPTIONS_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- MAX_KEY_COMMENT_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_KEY_TYPE_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_OPEN_HANDLES_PER_SESSION - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Properties key for the maximum of available open handles per session.
- MAX_PACKET_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the maximum packet size in the configuration properties map.
- MAX_PRIVATE_KEY_DATA_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_PUBLIC_KEY_DATA_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_READDATA_PACKET_LENGTH - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Force the use of a max.
- MAX_READDIR_DATA_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Maximum amount of data allocated for listing the contents of a directory in any single invocation of
SftpSubsystem.doReadDir(Buffer, int)
- MAX_ROUNDS_HOLDER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- MAX_SESSIONS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_SIGNATURE_VALUE_LENGTH - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- MAX_STARTUPS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_UINT32_VALUE - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
-
Maximum value of a
uint32
field - MAX_UINT8_VALUE - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
-
Maximum value of a
uint8
field - MAX_VERSION_LINE_LENGTH - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Maximum number of characters for any single line sent as part of the initial handshake - according to RFC 4253 - section 4.2:
- maxAuthRequests - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- maxAuthTime - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- maxConnectTime - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- maxFileHandleRounds - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- MAXIMUM - Static variable in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
An
SftpVersionSelector
that returns the maximum available version - maxPendingBytesCount - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- maxReadSize - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- maxReadSize - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- maxRekeyBlocks - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- maxRekeyBytes - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- maxRekeyInterval - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- maxRekyPackets - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- maxSize - Variable in class org.apache.sshd.common.channel.Window
- maxTrials - Variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- maxWaitForPendingWrites - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- maxWaitTimeout - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- md - Variable in class org.apache.sshd.common.digest.BaseDigest
- md5 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- MD5 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- MD5_FILE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- MD5_HANDLE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- MD5_QUICK_HASH_SIZE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- MD5FileExtension - Interface in org.apache.sshd.sftp.client.extensions
- MD5FileExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "md5-hash" extension
- MD5FileExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.MD5FileExtensionImpl
- MD5HandleExtension - Interface in org.apache.sshd.sftp.client.extensions
- MD5HandleExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "md5-hash-handle" extension
- MD5HandleExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.MD5HandleExtensionImpl
- me() - Method in class org.apache.sshd.common.BaseBuilder
- memoizeLock(Supplier<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
The delegate Suppliers get() method is called exactly once and the result is cached.
- mergeProposals(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- message - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- message - Variable in class org.apache.sshd.server.shell.UnknownCommand
- MESSAGE_POLL_FREQUENCY - Static variable in class org.apache.sshd.agent.local.AgentForwardedChannel
-
Time to wait for new incoming messages before checking if the channel is still active
- MessageCodingSettings(Cipher, Mac, Compression, Cipher.Mode, byte[], byte[]) - Constructor for class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- messageReceived(IoSession, Readable) - Method in class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- messageReceived(IoSession, Readable) - Method in class org.apache.sshd.common.forward.SocksProxy
- messageReceived(IoSession, Readable) - Method in interface org.apache.sshd.common.io.IoHandler
- messageReceived(IoSession, Readable) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- messageReceived(IoSession, Readable) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- messageReceived(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
- messageReceived(Readable) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Main input point for the MINA framework.
- messages - Variable in class org.apache.sshd.agent.local.AgentForwardedChannel
- messages - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- MESSAGES_MAP - Static variable in class org.apache.sshd.agent.SshAgentConstants.LazyMessagesMapHolder
- MESSAGES_MAP - Static variable in class org.apache.sshd.common.SshConstants.LazyMessagesMapHolder
- messagesCounter - Variable in class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- messagesQueue - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- metadataMap - Variable in class org.apache.sshd.client.session.ClientSessionImpl
-
For clients to store their own metadata
- mgr - Variable in class org.apache.sshd.server.auth.gss.CredentialHelper.G
- min - Variable in class org.apache.sshd.client.kex.DHGEXClient
- min - Variable in class org.apache.sshd.common.Property.DurationProperty
- min - Variable in class org.apache.sshd.server.kex.DHGEXServer
- MIN_BUFFER_SIZE - Static variable in interface org.apache.sshd.sftp.client.SftpClient
- MIN_CHKFILE_BLOCKSIZE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- MIN_COPY_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
-
The minimum size for sending / receiving files
- MIN_DHG_KEY_SIZE_HOLDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- MIN_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
The min.
- MIN_DHGEX_KEY_SIZE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to configure the value for the minimum supported Diffie-Hellman Group Exchange key size.
- MIN_EPOCH - Static variable in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
The minimal
OpenSshCertificate.getValidAfter()
orOpenSshCertificate.getValidBefore()
value, corresponding toInstant#EPOCH
. - MIN_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- MIN_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- MIN_FORWARDER_BUF_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
- MIN_READ_BUFFER_SIZE - Static variable in interface org.apache.sshd.sftp.client.SftpClient
- MIN_RECEIVE_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
- MIN_SEND_BUFFER_SIZE - Static variable in class org.apache.sshd.scp.common.ScpHelper
- MIN_WRITE_BUFFER_SIZE - Static variable in interface org.apache.sshd.sftp.client.SftpClient
- MINA - Enum constant in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- MINIMUM - Static variable in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
An
SftpVersionSelector
that returns the minimum available version - minorVersion - Variable in class org.apache.sshd.common.util.VersionInfo
- MINUTES - Enum constant in enum class org.apache.sshd.common.config.TimeValueConfig
- MissingAttachedSessionException - Exception in org.apache.sshd.common.session.helpers
-
Special exception returned by
AbstractSession.getSession(org.apache.sshd.common.io.IoSession, boolean)
to indicate that there is no currently attached SSH session - MissingAttachedSessionException(String) - Constructor for exception org.apache.sshd.common.session.helpers.MissingAttachedSessionException
- MissingAttachedSessionException(String, Throwable) - Constructor for exception org.apache.sshd.common.session.helpers.MissingAttachedSessionException
- mkdir(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- mkdir(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- mkdir(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Create remote directory
- MockFileSystem - Class in org.apache.sshd.common.file.util
- MockFileSystem(String) - Constructor for class org.apache.sshd.common.file.util.MockFileSystem
- mockPath - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- MockPath - Class in org.apache.sshd.common.file.util
- MockPath(String) - Constructor for class org.apache.sshd.common.file.util.MockPath
- mode - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- mode - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- mode - Variable in class org.apache.sshd.common.session.helpers.AbstractSession.MessageCodingSettings
- Mode() - Constructor for enum class org.apache.sshd.common.cipher.Cipher.Mode
- modes - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- MODES - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- ModifiableFileWatcher - Class in org.apache.sshd.common.util.io
-
Watches over changes for a file and re-loads them if file has changed - including if file is deleted or (re-)created
- ModifiableFileWatcher(Path) - Constructor for class org.apache.sshd.common.util.io.ModifiableFileWatcher
- ModifiableFileWatcher(Path, LinkOption...) - Constructor for class org.apache.sshd.common.util.io.ModifiableFileWatcher
- modifiedAttributes(ServerSession, Path, Map<String, ?>, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- modifiedAttributes(ServerSession, Path, Map<String, ?>, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after modifying the attributes of a file / directory
- ModifiedServerKeyAcceptor - Interface in org.apache.sshd.client.keyverifier
- modifyingAttributes(ServerSession, Path, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- modifyingAttributes(ServerSession, Path, Map<String, ?>) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to modifying the attributes of a file / directory
- modifyTime - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- modifyTime(long) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- modifyTime(long, TimeUnit) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- modifyTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- ModifyTime - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- modKeyAcceptor - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- Moduli - Class in org.apache.sshd.server.kex
-
Helper class to load DH group primes from a file.
- Moduli() - Constructor for class org.apache.sshd.server.kex.Moduli
- MODULI_TESTS_COMPOSITE - Static variable in class org.apache.sshd.server.kex.Moduli
- MODULI_TYPE_SAFE - Static variable in class org.apache.sshd.server.kex.Moduli
- MODULI_URL - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
A URL pointing to the moduli file.
- Moduli.DhGroup - Class in org.apache.sshd.server.kex
- MontgomeryCurve - Enum Class in org.apache.sshd.common.kex
-
Provides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and Curve448/X448 specified in RFC 7748 and RFC 8731.
- MontgomeryCurve(String, int, DigestFactory, byte[]) - Constructor for enum class org.apache.sshd.common.kex.MontgomeryCurve
- MONTHS - Static variable in class org.apache.sshd.sftp.server.UnixDateFormat
-
A
List
of short months names where Jan=0, Feb=1, etc. - move(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- moved(ServerSession, Path, Path, Collection<CopyOption>, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- moved(ServerSession, Path, Path, Collection<CopyOption>, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after renaming a file / directory
- moving(ServerSession, Path, Path, Collection<CopyOption>) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- moving(ServerSession, Path, Path, Collection<CopyOption>) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to renaming a file / directory
- msg - Variable in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- MSG_KEX_COOKIE_SIZE - Static variable in class org.apache.sshd.common.SshConstants
- mul(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- MULTI_VALUE_SEPARATORS - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- multiIterableSuppliers(Iterable<? extends Supplier<? extends Iterable<? extends T>>>) - Static method in class org.apache.sshd.common.util.GenericUtils
- MultiKeyIdentityIterator - Class in org.apache.sshd.common.keyprovider
-
Iterates over several
KeyIdentityProvider
-s exhausting their keys one by one (lazily). - MultiKeyIdentityIterator(SessionContext, Iterable<? extends KeyIdentityProvider>) - Constructor for class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- MultiKeyIdentityProvider - Class in org.apache.sshd.common.keyprovider
-
Aggregates several
KeyIdentityProvider
-s into a single logical one that (lazily) exposes the keys from each aggregated provider - MultiKeyIdentityProvider(Iterable<? extends KeyIdentityProvider>) - Constructor for class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- MultipleAttachedSessionException - Exception in org.apache.sshd.common.session.helpers
-
Special exception thrown by
AbstractSession.attachSession(org.apache.sshd.common.io.IoSession, AbstractSession)
in order to indicate an already attached I/O session - MultipleAttachedSessionException(String) - Constructor for exception org.apache.sshd.common.session.helpers.MultipleAttachedSessionException
- MultipleAttachedSessionException(String, Throwable) - Constructor for exception org.apache.sshd.common.session.helpers.MultipleAttachedSessionException
- multiProvider(Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyIdentityProvider
into a single one - multiProvider(KeyIdentityProvider...) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyIdentityProvider
into a single one - multiProvider(SessionContext, Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProvider
into a single one - multiProvider(SessionContext, PasswordIdentityProvider...) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProvider
into a single one - MutableBasicCredentials - Interface in org.apache.sshd.common.auth
- MutablePassword - Interface in org.apache.sshd.common.auth
- MutableUserHolder - Interface in org.apache.sshd.common.auth
- myKeyAgree - Variable in class org.apache.sshd.common.kex.AbstractDH
N
- name - Variable in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- name - Variable in class org.apache.sshd.agent.SshAgentKeyConstraint.Extension
- name - Variable in class org.apache.sshd.client.auth.AbstractUserAuth
- name - Variable in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- name - Variable in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
- name - Variable in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- name - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- name - Variable in class org.apache.sshd.common.compression.BaseCompression
- name - Variable in enum class org.apache.sshd.common.compression.BuiltinCompressions
- name - Variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- name - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- name - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- name - Variable in class org.apache.sshd.common.file.util.MockFileSystem
- name - Variable in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- name - Variable in class org.apache.sshd.common.Property.BaseProperty
- name - Variable in class org.apache.sshd.common.random.AbstractRandomFactory
- name - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- name - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- name - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- name - Variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- name - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
- name - Variable in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- name - Variable in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- name - Variable in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- name - Variable in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- name - Variable in class org.apache.sshd.sftp.client.fs.SftpFileStore
- name - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- name - Variable in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- name - Variable in class org.apache.sshd.sftp.common.extensions.AbstractParser
- name - Variable in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- name - Variable in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- name - Variable in class org.apache.sshd.sftp.server.PrincipalBase
- name - Variable in class org.apache.sshd.common.util.logging.LoggerSkeleton
- name() - Method in class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- name() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- name() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- name() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- NAME - Static variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- NAME - Static variable in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- NAME - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- NAME - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
- NAME - Static variable in class org.apache.sshd.client.auth.password.UserAuthPassword
- NAME - Static variable in class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
- NAME - Static variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- NAME - Static variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- NAME - Static variable in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
- NAME - Static variable in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
- NAME - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.Elevation
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- NAME - Static variable in class org.apache.sshd.common.random.JceRandom
- NAME - Static variable in class org.apache.sshd.common.random.JceRandomFactory
- NAME - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- NAME - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- NAME - Static variable in class org.apache.sshd.server.auth.gss.UserAuthGSS
- NAME - Static variable in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- NAME - Static variable in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- NAME - Static variable in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- NAME - Static variable in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
- NAME - Static variable in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
- NAME - Static variable in class org.apache.sshd.server.auth.password.UserAuthPassword
- NAME - Static variable in class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
- NAME - Static variable in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- NAME - Static variable in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- NAME - Static variable in class org.apache.sshd.server.auth.UserAuthNone
- NAME - Static variable in class org.apache.sshd.server.auth.UserAuthNoneFactory
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.FstatVfsExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.FsyncExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.HardLinkExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.LSetStatExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.PosixRenameExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.StatVfsExtensionParser
- NAME - Static variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- NAME_DECODER_CHARSET - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- NAME_DECODING_CHARSET - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Used to indicate the
Charset
(or its name) for decoding referenced files/folders names - extracted from the client session when 1st initialized. - NAME_EXTRACTOR - Static variable in interface org.apache.sshd.common.NamedResource
- NAME_LOOKUP_TABLE - Static variable in enum class org.apache.sshd.server.Signal
-
An un-modifiable case-insensitive
NavigableMap
of the names of all availableSignal
s - NAMED_PROVIDER_PROPERTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Property used to configure whether to use the provider's name rather than its
Provider
instance - nameDecodingCharset - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- NamedFactoriesListParseResult<T,
F extends NamedResource> - Class in org.apache.sshd.common.config -
Holds the result of parsing a list of
NamedFactory
ies - NamedFactoriesListParseResult(List<F>, List<String>) - Constructor for class org.apache.sshd.common.config.NamedFactoriesListParseResult
- NamedFactory<T> - Interface in org.apache.sshd.common
-
A named factory is a factory identified by a name.
- NamedResource - Interface in org.apache.sshd.common
- NamedResourceListParseResult<R extends NamedResource> - Class in org.apache.sshd.common.config
- NamedResourceListParseResult(List<R>, List<String>) - Constructor for class org.apache.sshd.common.config.NamedResourceListParseResult
- NamedVersionSelector(String, SftpVersionSelector) - Constructor for class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- nameEncodingCharset - Variable in class org.apache.sshd.scp.server.ScpShell
- namePrefix - Variable in class org.apache.sshd.common.util.threads.SshdThreadFactory
- names - Variable in class org.apache.sshd.common.file.util.BasePath
- NAMES - Static variable in enum class org.apache.sshd.common.cipher.ECCurves
-
A
Set
of all the known curves names - NAMES - Static variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
-
A case insensitive
NavigableSet
of all built-in identities names - NAMES_MAP - Static variable in class org.apache.sshd.sftp.common.SftpConstants.LazyCommandNameHolder
- NativeFileSystemFactory - Class in org.apache.sshd.common.file.nativefs
-
Native file system factory.
- NativeFileSystemFactory() - Constructor for class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- NativeFileSystemFactory(boolean) - Constructor for class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- NavigableMapBuilder(Comparator<? super K>) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- nbAuthRequests - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- negate() - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
- negated - Variable in class org.apache.sshd.client.config.hosts.HostPatternValue
- NEGATION_CHAR_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used to negate a host pattern
- negotiate() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Compute the negotiated proposals by merging the client and server proposal.
- negotiateVersion(SftpVersionSelector) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- negotiationResult - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- NETTY - Enum constant in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- Network - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- NetworkConnector - Class in org.apache.sshd.common.util.net
- NetworkConnector() - Constructor for class org.apache.sshd.common.util.net.NetworkConnector
- NEVER - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
Do not send a welcome banner even if one is configured.
- newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newBuffer(int) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newCachedThreadPool(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newCachedThreadPoolIf(CloseableExecutorService, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newExecutor() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- newFactory(DHFactory) - Static method in class org.apache.sshd.client.kex.DHGClient
- newFactory(DHFactory) - Static method in class org.apache.sshd.client.kex.DHGEXClient
- newFactory(DHFactory) - Static method in class org.apache.sshd.server.kex.DHGEXServer
- newFactory(DHFactory) - Static method in class org.apache.sshd.server.kex.DHGServer
- newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newFileSystem(Object, Path, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newFileSystem(Path, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(ClientSession) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newFixedThreadPool(String, int) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newFixedThreadPoolIf(CloseableExecutorService, String, int) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newInputStream(Path, OpenOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newInputStream(Path, OpenOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newInstance(Class<?>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- newInstance(Class<?>, Class<? extends T>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- newInstance(Class<? extends T>, String) - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- newInstance(Class<T>) - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- NEWKEYS - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
About to send the
SSH_MSG_NEWKEYS
message - NEWKEYS - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
- newline - Variable in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- Newline() - Constructor for class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- Newline(String) - Constructor for class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- NEWLINE_VALUE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Property that can be used to set the reported NL value.
- NewlineParser - Class in org.apache.sshd.sftp.common.extensions
- NewlineParser() - Constructor for class org.apache.sshd.sftp.common.extensions.NewlineParser
- NewlineParser.Newline - Class in org.apache.sshd.sftp.common.extensions
-
The "newline" extension information as per DRAFT 09 Section 4.3
- newOutputStream(Path, OpenOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newOutputStream(Path, OpenOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- newPrivateKeyEncryptionContext(PrivateKeyObfuscator, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- newProxyInstance(Class<T>, InvocationHandler) - Static method in class org.apache.sshd.common.util.ProxyUtils
- newProxyInstance(ClassLoader, Class<T>, InvocationHandler) - Static method in class org.apache.sshd.common.util.ProxyUtils
- newSingleThreadExecutor(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newSingleThreadScheduledExecutor(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newThread(Runnable) - Method in class org.apache.sshd.common.util.threads.SshdThreadFactory
- newWatchService() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- newWatchService() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- newWatchService() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- next() - Method in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- next() - Method in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- next() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- next() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- next() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- next() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- next() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- next() - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- next() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- next() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- next(int) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- next(int, Buffer) - Method in class org.apache.sshd.client.kex.DHGClient
- next(int, Buffer) - Method in class org.apache.sshd.client.kex.DHGEXClient
- next(int, Buffer) - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Process the next packet
- next(int, Buffer) - Method in class org.apache.sshd.server.kex.DHGEXServer
- next(int, Buffer) - Method in class org.apache.sshd.server.kex.DHGServer
- next(Buffer) - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- next(Buffer) - Method in interface org.apache.sshd.server.auth.UserAuth
-
Handle another step in the authentication process.
- nextChannelId - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Next channel identifier
- nextEntry(SftpPath, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- nextKeyPair - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- nextKeyPairSet - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- nextService - Variable in class org.apache.sshd.client.session.ClientSessionImpl
- nextServiceFactory - Variable in class org.apache.sshd.client.session.ClientSessionImpl
- nextServiceName() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- nextValue - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- NIO_WORKERS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Number of NIO worker threads to use.
- NIO2 - Enum constant in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- NIO2_MIN_WRITE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Minimum NIO2 write wait timeout for a single outgoing packet - in milliseconds
- NIO2_READ_BUFFER_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Read buffer size for NIO2 sessions See
Nio2Session
- NIO2_READ_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the socket read timeout for NIO2 session implementation - in milliseconds.
- Nio2Acceptor - Class in org.apache.sshd.common.io.nio2
- Nio2Acceptor(PropertyResolver, IoHandler, AsynchronousChannelGroup) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Acceptor
- Nio2Acceptor.AcceptCompletionHandler - Class in org.apache.sshd.common.io.nio2
- Nio2CompletionHandler<V,
A> - Class in org.apache.sshd.common.io.nio2 - Nio2CompletionHandler() - Constructor for class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
- Nio2Connector - Class in org.apache.sshd.common.io.nio2
-
TODO Add javadoc
- Nio2Connector(PropertyResolver, IoHandler, AsynchronousChannelGroup) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Connector
- Nio2Connector.ConnectionCompletionHandler - Class in org.apache.sshd.common.io.nio2
- Nio2Connector.DefaultIoConnectFuture - Class in org.apache.sshd.common.io.nio2
- Nio2DefaultIoWriteFuture - Class in org.apache.sshd.common.io.nio2
- Nio2DefaultIoWriteFuture(Object, Object, ByteBuffer) - Constructor for class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
- Nio2Service - Class in org.apache.sshd.common.io.nio2
- Nio2Service(PropertyResolver, IoHandler, AsynchronousChannelGroup) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Service
- Nio2ServiceFactory - Class in org.apache.sshd.common.io.nio2
- Nio2ServiceFactory(FactoryManager, CloseableExecutorService) - Constructor for class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
- Nio2ServiceFactoryFactory - Class in org.apache.sshd.common.io.nio2
- Nio2ServiceFactoryFactory() - Constructor for class org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory
- Nio2ServiceFactoryFactory(Factory<CloseableExecutorService>) - Constructor for class org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory
- Nio2Session - Class in org.apache.sshd.common.io.nio2
- Nio2Session(Nio2Service, PropertyResolver, IoHandler, AsynchronousSocketChannel, SocketAddress) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Session
- NioChannelDelegateInvocationHandler - Class in org.apache.sshd.common.util.closeable
- NioChannelDelegateInvocationHandler(Object, Channel) - Constructor for class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- nistp256 - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves
- nistp256 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- NISTP256 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp256_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- nistp384 - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves
- nistp384 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- NISTP384 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp384_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- nistp521 - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves
- nistp521 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- NISTP521 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp521_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- NO - Enum constant in enum class org.apache.sshd.common.config.CompressionConfigValue
- NO_FOLLOW_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- NO_OPTIONS_VALUE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- NO_PRIVATE_KEY_ENCRYPTION_VALUE - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
Value (case insensitive) used to denote that private key is not encrypted
- NO_TOUCH_REQUIRED_HEADER - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- NO_TOUCH_REQUIRED_HEADER - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- noClose(CloseableExecutorService) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- NoCloseExecutor - Class in org.apache.sshd.common.util.threads
-
Wraps an
ExecutorService
as aCloseableExecutorService
and avoids calling itsshutdown
methods when the wrapper is shut down - NoCloseExecutor(ExecutorService) - Constructor for class org.apache.sshd.common.util.threads.NoCloseExecutor
- NoCloseInputStream - Class in org.apache.sshd.common.util.io.input
-
TODO Add javadoc
- NoCloseInputStream(InputStream) - Constructor for class org.apache.sshd.common.util.io.input.NoCloseInputStream
- NoCloseOutputStream - Class in org.apache.sshd.common.util.io.output
-
TODO Add javadoc
- NoCloseOutputStream(OutputStream) - Constructor for class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- NoCloseReader - Class in org.apache.sshd.common.util.io.input
- NoCloseReader(Reader) - Constructor for class org.apache.sshd.common.util.io.input.NoCloseReader
- NoCloseWriter - Class in org.apache.sshd.common.util.io.output
- NoCloseWriter(Writer) - Constructor for class org.apache.sshd.common.util.io.output.NoCloseWriter
- noDelay - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- NoFlowControl - Class in org.apache.sshd.common.kex.extension.parser
- NoFlowControl() - Constructor for class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- NOFLSH - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Don't flush after interrupt.
- nologClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- NoMoreSessionsHandler - Class in org.apache.sshd.server.global
-
Handler for "no-more-sessions@xxx" global request.
- NoMoreSessionsHandler() - Constructor for class org.apache.sshd.server.global.NoMoreSessionsHandler
- NON_STANDARD_PORT_PATTERN_ENCLOSURE_END_DELIM - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Non-standard port specification host pattern enclosure end delimiter
- NON_STANDARD_PORT_PATTERN_ENCLOSURE_START_DELIM - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Non-standard port specification host pattern enclosure start delimiter
- nonce - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- nonce - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- nonce - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- nonce(byte[]) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- NONCE_BYTES - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- NONCE_INTS - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- NONCE_OFFSET - Static variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- none - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- none - Enum constant in enum class org.apache.sshd.common.compression.BuiltinCompressions
- NONE - Enum constant in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
No heartbeat
- NONE - Enum constant in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- NONE - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
A useful "placeholder" that indicates that no interaction is expected.
- NONE - Static variable in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolver
-
An identity resolver - i.e., no special intervention - simply use the channel itself
- NONE - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- NONE - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
- NONE - Static variable in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- NONE - Static variable in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
An authenticator that rejects any attempt to use it
- NONE_CIPHER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- NONE_CIPHER_PATTERN - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- NONE_KDF - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- NONE_VALUE - Static variable in class org.apache.sshd.common.PropertyResolverUtils
- NoneFileSystem - Class in org.apache.sshd.common.file.nonefs
- NoneFileSystem() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystem
- NoneFileSystemFactory - Class in org.apache.sshd.common.file.nonefs
-
Provides an "empty" file system that has no files/folders and throws exceptions on any attempt to access a file/folder on it
- NoneFileSystemFactory() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- NoneFileSystemProvider - Class in org.apache.sshd.common.file.nonefs
-
Provides an "empty"
FileSystemProvider
that has no files of any type. - NoneFileSystemProvider() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- normalize() - Method in class org.apache.sshd.common.file.util.BasePath
- normalize() - Method in class org.apache.sshd.common.file.util.MockPath
- normalize(Path) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- normalizeEntry(HostConfigEntry, String, int, String, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- normalizePattern(String) - Static method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Normalizes the pattern, e.g.
- notifier - Variable in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
- notifyEvent(E) - Method in interface org.apache.sshd.common.util.EventNotifier
- notifyListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- notifyListeners() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- notifyStateChanged(String) - Method in class org.apache.sshd.common.channel.AbstractChannel
- notifyStateChanged(ChannelListener, String) - Method in class org.apache.sshd.common.channel.AbstractChannel
- notifyStateChanged(Channel, String, V) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
Notifies that some change has been made to the data in the holder.
- NoTimeout - Enum constant in enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- notImplemented(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send a
SSH_MSG_UNIMPLEMENTED
packet. - noTouchRequired - Variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- noTouchRequired - Variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- NULL - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- NULL - Static variable in class org.apache.sshd.common.util.GenericUtils
-
A value indicating a
null
value - to be used as a placeholder wherenull
s are not allowed - NullInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/null
input stream - NullInputStream() - Constructor for class org.apache.sshd.common.util.io.input.NullInputStream
- NullOutputStream - Class in org.apache.sshd.common.util.io.output
-
A {code /dev/null} output stream
- NullOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.NullOutputStream
- NullPrintStream - Class in org.apache.sshd.common.util.io.output
- NullPrintStream() - Constructor for class org.apache.sshd.common.util.io.output.NullPrintStream
- NumberUtils - Class in org.apache.sshd.common.util
- NumberUtils() - Constructor for class org.apache.sshd.common.util.NumberUtils
- numeric - Variable in enum class org.apache.sshd.server.Signal
- NUMERIC_LOOKUP_TABLE - Static variable in enum class org.apache.sshd.server.Signal
-
An un-modifiable
NavigableMap
of the numeric values of all availableSignal
s - NUMERIC_PRIMITIVE_CLASSES - Static variable in class org.apache.sshd.common.util.NumberUtils
- NUMERIC_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- NUMLINKS_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- numOctets - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- numRounds - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
O
- OAKLEY_GROUPS - Static variable in class org.apache.sshd.common.kex.DHGroupData
- obfuscator - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- OBFUSCATORS - Static variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- objClass - Variable in class org.apache.sshd.common.util.io.der.ASN1Object
- object(String) - Static method in interface org.apache.sshd.common.Property
- object(String, Object) - Static method in interface org.apache.sshd.common.Property
- OBJECT_IDENTIFIER - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- ObjectBuilder<T> - Interface in org.apache.sshd.common.util
-
A generic builder interface
- ObjectProperty(String) - Constructor for class org.apache.sshd.common.Property.ObjectProperty
- ObjectProperty(String, Object) - Constructor for class org.apache.sshd.common.Property.ObjectProperty
- objType - Variable in class org.apache.sshd.common.util.io.der.ASN1Object
- OCRNL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Translate carriage return to newline (output).
- OCTET_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- octetStringToEcPoint(byte...) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- octetStringToEcPoint(byte[], int, int) - Method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- octetStringToInteger(byte...) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
-
Converts the given octet string (defined by ASN.1 specifications) to a
BigInteger
As octet strings always represent positive integers, a zero-byte is prepended to the given array if necessary (if is MSB equal to 1), then this is converted to BigInteger The conversion is defined in the Section 2.3.8 - of(boolean) - Static method in interface org.apache.sshd.common.OptionalFeature
- of(boolean) - Static method in interface org.apache.sshd.server.forward.AgentForwardingFilter
- of(boolean) - Static method in interface org.apache.sshd.server.forward.X11ForwardingFilter
- of(E...) - Static method in class org.apache.sshd.common.util.GenericUtils
- of(String) - Static method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
- of(KeyPair) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps a
KeyPair
into aClientIdentityProvider
that simply returns this value as itClientIdentityProvider.getClientIdentities(SessionContext)
. - of(Collection<? extends E>) - Static method in class org.apache.sshd.common.util.GenericUtils
- ofAttributesMap(Map<AttributeRepository.AttributeKey<?>, ?>) - Static method in interface org.apache.sshd.common.AttributeRepository
- offset - Variable in class org.apache.sshd.sftp.client.impl.SftpAckData
- offset - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- ofKeyValuePair(AttributeRepository.AttributeKey<A>, A) - Static method in interface org.apache.sshd.common.AttributeRepository
- ofName(String) - Static method in interface org.apache.sshd.common.NamedResource
-
Wraps a name value inside a
NamedResource
- oidString - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- oidValue - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- OK - Static variable in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- okToReaccept(Throwable, SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- OLCUC - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Convert lowercase to uppercase.
- oldRequest - Variable in class org.apache.sshd.server.kex.DHGEXServer
- onChannelOpened(OpenFuture) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
- onChannelOpened(OpenFuture) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
- onClose(Runnable) - Method in class org.apache.sshd.client.channel.ChannelSubsystem
- onCompleted(Void, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- onCompleted(AsynchronousSocketChannel, SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- onCompleted(V, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
- onConnectOperationComplete(IoSession, ConnectFuture, String, SocketAddress, KeyIdentityProvider, HostConfigEntry) - Method in class org.apache.sshd.client.SshClient
- oneByte - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- onExit(int) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- onExit(int) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH server that the shell has exited
- onExit(int, boolean) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH server that the shell has exited
- onExit(int, String) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- onExit(int, String) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH client/server that the shell has exited
- onExit(int, String, boolean) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH client/server that the shell has exited
- onFailed(Throwable, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
- onFailed(Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- onFailed(Throwable, SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- ONLCR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Map NL to CR-NL.
- ONLRET - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Newline performs a carriage return (output).
- onMessage(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
- onMessage(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
- onMessage(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
- ONOCR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Translate newline to carriage return-newline (output).
- onWindowExpanded() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- onWritten(IoWriteFutureImpl, int, long, IoWriteFuture) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- OPCODE_EXTRACTOR - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- open - Variable in class org.apache.sshd.agent.local.AgentImpl
- open - Variable in class org.apache.sshd.agent.local.AgentServerProxy
- open - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- open - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- open - Variable in class org.apache.sshd.client.session.forward.PortForwardingTracker
- open - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- open - Variable in class org.apache.sshd.common.file.util.MockFileSystem
- open - Variable in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- open - Variable in class org.apache.sshd.common.util.io.input.LimitInputStream
- open - Variable in class org.apache.sshd.common.util.io.input.NullInputStream
- open - Variable in class org.apache.sshd.common.util.io.output.NullOutputStream
- open - Variable in class org.apache.sshd.sftp.client.impl.DefaultCloseableHandle
- open - Variable in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- open() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- open() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
- open() - Method in interface org.apache.sshd.client.channel.ClientChannel
- open() - Method in class org.apache.sshd.client.SshClient
- open() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- open() - Method in class org.apache.sshd.server.SshServer
- open() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
- open(int, long, long, Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- open(int, long, long, Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a server channel, this method will actually open the channel
- open(int, long, long, Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
- open(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Opens a remote file for read
- open(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- open(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- open(String, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Opens a remote file with the specified mode(s)
- open(String, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Opens a remote file with the specified mode(s)
- open(ServerSession, String, Handle) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- open(ServerSession, String, Handle) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Specified file / directory has been opened
- OPEN_CODES_MAP - Static variable in class org.apache.sshd.common.SshConstants.LazyOpenCodesMapHolder
- openAsynchronousServerSocketChannel(SocketAddress, AsynchronousChannelGroup) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- openAsynchronousSocketChannel(SocketAddress, AsynchronousChannelGroup) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
- openbsd_iv - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- openCommandChannel(ClientSession, String) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- openCommandChannel(ClientSession, String, Logger) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- openDir(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- openDir(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- openDir(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Obtain a handle for a directory
- openDirectory(SftpSubsystemProxy, DirectoryHandle, Path, String) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called when a new directory stream is requested
- opened - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- Opened - Enum constant in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
- Opened - Enum constant in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is open
- OPENED - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Channel has been successfully opened
- opener - Variable in class org.apache.sshd.scp.client.AbstractScpClientCreator
- opener - Variable in class org.apache.sshd.scp.client.DefaultScpClient
- opener - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- opener - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- opener - Variable in class org.apache.sshd.scp.common.ScpHelper
- opener - Variable in class org.apache.sshd.scp.server.ScpCommand
- opener - Variable in class org.apache.sshd.scp.server.ScpShell
- openFailed(ServerSession, String, Path, boolean, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Specified file / directory could not be opened - Note: this call may occur without
SftpEventListener.opening(ServerSession, String, Handle)
ever having been called - openFailureLang - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- openFailureMsg - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- openFailureReason - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- openFile(SftpSubsystemProxy, FileHandle, Path, String, Set<? extends OpenOption>, FileAttribute<?>...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called whenever a new file is opened
- openFuture - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- OpenFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous channel opening requests. - opening(ServerSession, String, Handle) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- opening(ServerSession, String, Handle) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Specified file / directory is being opened
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- openInputStream() - Method in interface org.apache.sshd.common.util.io.resource.ResourceStreamProvider
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.URIResource
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- openKeyPairResource(SessionContext, NamedResource, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- OpenMode() - Constructor for enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- openOptions - Variable in class org.apache.sshd.common.util.io.resource.PathResource
- openOptions - Variable in class org.apache.sshd.sftp.server.FileHandle
- openRead(Session, Path, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- openRead(Session, Path, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Create an input stream to read from a file
- openRemoteFileChannel(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- openRemoteFileChannel(String, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Opens an
FileChannel
on the specified remote path - openRemoteFileChannel(String, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- openRemotePathChannel(String, OpenOption...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- openRemotePathChannel(String, Collection<? extends OpenOption>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- OPENSSH - Static variable in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
- OPENSSH_EXTENSIONS - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Comma-separated list of which
OpenSSH
extensions are reported and what version is reported for each - format:name=version
. - OPENSSH_FSYNC - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- OPENSSH_POSIX_RENAME - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- OPENSSH_STAT_HANDLE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- OPENSSH_STAT_PATH - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- OpenSshCertificate - Interface in org.apache.sshd.common.config.keys
-
An OpenSSH certificate key as specified by OpenSSH.
- OpenSshCertificate.CertificateOption - Class in org.apache.sshd.common.config.keys
-
Certificate Options are a set of bytes that is
- OpenSshCertificate.Type - Enum Class in org.apache.sshd.common.config.keys
-
OpenSshCertificate
s have a type indicating whether the certificate if for a host key (certifying a host identity) or for a user key (certifying a user identity). - OpenSshCertificateBuilder - Class in org.apache.sshd.certificate
-
Holds all the data necessary to create a signed OpenSSH Certificate
- OpenSshCertificateBuilder(OpenSshCertificate.Type) - Constructor for class org.apache.sshd.certificate.OpenSshCertificateBuilder
- OpenSSHCertificateDecoder - Class in org.apache.sshd.common.config.keys.impl
- OpenSSHCertificateDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- OpenSshCertificateImpl - Class in org.apache.sshd.common.config.keys
- OpenSshCertificateImpl() - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- OpenSSHCertPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- OpenSSHCertPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- OpenSSHDSSPrivateKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHDSSPrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- OpenSSHECDSAPrivateKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHECDSAPrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- OpenSSHEd25519PrivateKeyEntryDecoder - Class in org.apache.sshd.common.util.security.eddsa
- OpenSSHEd25519PrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- OpenSSHExtension(String) - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- OpenSSHExtension(String, String) - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- OpenSSHFsyncExtension - Interface in org.apache.sshd.sftp.client.extensions.openssh
-
Implements the "fsync@openssh.com" extension
- OpenSSHFsyncExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.openssh.helpers
- OpenSSHFsyncExtensionImpl(SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHFsyncExtensionImpl
- OpenSshHostKeysHandler - Class in org.apache.sshd.client.global
-
A handler for the "hostkeys-00@openssh.com" request - for now, only reads the presented host key.
- OpenSshHostKeysHandler - Class in org.apache.sshd.server.global
-
An initial handler for "hostkeys-prove-00@openssh.com" request
- OpenSshHostKeysHandler() - Constructor for class org.apache.sshd.client.global.OpenSshHostKeysHandler
- OpenSshHostKeysHandler() - Constructor for class org.apache.sshd.server.global.OpenSshHostKeysHandler
- OpenSshHostKeysHandler(BufferPublicKeyParser<? extends PublicKey>) - Constructor for class org.apache.sshd.client.global.OpenSshHostKeysHandler
- OpenSshHostKeysHandler(BufferPublicKeyParser<? extends PublicKey>) - Constructor for class org.apache.sshd.server.global.OpenSshHostKeysHandler
- OpenSSHKdfOptions - Interface in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHKeyDecryptor - Interface in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHKeyEncryptionContext - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A
PrivateKeyEncryptionContext
for use with aOpenSSHKeyPairResourceWriter
. - OpenSSHKeyEncryptionContext() - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- OpenSSHKeyPairResourceParser - Class in org.apache.sshd.common.config.keys.loader.openssh
-
Basic support for OpenSSH key file(s)
- OpenSSHKeyPairResourceParser() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- OpenSSHKeyPairResourceWriter - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A
KeyPairResourceWriter
for writing keys in the modern OpenSSH format, using the OpenBSD bcrypt KDF for passphrase-protected encrypted private keys. - OpenSSHKeyPairResourceWriter() - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- OpenSSHKeyPairResourceWriter.KeyEncryptor - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.
- OpenSSHParserContext - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHParserContext() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- OpenSSHParserContext(String, OpenSSHKdfOptions) - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- OpenSSHPosixRenameExtension - Interface in org.apache.sshd.sftp.client.extensions.openssh
-
Implements the "posix-rename@openssh.com" extension
- OpenSSHPosixRenameExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.openssh.helpers
- OpenSSHPosixRenameExtensionImpl(SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHPosixRenameExtensionImpl
- OpenSSHRSAPrivateKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHRSAPrivateKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- OpenSSHStatExtensionInfo - Class in org.apache.sshd.sftp.client.extensions.openssh
-
Response for the "statvfs@openssh.com" and "fstatvfs@openssh.com" extension commands.
- OpenSSHStatExtensionInfo() - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- OpenSSHStatExtensionInfo(Buffer) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- OpenSSHStatHandleExtension - Interface in org.apache.sshd.sftp.client.extensions.openssh
-
Implements the "fstatvfs@openssh.com" extension command
- OpenSSHStatHandleExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.openssh.helpers
- OpenSSHStatHandleExtensionImpl(SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHStatHandleExtensionImpl
- OpenSSHStatPathExtension - Interface in org.apache.sshd.sftp.client.extensions.openssh
-
Implements the "statvfs@openssh.com" extension command
- OpenSSHStatPathExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.openssh.helpers
- OpenSSHStatPathExtensionImpl(SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHStatPathExtensionImpl
- openWrite(Session, Path, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- openWrite(Session, Path, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Create an output stream to write to a file
- operationComplete(OpenFuture) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- operationComplete(IoWriteFuture) - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
- operationComplete(T) - Method in interface org.apache.sshd.common.future.SshFutureListener
-
Invoked when the operation associated with the
SshFuture
has been completed even if you add the listener after the completion. - OPOST - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable output processing.
- optD - Variable in class org.apache.sshd.scp.server.ScpCommand
- optF - Variable in class org.apache.sshd.scp.server.ScpCommand
- Option(String) - Constructor for enum class org.apache.sshd.scp.client.ScpClient.Option
- OptionalFeature - Interface in org.apache.sshd.common
- options - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- options - Variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- options - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- options - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- optionValue - Variable in enum class org.apache.sshd.scp.client.ScpClient.Option
- optP - Variable in class org.apache.sshd.scp.server.ScpCommand
- optR - Variable in class org.apache.sshd.scp.server.ScpCommand
- optT - Variable in class org.apache.sshd.scp.server.ScpCommand
- or(UnaryEquator<? super T>) - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
-
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.
- org.apache.sshd.agent - package org.apache.sshd.agent
- org.apache.sshd.agent.common - package org.apache.sshd.agent.common
- org.apache.sshd.agent.local - package org.apache.sshd.agent.local
- org.apache.sshd.certificate - package org.apache.sshd.certificate
- org.apache.sshd.client - package org.apache.sshd.client
- org.apache.sshd.client.auth - package org.apache.sshd.client.auth
- org.apache.sshd.client.auth.hostbased - package org.apache.sshd.client.auth.hostbased
- org.apache.sshd.client.auth.keyboard - package org.apache.sshd.client.auth.keyboard
- org.apache.sshd.client.auth.password - package org.apache.sshd.client.auth.password
- org.apache.sshd.client.auth.pubkey - package org.apache.sshd.client.auth.pubkey
- org.apache.sshd.client.channel - package org.apache.sshd.client.channel
- org.apache.sshd.client.channel.exit - package org.apache.sshd.client.channel.exit
- org.apache.sshd.client.config - package org.apache.sshd.client.config
- org.apache.sshd.client.config.hosts - package org.apache.sshd.client.config.hosts
- org.apache.sshd.client.config.keys - package org.apache.sshd.client.config.keys
- org.apache.sshd.client.future - package org.apache.sshd.client.future
- org.apache.sshd.client.global - package org.apache.sshd.client.global
- org.apache.sshd.client.kex - package org.apache.sshd.client.kex
- org.apache.sshd.client.keyverifier - package org.apache.sshd.client.keyverifier
- org.apache.sshd.client.session - package org.apache.sshd.client.session
- org.apache.sshd.client.session.forward - package org.apache.sshd.client.session.forward
- org.apache.sshd.client.simple - package org.apache.sshd.client.simple
- org.apache.sshd.client.subsystem - package org.apache.sshd.client.subsystem
- org.apache.sshd.common - package org.apache.sshd.common
- org.apache.sshd.common.auth - package org.apache.sshd.common.auth
- org.apache.sshd.common.channel - package org.apache.sshd.common.channel
- org.apache.sshd.common.channel.exception - package org.apache.sshd.common.channel.exception
- org.apache.sshd.common.channel.throttle - package org.apache.sshd.common.channel.throttle
- org.apache.sshd.common.cipher - package org.apache.sshd.common.cipher
-
Cipher
implementations. - org.apache.sshd.common.compression - package org.apache.sshd.common.compression
-
Compression
implementations. - org.apache.sshd.common.config - package org.apache.sshd.common.config
- org.apache.sshd.common.config.keys - package org.apache.sshd.common.config.keys
- org.apache.sshd.common.config.keys.impl - package org.apache.sshd.common.config.keys.impl
- org.apache.sshd.common.config.keys.loader - package org.apache.sshd.common.config.keys.loader
- org.apache.sshd.common.config.keys.loader.openssh - package org.apache.sshd.common.config.keys.loader.openssh
- org.apache.sshd.common.config.keys.loader.openssh.kdf - package org.apache.sshd.common.config.keys.loader.openssh.kdf
- org.apache.sshd.common.config.keys.loader.pem - package org.apache.sshd.common.config.keys.loader.pem
- org.apache.sshd.common.config.keys.loader.ssh2 - package org.apache.sshd.common.config.keys.loader.ssh2
- org.apache.sshd.common.config.keys.u2f - package org.apache.sshd.common.config.keys.u2f
- org.apache.sshd.common.config.keys.writer - package org.apache.sshd.common.config.keys.writer
- org.apache.sshd.common.config.keys.writer.openssh - package org.apache.sshd.common.config.keys.writer.openssh
- org.apache.sshd.common.digest - package org.apache.sshd.common.digest
-
Digest
implementations. - org.apache.sshd.common.file - package org.apache.sshd.common.file
- org.apache.sshd.common.file.nativefs - package org.apache.sshd.common.file.nativefs
- org.apache.sshd.common.file.nonefs - package org.apache.sshd.common.file.nonefs
- org.apache.sshd.common.file.root - package org.apache.sshd.common.file.root
- org.apache.sshd.common.file.util - package org.apache.sshd.common.file.util
- org.apache.sshd.common.file.virtualfs - package org.apache.sshd.common.file.virtualfs
- org.apache.sshd.common.forward - package org.apache.sshd.common.forward
- org.apache.sshd.common.future - package org.apache.sshd.common.future
- org.apache.sshd.common.global - package org.apache.sshd.common.global
- org.apache.sshd.common.helpers - package org.apache.sshd.common.helpers
- org.apache.sshd.common.io - package org.apache.sshd.common.io
- org.apache.sshd.common.io.nio2 - package org.apache.sshd.common.io.nio2
- org.apache.sshd.common.kex - package org.apache.sshd.common.kex
- org.apache.sshd.common.kex.dh - package org.apache.sshd.common.kex.dh
- org.apache.sshd.common.kex.extension - package org.apache.sshd.common.kex.extension
- org.apache.sshd.common.kex.extension.parser - package org.apache.sshd.common.kex.extension.parser
- org.apache.sshd.common.keyprovider - package org.apache.sshd.common.keyprovider
- org.apache.sshd.common.mac - package org.apache.sshd.common.mac
-
Mac
implementations. - org.apache.sshd.common.random - package org.apache.sshd.common.random
-
Random
implementations. - org.apache.sshd.common.session - package org.apache.sshd.common.session
- org.apache.sshd.common.session.helpers - package org.apache.sshd.common.session.helpers
- org.apache.sshd.common.signature - package org.apache.sshd.common.signature
-
Signature
implementations. - org.apache.sshd.common.util - package org.apache.sshd.common.util
- org.apache.sshd.common.util.buffer - package org.apache.sshd.common.util.buffer
- org.apache.sshd.common.util.buffer.keys - package org.apache.sshd.common.util.buffer.keys
- org.apache.sshd.common.util.closeable - package org.apache.sshd.common.util.closeable
- org.apache.sshd.common.util.functors - package org.apache.sshd.common.util.functors
- org.apache.sshd.common.util.helper - package org.apache.sshd.common.util.helper
- org.apache.sshd.common.util.io - package org.apache.sshd.common.util.io
- org.apache.sshd.common.util.io.der - package org.apache.sshd.common.util.io.der
- org.apache.sshd.common.util.io.functors - package org.apache.sshd.common.util.io.functors
- org.apache.sshd.common.util.io.input - package org.apache.sshd.common.util.io.input
- org.apache.sshd.common.util.io.output - package org.apache.sshd.common.util.io.output
- org.apache.sshd.common.util.io.resource - package org.apache.sshd.common.util.io.resource
- org.apache.sshd.common.util.logging - package org.apache.sshd.common.util.logging
- org.apache.sshd.common.util.net - package org.apache.sshd.common.util.net
- org.apache.sshd.common.util.security - package org.apache.sshd.common.util.security
- org.apache.sshd.common.util.security.bouncycastle - package org.apache.sshd.common.util.security.bouncycastle
- org.apache.sshd.common.util.security.eddsa - package org.apache.sshd.common.util.security.eddsa
- org.apache.sshd.common.util.threads - package org.apache.sshd.common.util.threads
- org.apache.sshd.core - package org.apache.sshd.core
- org.apache.sshd.putty - package org.apache.sshd.putty
- org.apache.sshd.scp - package org.apache.sshd.scp
- org.apache.sshd.scp.client - package org.apache.sshd.scp.client
- org.apache.sshd.scp.common - package org.apache.sshd.scp.common
- org.apache.sshd.scp.common.helpers - package org.apache.sshd.scp.common.helpers
- org.apache.sshd.scp.server - package org.apache.sshd.scp.server
- org.apache.sshd.server - package org.apache.sshd.server
- org.apache.sshd.server.auth - package org.apache.sshd.server.auth
- org.apache.sshd.server.auth.gss - package org.apache.sshd.server.auth.gss
- org.apache.sshd.server.auth.hostbased - package org.apache.sshd.server.auth.hostbased
- org.apache.sshd.server.auth.keyboard - package org.apache.sshd.server.auth.keyboard
- org.apache.sshd.server.auth.password - package org.apache.sshd.server.auth.password
- org.apache.sshd.server.auth.pubkey - package org.apache.sshd.server.auth.pubkey
- org.apache.sshd.server.channel - package org.apache.sshd.server.channel
- org.apache.sshd.server.command - package org.apache.sshd.server.command
- org.apache.sshd.server.config - package org.apache.sshd.server.config
- org.apache.sshd.server.config.keys - package org.apache.sshd.server.config.keys
- org.apache.sshd.server.forward - package org.apache.sshd.server.forward
- org.apache.sshd.server.global - package org.apache.sshd.server.global
- org.apache.sshd.server.jaas - package org.apache.sshd.server.jaas
- org.apache.sshd.server.kex - package org.apache.sshd.server.kex
- org.apache.sshd.server.keyprovider - package org.apache.sshd.server.keyprovider
- org.apache.sshd.server.session - package org.apache.sshd.server.session
- org.apache.sshd.server.shell - package org.apache.sshd.server.shell
- org.apache.sshd.server.subsystem - package org.apache.sshd.server.subsystem
- org.apache.sshd.server.x11 - package org.apache.sshd.server.x11
- org.apache.sshd.sftp - package org.apache.sshd.sftp
- org.apache.sshd.sftp.client - package org.apache.sshd.sftp.client
- org.apache.sshd.sftp.client.extensions - package org.apache.sshd.sftp.client.extensions
- org.apache.sshd.sftp.client.extensions.helpers - package org.apache.sshd.sftp.client.extensions.helpers
- org.apache.sshd.sftp.client.extensions.openssh - package org.apache.sshd.sftp.client.extensions.openssh
- org.apache.sshd.sftp.client.extensions.openssh.helpers - package org.apache.sshd.sftp.client.extensions.openssh.helpers
- org.apache.sshd.sftp.client.fs - package org.apache.sshd.sftp.client.fs
- org.apache.sshd.sftp.client.impl - package org.apache.sshd.sftp.client.impl
- org.apache.sshd.sftp.common - package org.apache.sshd.sftp.common
- org.apache.sshd.sftp.common.extensions - package org.apache.sshd.sftp.common.extensions
- org.apache.sshd.sftp.common.extensions.openssh - package org.apache.sshd.sftp.common.extensions.openssh
- org.apache.sshd.sftp.server - package org.apache.sshd.sftp.server
- originatorAddress - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- os - Variable in class org.apache.sshd.common.channel.SimpleIoOutputStream
- OS_TYPE_HOLDER - Static variable in class org.apache.sshd.common.util.OsUtils
- OS_TYPE_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.isWin32()
. - OsUtils - Class in org.apache.sshd.common.util
-
Operating system dependent utility methods.
- OsUtils() - Constructor for class org.apache.sshd.common.util.OsUtils
- OTHERFILE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- out - Variable in class org.apache.sshd.agent.local.ChannelAgentForwarding
- out - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- out - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- out - Variable in class org.apache.sshd.scp.common.ScpHelper
- out - Variable in class org.apache.sshd.server.channel.ChannelSession
- out - Variable in class org.apache.sshd.server.channel.PipeDataReceiver
- out - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- out - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- out - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- out - Variable in class org.apache.sshd.server.shell.ProcessShell
- out - Variable in class org.apache.sshd.server.shell.UnknownCommand
- out - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- outBlocksCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outBytesCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outCipher - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outCipherSize - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outCompression - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outMac - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outMacSize - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- outPacketsCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- OUTPUT_OPTIONS - Static variable in class org.apache.sshd.server.shell.TtyFilterOutputStream
- OutputStreamWithChannel - Class in org.apache.sshd.common.util.io.output
- OutputStreamWithChannel() - Constructor for class org.apache.sshd.common.util.io.output.OutputStreamWithChannel
- outSettings - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Resulting message coding settings at the end of a key exchange for outgoing messages.
- Overwrite - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.CopyMode
- overwriteAllowed - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- owner - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- owner() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- owner(int, int) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- owner(String) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- Owner - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- OWNER_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- OwnerGroup - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
P
- p - Variable in class org.apache.sshd.client.kex.DHGEXClient
- p - Variable in class org.apache.sshd.common.kex.DHG
- p - Variable in class org.apache.sshd.server.kex.Moduli.DhGroup
- P - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- P_orig - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- packetSize - Variable in class org.apache.sshd.common.channel.Window
- packetWriteId - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- packetWriter - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- packetWriter - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- packIntLE(int, byte[], int) - Static method in class org.apache.sshd.common.mac.Poly1305Mac
- packIntLE(int, byte[], int, int) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- pair - Variable in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- pairsMap - Variable in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- parallel(Object, Iterable<? extends Closeable>) - Method in class org.apache.sshd.common.util.closeable.Builder
- parallel(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
- ParallelCloseable - Class in org.apache.sshd.common.util.closeable
-
Waits for a group of
Closeable
s to complete in any order, then signals the completion by setting the "parent" future as closed - ParallelCloseable(Object, Object, Iterable<? extends Closeable>) - Constructor for class org.apache.sshd.common.util.closeable.ParallelCloseable
- parameters - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- params - Variable in enum class org.apache.sshd.common.cipher.ECCurves
- params - Variable in class org.apache.sshd.common.kex.ECDH
- PARENB - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Parity enable.
- parentResolver - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- PARMRK - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Mark parity and framing errors.
- PARODD - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Odd parity, else even.
- parse(byte[]) - Method in interface org.apache.sshd.sftp.common.extensions.ExtensionParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser
- parse(byte[], int, int) - Method in interface org.apache.sshd.sftp.common.extensions.ExtensionParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.Supported2Parser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.SupportedParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.VendorIdParser
- parse(byte[], int, int) - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser
- parse(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- parse(String) - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
- parse(String) - Static method in class org.apache.sshd.common.util.VersionInfo
-
Parses a version string - assumed to contain at most 4 non-negative components separated by a '.'.
- parse(String) - Static method in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- parse(String) - Static method in class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- parse(String) - Static method in class org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- parse(String) - Static method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- parse(String) - Static method in class org.apache.sshd.scp.common.ScpLocation
-
Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"
- parse(String) - Method in class org.apache.sshd.scp.server.ScpShell
- parse(String) - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser
- parse(String) - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser
- parse(String) - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser
- parse(String) - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser
- parse(String, byte...) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- parse(String, V) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- parse(Map<String, byte[]>) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- parse(Buffer) - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser
- parse(Buffer) - Method in class org.apache.sshd.sftp.common.extensions.Supported2Parser
- parse(Buffer) - Method in class org.apache.sshd.sftp.common.extensions.SupportedParser
- parse(Buffer) - Method in class org.apache.sshd.sftp.common.extensions.VendorIdParser
- parseAlgorithmInfo(C, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- parseAlgorithmInfo(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- parseAuthorizedKeyEntry(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- parseAuthorizedKeyEntry(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- parseBoolean(String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts a string to a
Boolean
value by looking for it in either thePropertyResolverUtils.TRUE_VALUES
orPropertyResolverUtils.FALSE_VALUES
- parseBooleanHeader(Map<String, String>, String, boolean) - Method in class org.apache.sshd.common.config.keys.impl.AbstractPublicKeyEntryDecoder
- parseBooleanValue(String) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- parseCiphersList(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- parseCiphersList(String...) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- parseCiphersList(Collection<String>) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- parseCompressionsList(String) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- parseCompressionsList(String...) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- parseCompressionsList(Collection<String>) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- parseConfigValue(String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Checks if this is a multi-value - allow space and comma
- parseCredentials(String) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- parseCredentials(URI) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
Attempts to parse the user information from the URI
- parseCurveParameter(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseCurveParameter(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parsed - Variable in class org.apache.sshd.common.config.ListParseResult
- parsedExtensionsHolder - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- parseDHFactoriesList(String) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- parseDHFactoriesList(String...) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- parseDHFactoriesList(Collection<String>) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- parseECKeyPair(InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseECKeyPair(ECCurves, DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseEd25519KeyPair(InputStream, boolean) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- parseEd25519KeyPair(DERParser) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- parseExtension(byte[]) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(byte[], int, int) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- parseExtension(Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- parseExtensions(Buffer) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Attempts to parse an
SSH_MSG_EXT_INFO
message - parseFactoriesList(String) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- parseFactoriesList(String) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- parseFactoriesList(String...) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- parseFactoriesList(String...) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- parseFactoriesList(Collection<String>) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- parseFactoriesList(Collection<String>) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- parseKnownHostEntry(E, String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- parseKnownHostEntry(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- parseLoginOptions(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses login options line according to sshd(8) - AUTHORIZED_KEYS_FILE_FORMAT guidelines.
- parseMacsList(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- parseMacsList(String...) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- parseMacsList(Collection<String>) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- parseModuli(BufferedReader) - Static method in class org.apache.sshd.server.kex.Moduli
- parseModuli(InputStream) - Static method in class org.apache.sshd.server.kex.Moduli
- parseModuli(Reader) - Static method in class org.apache.sshd.server.kex.Moduli
- parseModuli(URL) - Static method in class org.apache.sshd.server.kex.Moduli
- parseOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Parses the string assumed to contain a HEX-encoded Oakely prime value in big endian format
- parseOctalPermissions(String) - Static method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- parsePatterns(CharSequence...) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- parsePatterns(Collection<? extends CharSequence>) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- parseProxyJumps(String, AttributeRepository) - Method in class org.apache.sshd.client.SshClient
- parsePtyModes(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- parsePublicKeyEntry(E, String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(E, String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parser - Variable in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- ParseResult(List<UserAuthFactory>, List<String>) - Constructor for class org.apache.sshd.client.auth.BuiltinUserAuthFactories.ParseResult
- ParseResult(List<CipherFactory>, List<String>) - Constructor for class org.apache.sshd.common.cipher.BuiltinCiphers.ParseResult
- ParseResult(List<CompressionFactory>, List<String>) - Constructor for class org.apache.sshd.common.compression.BuiltinCompressions.ParseResult
- ParseResult(List<DHFactory>, List<String>) - Constructor for class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
- ParseResult(List<MacFactory>, List<String>) - Constructor for class org.apache.sshd.common.mac.BuiltinMacs.ParseResult
- ParseResult(List<SignatureFactory>, List<String>) - Constructor for class org.apache.sshd.common.signature.BuiltinSignatures.ParseResult
- ParseResult(List<UserAuthFactory>, List<String>) - Constructor for class org.apache.sshd.server.auth.BuiltinUserAuthFactories.ParseResult
- PARSERS_MAP - Static variable in class org.apache.sshd.sftp.common.extensions.ParserUtils
- ParserUtils - Class in org.apache.sshd.sftp.common.extensions
- ParserUtils() - Constructor for class org.apache.sshd.sftp.common.extensions.ParserUtils
- parseSignatureList(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- parseSignatureList(String...) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- parseSignatureList(Collection<String>) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- parseURIParameters(String) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- parseURIParameters(URI) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- password - Variable in class org.apache.sshd.common.auth.BasicCredentialsImpl
- password - Variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- PASSWORD - Enum constant in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- PASSWORD - Enum constant in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- PASSWORD - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Password authentication method name
- PASSWORD_AUTH_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PASSWORD_IDENTITY_COMPARATOR - Static variable in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
-
Compares 2 password identities - returns zero ONLY if both compared objects are
String
s and equal to each other - PASSWORD_PROMPTS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Specifies the number of interactive prompts before giving up.
- passwordAuthenticationReporter - Variable in class org.apache.sshd.client.session.AbstractClientSession
- passwordAuthenticationReporter - Variable in class org.apache.sshd.client.SshClient
- PasswordAuthenticationReporter - Interface in org.apache.sshd.client.auth.password
-
Used to inform the about the progress of a password authentication
- passwordAuthenticator - Variable in class org.apache.sshd.server.session.AbstractServerSession
- passwordAuthenticator - Variable in class org.apache.sshd.server.SshServer
- PasswordAuthenticator - Interface in org.apache.sshd.server.auth.password
-
Used to authenticate users based on a password.
- PasswordChangeRequiredException - Exception in org.apache.sshd.server.auth.password
-
A special exception that can be thrown by the
PasswordAuthenticator
to indicate that the password requires changing or is not string enough - PasswordChangeRequiredException(String, String, String) - Constructor for exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- PasswordChangeRequiredException(String, String, String, Throwable) - Constructor for exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- PasswordChangeRequiredException(Throwable, String, String) - Constructor for exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- passwordFinder - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- PasswordHolder - Interface in org.apache.sshd.common.auth
- passwordIdentityProvider - Variable in class org.apache.sshd.client.session.AbstractClientSession
- passwordIdentityProvider - Variable in class org.apache.sshd.client.SshClient
- PasswordIdentityProvider - Interface in org.apache.sshd.client.auth.password
- passwordIteratorOf(ClientSession) - Static method in interface org.apache.sshd.client.session.ClientSession
-
Creates a "unified"
Iterator
of passwords out of the registered passwords and the extra available ones as a single iterator of passwords - passwordProvider - Variable in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- passwords - Variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- passwords - Variable in class org.apache.sshd.client.auth.password.UserAuthPassword
- path - Variable in class org.apache.sshd.common.file.util.MockPath
- path - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- path - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- path - Variable in class org.apache.sshd.scp.common.ScpLocation
- path - Variable in class org.apache.sshd.scp.server.ScpCommand
- path - Variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- path - Variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- path - Variable in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- path - Variable in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- path - Variable in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- path - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- path - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- path - Variable in class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
- path - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- path - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- path - Variable in class org.apache.sshd.sftp.client.SftpClient.Handle
- PATH - Static variable in class org.apache.sshd.common.config.keys.IdentityUtils.LazyDefaultUserHomeFolderHolder
- PATH - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry.LazyDefaultKeysFolderHolder
- PATH_MACRO_CHAR - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PathEntry(Path, Path) - Constructor for class org.apache.sshd.scp.server.ScpShell.PathEntry
- pathIterator - Variable in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- PathResource - Class in org.apache.sshd.common.util.io.resource
- PathResource(Path) - Constructor for class org.apache.sshd.common.util.io.resource.PathResource
- PathResource(Path, OpenOption...) - Constructor for class org.apache.sshd.common.util.io.resource.PathResource
- PathScanningMatcher - Class in org.apache.sshd.common.util.io
- PathScanningMatcher() - Constructor for class org.apache.sshd.common.util.io.PathScanningMatcher
- PathUtils - Class in org.apache.sshd.common.util.io
- PathUtils() - Constructor for class org.apache.sshd.common.util.io.PathUtils
-
Private Constructor
- pattern - Variable in class org.apache.sshd.client.config.hosts.HostPatternValue
- PATTERN_CHARS - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
The available pattern characters
- PATTERN_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- PATTERN_HANDLER_SUFFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- patterns - Variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- pbkdf(byte[], byte[], int, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Compatibility with new OpenBSD function.
- peelException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Attempts to get to the "effective" exception being thrown, by taking care of some known exceptions that wrap the original thrown one.
- PEMResourceParserUtils - Class in org.apache.sshd.common.config.keys.loader.pem
- PEMResourceParserUtils() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- PENDIN - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Retype pending input.
- pending - Variable in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- pending - Variable in class org.apache.sshd.scp.server.InputStreamReader
- pendingBytesCount - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- pendingException - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- pendingFuture - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- pendingGlobalRequest - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- pendingPackets - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- pendingQueue - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- pendingReads - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- pendingRequests - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
A
Map
of sent requests - key = request name, value = timestamp when request was sent. - pendingWrite - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- PendingWriteFuture - Class in org.apache.sshd.common.session.helpers
-
Future holding a packet pending key exchange termination.
- PendingWriteFuture(Object, Buffer) - Constructor for class org.apache.sshd.common.session.helpers.PendingWriteFuture
- pendingWrites - Variable in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- permissions - Variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- permissions() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- PERMISSIONS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- PERMISSIONS_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- permissionsToAttributes(int) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- permissionsToAttributes(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Translates a mask of permissions into its enumeration values equivalents
- permissionsToFileType(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Converts a POSIX permissions mask to a file type value
- perms - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- perms - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- perms - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- perms(int) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- Perms - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- permute(int[]) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- pipe - Variable in class org.apache.sshd.client.channel.ChannelDirectTcpip
- PIPE - Enum constant in enum class org.apache.sshd.server.Signal
- PipeDataReceiver - Class in org.apache.sshd.server.channel
-
ChannelDataReceiver
that buffers the received data into byte buffer and provides anInputStream
to consume them. - PipeDataReceiver(PropertyResolver, Window) - Constructor for class org.apache.sshd.server.channel.PipeDataReceiver
- PK_SIZE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- PKCS8_FORMAT - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- PKCS8PEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- PKCS8PEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- PKCS8PrivateKeyInfo - Class in org.apache.sshd.common.config.keys.loader.pem
-
PrivateKeyInfo ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute AlgorithmIdentifier ::= SEQUENCE { algorithm OBJECT IDENTIFIER, parameters ANY DEFINED BY algorithm OPTIONAL }
- PKCS8PrivateKeyInfo() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(byte[]) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(ASN1Object) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(DERParser) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- policy - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- policy - Variable in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- pollBuffer(SftpAckData) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- Poly1305Mac - Class in org.apache.sshd.common.mac
-
Poly1305 one-time message authentication code.
- Poly1305Mac() - Constructor for class org.apache.sshd.common.mac.Poly1305Mac
- polyKey() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- pool - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- POOL_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
See
SftpFileSystem
. - port - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- port - Variable in class org.apache.sshd.client.config.hosts.HostPatternValue
- port - Variable in class org.apache.sshd.common.util.net.NetworkConnector
- port - Variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- port - Variable in class org.apache.sshd.scp.common.ScpLocation
- port - Variable in class org.apache.sshd.server.SshServer
- port - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- PORT_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PORT_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PORT_VALUE_DELIMITER - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Port value separator if non-standard port pattern used
- PortForwardingEventListener - Interface in org.apache.sshd.common.forward
- PortForwardingEventListenerManager - Interface in org.apache.sshd.common.forward
-
Marker interface for classes that allow to add/remove port forwarding listeners.
- PortForwardingEventListenerManagerHolder - Interface in org.apache.sshd.common.forward
- PortForwardingInformationProvider - Interface in org.apache.sshd.common.forward
- PortForwardingManager - Interface in org.apache.sshd.common.forward
- PortForwardingTracker - Class in org.apache.sshd.client.session.forward
- PortForwardingTracker(ClientSession, SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.session.forward.PortForwardingTracker
- position() - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- position(long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- posixRename(String, String) - Method in class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHPosixRenameExtensionImpl
- posixRename(String, String) - Method in interface org.apache.sshd.sftp.client.extensions.openssh.OpenSSHPosixRenameExtension
- PosixRenameExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
- PosixRenameExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.PosixRenameExtensionParser
- POST_SUCCESS - Enum constant in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
After user successfully authenticates
- postProcessReceivedData(String, boolean, Set<PosixFilePermission>, ScpTimestampCommandDetails) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- postProcessReceivedData(String, boolean, Set<PosixFilePermission>, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.common.ScpTargetStreamResolver
-
Called after successful reception of the data (and after closing the stream)
- posTracker - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- PPK_FILE_SUFFIX - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- preClose() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- preClose() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- preClose() - Method in class org.apache.sshd.common.channel.AbstractChannel
- preClose() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- preClose() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- preClose() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- preClose() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- preClose() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- preClose() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- preClose() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- preClose() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
preClose is guaranteed to be called before doCloseGracefully or doCloseImmediately.
- PREFER_UNIX_AGENT - Static variable in class org.apache.sshd.core.CoreModuleProperties
- PREFERRED_AUTHS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Ordered comma separated list of authentications methods.
- PREFERRED_AUTHS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PREFERRED_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- preferredVersionSelector(int...) - Static method in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when the
SftpVersionSelector.selectVersion(ClientSession, boolean, int, List)
method is invoked - preferredVersionSelector(Iterable<? extends Number>) - Static method in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
Selects a version in order of preference - if none of the preferred versions is listed as available then an exception is thrown when the
SftpVersionSelector.selectVersion(ClientSession, boolean, int, List)
method is invoked - PREKEX - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Decide whether to delay sending the KEX-INIT message until the peer one has been received.
- preloadClientIdentities(Collection<? extends NamedResource>) - Method in class org.apache.sshd.client.SshClient
- prepare(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
- prepare(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- prepareBuffer(byte, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- prepareBuffer(byte, Buffer) - Method in interface org.apache.sshd.common.session.Session
-
Prepare a new "clean" buffer while reserving the needed space (5 bytes) for the packet header.
- prepareChannelCommand(String, Command) - Method in class org.apache.sshd.server.channel.ChannelSession
- prepareCommand(String, Command) - Method in class org.apache.sshd.server.channel.ChannelSession
-
Called by
ChannelSession.prepareChannelCommand(String, Command)
in order to set up the command's streams, session, file-system, exit callback, etc.. - prepareEnvironment(Environment) - Method in class org.apache.sshd.scp.server.ScpShell
- prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked by
KnownHostsServerKeyVerifier.updateKnownHostsFile(ClientSession, SocketAddress, PublicKey, Path, Collection)
in order to generate the host entry to be written - prepareModifiedServerKeyLine(ClientSession, SocketAddress, KnownHostEntry, String, PublicKey, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked by
KnownHostsServerKeyVerifier.updateModifiedServerKey(ClientSession, SocketAddress, HostEntryPair, PublicKey, Path, Collection)
in order to prepare the replacement - by default it replaces the key part with the new one - prepareNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Prepares the new ciphers, macs and compression algorithms according to the negotiated server and client proposals and stores them in
AbstractSession.inSettings
andAbstractSession.outSettings
. - prepareReply(Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- prepareReply(Buffer) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- preProcessEncodeBuffer(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- preProcessEncodeBuffer(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Invoked by the session before encoding the buffer in order to make sure that it is at least of size
SSH_PACKET_HEADER_LEN
. - PreserveAttributes - Enum constant in enum class org.apache.sshd.scp.client.ScpClient.Option
- prf - Variable in class org.apache.sshd.client.kex.DHGEXClient
- prf - Variable in class org.apache.sshd.server.kex.DHGEXServer
- PrincipalBase - Class in org.apache.sshd.sftp.server
- PrincipalBase(String) - Constructor for class org.apache.sshd.sftp.server.PrincipalBase
- principals - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- principals - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- principals(Collection<String>) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- print(boolean) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(char[]) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(double) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(float) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(long) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(Object) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(String) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- PRINTABLE_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- printenv(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- printf(String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- printf(Locale, String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println() - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(boolean) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(char[]) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(double) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(float) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(long) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(Object) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(String) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(String, Object, OutputStream, Charset) - Method in class org.apache.sshd.scp.server.ScpShell
- PRIVATE - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Class
- PRIVATE_CLASS_A_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PRIVATE_CLASS_B_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PRIVATE_CLASS_C_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PRIVATE_LINES_HEADER - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- privateKeyBytes - Variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PrivateKeyEncryptionContext - Class in org.apache.sshd.common.config.keys.loader
- PrivateKeyEncryptionContext() - Constructor for class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- PrivateKeyEncryptionContext(String) - Constructor for class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- PrivateKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.common.config.keys - PrivateKeyEntryResolver - Interface in org.apache.sshd.common.config.keys
- PrivateKeyObfuscator - Interface in org.apache.sshd.common.config.keys.loader
- process - Variable in class org.apache.sshd.server.shell.ProcessShell
- process(int, Buffer) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- process(int, Buffer) - Method in interface org.apache.sshd.common.Service
-
Service the request.
- process(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- process(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- process(int, Buffer, Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
- process(Channel, String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
- process(Channel, String, boolean, Buffer) - Method in interface org.apache.sshd.common.channel.ChannelRequestHandler
- process(Channel, String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.PuttyRequestHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- process(ConnectionService, String, boolean, Buffer) - Method in interface org.apache.sshd.common.session.ConnectionServiceRequestHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionServiceRequestHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.server.global.CancelTcpipForwardHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.server.global.KeepAliveHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.server.global.NoMoreSessionsHandler
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.server.global.TcpipForwardHandler
- process(Session, String, boolean, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.common.ScpReceiveLineHandler
- process(Buffer) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- process(Buffer) - Method in interface org.apache.sshd.client.auth.UserAuth
- process(Buffer) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
-
Process an SFTP packet
- process(Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Process an SFTP command.
- process(T, String, boolean, Buffer) - Method in interface org.apache.sshd.common.channel.RequestHandler
-
Process an SSH request.
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- processAuthDataRequest(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- processBlock() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- processGlobalValues(HostConfigEntry) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Updates the values that are not already configured with those from the global entry
- processProperty(String, Collection<String>, boolean) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- processPuttyOpcode(Channel, String, String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.PuttyRequestHandler
- processRequestValue(Channel, int) - Method in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
- processRequestValue(Channel, String, boolean, String, String) - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
- processRequestValue(Channel, String, Buffer) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
Invoked by default from
AbstractChannelExitRequestHandler.process(Channel, String, boolean, Buffer)
when a request matching the handler's name is received - processRequestValue(Channel, String, Buffer) - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
- processRequestValue(Channel, String, Buffer) - Method in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
- ProcessShell - Class in org.apache.sshd.server.shell
-
Bridges the I/O streams between the SSH command and the process that executes it
- ProcessShell(String...) - Constructor for class org.apache.sshd.server.shell.ProcessShell
- ProcessShell(Collection<String>) - Constructor for class org.apache.sshd.server.shell.ProcessShell
- ProcessShellCommandFactory - Class in org.apache.sshd.server.shell
-
Executes commands by invoking the underlying shell
- ProcessShellCommandFactory() - Constructor for class org.apache.sshd.server.shell.ProcessShellCommandFactory
- ProcessShellFactory - Class in org.apache.sshd.server.shell
- ProcessShellFactory() - Constructor for class org.apache.sshd.server.shell.ProcessShellFactory
- ProcessShellFactory(String, String...) - Constructor for class org.apache.sshd.server.shell.ProcessShellFactory
- ProcessShellFactory(String, List<String>) - Constructor for class org.apache.sshd.server.shell.ProcessShellFactory
- processUserAuth(Buffer) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
Execute one step in user authentication.
- productBuildNumber - Variable in class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- productName - Variable in class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- productVersion - Variable in class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- PROF - Enum constant in enum class org.apache.sshd.server.Signal
- prompt - Variable in class org.apache.sshd.server.auth.keyboard.PromptEntry
- prompt - Variable in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- PromptEntry - Class in org.apache.sshd.server.auth.keyboard
- PromptEntry() - Constructor for class org.apache.sshd.server.auth.keyboard.PromptEntry
- PromptEntry(String, boolean) - Constructor for class org.apache.sshd.server.auth.keyboard.PromptEntry
- prompts - Variable in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- PROP_AUTO_SYNC_FILE_ON_CLOSE - Static variable in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Whether to invoke
FileChannel.force(boolean)
on files open for write when closing - PROP_AUTO_SYNC_FILE_ON_WRITE - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Whether to synchronize written file data with underlying file-system
- PROP_DEFAULT_SECURITY_PROVIDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- PROP_DHGEX_CLIENT_MAX_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
- PROP_DHGEX_CLIENT_MIN_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
- PROP_DHGEX_CLIENT_PRF_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
- PROP_DHGEX_SERVER_MAX_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
See
DHGEXServer
. - PROP_DHGEX_SERVER_MIN_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
See
DHGEXServer
. - properties - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- properties - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- properties - Variable in class org.apache.sshd.common.channel.AbstractChannel
- properties - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- properties - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- properties - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
The session specific properties
- properties - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- PROPERTIES - Static variable in class org.apache.sshd.common.config.VersionProperties.LazyVersionPropertiesHolder
- Property<T> - Interface in org.apache.sshd.common
-
Property definition.
- Property.BaseProperty<T> - Class in org.apache.sshd.common
- Property.BooleanProperty - Class in org.apache.sshd.common
- Property.CharsetProperty - Class in org.apache.sshd.common
- Property.DurationInSecondsProperty - Class in org.apache.sshd.common
- Property.DurationProperty - Class in org.apache.sshd.common
- Property.EnumProperty<T extends Enum<T>> - Class in org.apache.sshd.common
- Property.IntegerProperty - Class in org.apache.sshd.common
- Property.LongProperty - Class in org.apache.sshd.common
- Property.ObjectProperty - Class in org.apache.sshd.common
- Property.StringProperty - Class in org.apache.sshd.common
- Property.Validating<T> - Class in org.apache.sshd.common
- propertyResolver - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- propertyResolver - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- propertyResolver - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- propertyResolver - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- PropertyResolver - Interface in org.apache.sshd.common
-
Indicates an entity that can be configured using properties.
- PropertyResolverUtils - Class in org.apache.sshd.common
- PropertyResolverUtils() - Constructor for class org.apache.sshd.common.PropertyResolverUtils
- PROPOSAL - Enum constant in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
About to create the KEX-INIT proposal - should this session declare it support the KEX negotiation extension mechanism or not.
- PROPOSAL_COMP_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_COMP_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_ENC_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_ENC_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_KEX_ALGS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_LANG_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_LANG_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAC_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAC_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAX - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
- PROPOSAL_SERVER_HOST_KEY_ALGS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- proposalIndex - Variable in enum class org.apache.sshd.common.kex.KexProposalOption
- props - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- protectExecutorServiceShutdown(CloseableExecutorService, boolean) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Wraps an
CloseableExecutorService
in such a way as to "protect" it for calls to theExecutorService.shutdown()
orExecutorService.shutdownNow()
. - protectInProgressBinding(SocketAddress, AsynchronousServerSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- protocol - Variable in class org.apache.sshd.common.util.net.NetworkConnector
- provider - Variable in class org.apache.sshd.agent.SshAgentKeyConstraint.FidoProviderExtension
- provider - Variable in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- provider() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- provider() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- provider() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- provider() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- provider() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- provider() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- provider(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- PROVIDER_CLASS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- PROVIDER_CLASS - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- providerHolder - Variable in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- providerHolder - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- providerHolderOf(FilePasswordProvider) - Static method in interface org.apache.sshd.common.config.keys.FilePasswordProviderHolder
- providerOf(ClientSession) - Static method in interface org.apache.sshd.client.session.ClientSession
-
Creates a "unified"
KeyIdentityProvider
of key pairs out of the registeredKeyPair
identities and the extra available ones as a single iterator of key pairs - providers - Variable in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- providers - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- providers - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- providers - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- proxies - Variable in class org.apache.sshd.agent.local.ProxyAgentFactory
- proxies - Variable in class org.apache.sshd.common.forward.SocksProxy
- Proxy(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Proxy
- PROXY - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- PROXY_AUTH_CHANNEL_TYPE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value that can be set in order to control the type of authentication channel being requested when forwarding a PTY session.
- PROXY_CHANNEL_TYPE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value used to configure the type of proxy forwarding channel to be used.
- PROXY_HOLDER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- PROXY_JUMP_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- proxyAcceptor - Variable in class org.apache.sshd.server.session.AbstractServerSession
- proxyAcceptor - Variable in class org.apache.sshd.server.SshServer
- ProxyAgentFactory - Class in org.apache.sshd.agent.local
- ProxyAgentFactory() - Constructor for class org.apache.sshd.agent.local.ProxyAgentFactory
- proxyConnector - Variable in class org.apache.sshd.client.session.AbstractClientSession
- proxyConnector - Variable in class org.apache.sshd.client.SshClient
- proxyJump - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- proxyTarget - Variable in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- ProxyUtils - Class in org.apache.sshd.common.util
- ProxyUtils() - Constructor for class org.apache.sshd.common.util.ProxyUtils
- proxyWrapper(Class<T>, ClassLoader, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
-
Provides proxy wrapper around an
Iterable
container of listener interface implementation. - proxyWrapper(Class<T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
-
Provides proxy wrapper around an
Iterable
container of listener interface implementation. - prvType - Variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- prvType - Variable in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- PtyCapableChannelSession - Class in org.apache.sshd.client.channel
-
Serves as the base channel session for executing remote commands - including a full shell.
- PtyCapableChannelSession(boolean, PtyChannelConfigurationHolder, Map<String, ?>) - Constructor for class org.apache.sshd.client.channel.PtyCapableChannelSession
- PtyChannelConfiguration - Class in org.apache.sshd.common.channel
- PtyChannelConfiguration() - Constructor for class org.apache.sshd.common.channel.PtyChannelConfiguration
- PtyChannelConfigurationHolder - Interface in org.apache.sshd.common.channel
- PtyChannelConfigurationMutator - Interface in org.apache.sshd.common.channel
- ptyColumns - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- ptyHeight - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- ptyLines - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- PtyMode - Enum Class in org.apache.sshd.common.channel
-
A enum describing the tty modes according to RFC 4254 - section 8.
- PtyMode(int) - Constructor for enum class org.apache.sshd.common.channel.PtyMode
- ptyModes - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- ptyModes - Variable in class org.apache.sshd.server.StandardEnvironment
- ptyType - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- ptyWidth - Variable in class org.apache.sshd.common.channel.PtyChannelConfiguration
- PUBKEY_AUTH_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- pubkeyAuthenticator - Variable in class org.apache.sshd.server.ServerBuilder
- PUBLIC_KEY - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Public key authentication method name
- PUBLIC_LINES_HEADER - Static variable in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
- publicKey - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- publicKey - Variable in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- publicKey(PublicKey) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- PUBLICKEY - Enum constant in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- PUBLICKEY - Enum constant in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- publicKeyAuthenticationReporter - Variable in class org.apache.sshd.client.session.AbstractClientSession
- publicKeyAuthenticationReporter - Variable in class org.apache.sshd.client.SshClient
- PublicKeyAuthenticationReporter - Interface in org.apache.sshd.client.auth.pubkey
-
Provides report about the client side public key authentication progress
- publickeyAuthenticator - Variable in class org.apache.sshd.server.session.AbstractServerSession
- publickeyAuthenticator - Variable in class org.apache.sshd.server.SshServer
- publickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.ServerBuilder
- PublickeyAuthenticator - Interface in org.apache.sshd.server.auth.pubkey
-
The
PublickeyAuthenticator
is used on the server side to authenticate user public keys. - PublicKeyEntry - Class in org.apache.sshd.common.config.keys
- PublicKeyEntry() - Constructor for class org.apache.sshd.common.config.keys.PublicKeyEntry
- PublicKeyEntry(String, byte...) - Constructor for class org.apache.sshd.common.config.keys.PublicKeyEntry
- PublicKeyEntry.LazyDefaultKeysFolderHolder - Class in org.apache.sshd.common.config.keys
- PublicKeyEntryDataResolver - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- PublicKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.common.config.keys -
Represents a decoder of an
OpenSSH
encoded key data - PublicKeyEntryResolver - Interface in org.apache.sshd.common.config.keys
- PublicKeyIdentity - Interface in org.apache.sshd.client.auth.pubkey
-
Represents a public key identity
- PublicKeyRawDataDecoder<PUB extends PublicKey> - Interface in org.apache.sshd.common.config.keys
- PublicKeyRawDataReader<PUB extends PublicKey> - Interface in org.apache.sshd.common.config.keys
- pubType - Variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- pubType - Variable in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- PUMP_SLEEP_TIME - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value used by the
InvertedShellWrapper
to control the "busy-wait" sleep time (millis) on the pumping loop if nothing was pumped - must be positive. - pumper - Variable in class org.apache.sshd.client.channel.ChannelSession
- pumperService - Variable in class org.apache.sshd.client.channel.ChannelSession
- pumpInputStream() - Method in class org.apache.sshd.client.channel.ChannelSession
- pumpSleepTime - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- pumpStream(InputStream, OutputStream, byte[]) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- pumpStreams() - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- put(String, Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- put(K, V) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- put(Buffer) - Method in class org.apache.sshd.agent.SshAgentKeyConstraint.Extension
- put(Buffer) - Method in class org.apache.sshd.agent.SshAgentKeyConstraint.FidoProviderExtension
- put(Buffer) - Method in class org.apache.sshd.agent.SshAgentKeyConstraint.LifeTime
- put(Buffer) - Method in class org.apache.sshd.agent.SshAgentKeyConstraint
-
Writes this constraint into the given
Buffer
. - putAll(Map<? extends String, ?>) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- putAndWipeBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Adds the bytes to the buffer and wipes the data from the input buffer after having added it - useful for sensitive information such as password
- putAndWipeBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Zeroes the input array after having put the characters in the buffer - useful for sensitive information such as passwords
- putAndWipeChars(char[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[], int, int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[], Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBigInteger(BigInteger, byte[], int) - Static method in class org.apache.sshd.common.signature.SignatureDSA
- putBoolean(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBuffer(Readable) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(Readable, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(Readable, boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBufferedData(Object) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Checks if the buffer argument is an array of bytes, a
Readable
instance or aByteBuffer
and invokes the appropriateputXXX
method. - putByte(byte) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putByte(byte) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putCertificateOptions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putCertificateOptions(List<OpenSshCertificate.CertificateOption>, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to PROTOCOL.certkeys: Critical Options is a set of bytes that is [overall length][name(string)][data(string)]...
- putChars(char[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], int, int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putE(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
- putE(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.ECDH
- putE(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.XDH
- putEDDSAKeyPair(B, KeyPair) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putExtension(T, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
-
Adds the name + value to the buffer
- putExtension(T, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- putExtensions(Collection<? extends Map.Entry<String, ?>>, Buffer) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Creates an
SSH_MSG_EXT_INFO
message using the provided extensions. - putF(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
- putF(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.ECDH
- putF(Buffer, byte[]) - Method in class org.apache.sshd.common.kex.XDH
- putInt(long) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 32 bits
- putKeyPair(KeyPair) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putLong(long) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 64 bits
- putLong(long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- putMPInt(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putMPInt(BigInteger) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to RFC 4251:
A name-list is represented as a uint32 containing its length (number of bytes that follow) followed by a comma-separated list of zero or more names.
- putNameList(Collection<String>, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>, Charset, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Adds a string that contains values separated by a delimiter
- putOptionalBufferedData(Object) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Checks if the buffer argument is an array of bytes, a
Readable
instance or aByteBuffer
and invokes the appropriateputXXX
method. - putPublicKey(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putRawEDDSAPublicKey(B, PublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- putRawEDDSAPublicKey(B, PublicKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putRawPublicKey(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawPublicKeyBytes(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putReferencedName(int, B, String, int) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- putRemoteFileName(SftpSubsystemProxy, Path, Buffer, String, boolean) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to encode the outgoing referenced file name/path
- putShort(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 16 bits
- putString(String) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putString(String, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putStringList(Collection<?>, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Encodes the
toString
value of each member. - putStringList(Collection<?>, Charset, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Encodes the
toString
value of each member - putTarget(Buffer, Object) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- PUTTY_OPTIONS - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
- PuttyKeyPairResourceParser<PUB extends PublicKey,
PRV extends PrivateKey> - Interface in org.apache.sshd.putty -
Loads a
KeyPair
from PuTTY's ".ppk" file. - PuttyKeyReader - Class in org.apache.sshd.putty
-
Helper class for
Putty
key files decoders - PuttyKeyReader(InputStream) - Constructor for class org.apache.sshd.putty.PuttyKeyReader
- PuttyKeyUtils - Class in org.apache.sshd.putty
- PuttyKeyUtils() - Constructor for class org.apache.sshd.putty.PuttyKeyUtils
- PuttyRequestHandler - Class in org.apache.sshd.server.channel
-
Handles Putty specific channel requests as indicated by Appendix F: SSH-2 names specified for PuTTY
- PuttyRequestHandler() - Constructor for class org.apache.sshd.server.channel.PuttyRequestHandler
- putUInt(long, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- putUInt(long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- pValue - Variable in class org.apache.sshd.client.kex.DHGEXClient
- pwd(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- PWR - Enum constant in enum class org.apache.sshd.server.Signal
Q
- quarterRound(int[], int, int, int, int) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- QUIET - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- QUIT - Enum constant in enum class org.apache.sshd.server.Signal
- QUOTES - Static variable in class org.apache.sshd.common.util.GenericUtils
R
- r0 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- r1 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- r2 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- r3 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- r4 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- random - Variable in class org.apache.sshd.common.random.JceRandom
- random - Variable in class org.apache.sshd.common.random.SingletonRandomFactory
- random - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
The pseudo random generator
- random - Variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- random(int) - Method in class org.apache.sshd.common.random.JceRandom
- random(int) - Method in interface org.apache.sshd.common.random.Random
-
Returns a pseudo-random uniformly distributed
int
in the half-open range [0, n). - random(int) - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- random(int) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
-
Returns a pseudo-random uniformly distributed
int
in the half-open range [0, n). - Random - Interface in org.apache.sshd.common.random
-
A pseudo random number generator.
- randomFactory - Variable in class org.apache.sshd.common.BaseBuilder
- randomFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- randomFactory(Factory<Random>) - Method in class org.apache.sshd.common.BaseBuilder
- RandomFactory - Interface in org.apache.sshd.common.random
- randomizer - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- raw - Variable in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- RAW_PROPS_RESOLVER - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
Exposes the "raw" system properties as a
PropertyResolver
without any further filtering - rawByte(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rawByte(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- RawKdfOptions - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
-
Generic options
- RawKdfOptions() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- RawSftpClient - Interface in org.apache.sshd.sftp.client
- rawUInt(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rawUInt(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- read() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- read() - Method in class org.apache.sshd.scp.server.InputStreamReader
-
Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.
- read() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- read() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- read(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- read(byte[], int, int, long) - Method in class org.apache.sshd.sftp.server.FileHandle
- read(byte[], int, int, long, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.server.FileHandle
- read(byte[], long) - Method in class org.apache.sshd.sftp.server.FileHandle
- read(char[], int, int) - Method in class org.apache.sshd.scp.server.InputStreamReader
-
Reads at most
length
characters from this reader and stores them at positionoffset
in the character arraybuf
. - read(int) - Method in class org.apache.sshd.putty.PuttyKeyReader
- read(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read as many bytes as possible until EOF or achieved required length
- read(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read as many bytes as possible until EOF or achieved required length
- read(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- read(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(String, int) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(String, int, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- read(String, int, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- read(String, int, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Read a remote file's data via an input stream
- read(String, int, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- read(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- read(String, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(String, SftpClient.OpenMode...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- read(String, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(ByteBuffer) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- read(ByteBuffer[], int, int) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- read(ByteBuffer, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- read(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- read(Buffer) - Method in interface org.apache.sshd.common.io.IoInputStream
-
NOTE: the buffer must not be touched until the returned read future is completed.
- read(ServerSession, String, FileHandle, long, byte[], int, int, int, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- read(ServerSession, String, FileHandle, long, byte[], int, int, int, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Result of reading from a file
- read(SftpClient.Handle, long, byte[]) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Reads data from the open (file) handle
- read(SftpClient.Handle, long, byte[], int, int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- read(SftpClient.Handle, long, byte[], int, int) - Method in interface org.apache.sshd.sftp.client.SftpClient
- read(SftpClient.Handle, long, byte[], int, int, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- read(SftpClient.Handle, long, byte[], int, int, AtomicReference<Boolean>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Reads data from the open (file) handle
- read(SftpClient.Handle, long, byte[], AtomicReference<Boolean>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Reads data from the open (file) handle
- Read - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- READ_BUFFER_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- READ_MODES - Static variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- readable(ByteBuffer) - Static method in interface org.apache.sshd.common.util.Readable
-
Wrap a
ByteBuffer
as aReadable
instance - Readable - Interface in org.apache.sshd.common.util
- readAck(boolean) - Method in class org.apache.sshd.scp.common.ScpHelper
- readAck(InputStream, Charset, boolean) - Static method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- readACLs(Buffer, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- readAclViewAttributes(SftpPath, String, String, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readAllLines(BufferedReader) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(BufferedReader, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(InputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(Reader) - Static method in class org.apache.sshd.common.util.io.IoUtils
- readAllLines(URL) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAttributes() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- readAttributes(int, Buffer, AtomicInteger) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- readAttributes(Path) - Static method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readAttributes(Path, String, String, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readAttrs(Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- readAttrs(Buffer, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- readAuthorizedKeys(BufferedReader) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- readAuthorizedKeys(InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keys
file - readAuthorizedKeys(Reader, boolean) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keys
file - readAuthorizedKeys(URL) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keys
file - readAuthorizedKeys(Path, OpenOption...) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keys
file - readBigInteger() - Method in class org.apache.sshd.common.util.io.der.DERParser
- readBufferSize - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- readConfigFile(BufferedReader) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
Reads the configuration file contents into a
Properties
instance. - readConfigFile(InputStream, boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(Reader, boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(URL) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(Path, OpenOption...) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readCustomViewAttributes(SftpPath, String, String, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readCyclesCounter - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- readDefaultAuthorizedKeys(OpenOption...) - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Reads read the contents of the default OpenSSH
authorized_keys
file - readDir(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- readDir(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- readDir(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- readDir(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- readDir(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.SftpClient
- readDir(SftpClient.Handle, AtomicReference<Boolean>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- readDir(SftpClient.Handle, AtomicReference<Boolean>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- readEntries(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Reads all entries available for a directory
- readEntries(ServerSession, String, DirectoryHandle, Map<String, Path>) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- readEntries(ServerSession, String, DirectoryHandle, Map<String, Path>) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Result of reading entries from a directory - Note: it may be a partial result if the directory contains more entries than can be accommodated in the response
- readExtensions(Buffer) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- readFileAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- readFileAttributes(SftpSubsystemProxy, Path, String, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked when required to retrieve file attributes for a specific file system view
- readFully(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readFutureId - Variable in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- readHostConfigEntries(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Reads configuration entries
- readHostConfigEntries(InputStream, boolean) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(Reader, boolean) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(URL) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(Path, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readIdentification(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
- readIdentification(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Read the other side identification.
- readIdentification(Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
- reading(ServerSession, String, FileHandle, long, byte[], int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- reading(ServerSession, String, FileHandle, long, byte[], int, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Preparing to read from a file
- readingEntries(ServerSession, String, DirectoryHandle) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
About to read entries from a directory - Note: might not be the 1st time it is called for the directory in case several iterations are required in order to go through all the entries in the directory
- readInt() - Method in class org.apache.sshd.putty.PuttyKeyReader
- readInt(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readInt(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readKeyPairs(SessionContext, Path, OpenOption...) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- readKnownHostEntries(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Reads configuration entries
- readKnownHostEntries(InputStream, boolean) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(Reader, boolean) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(URL) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(Path, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readLength() - Method in class org.apache.sshd.common.util.io.der.DERParser
-
Decode the length of the field.
- readLine() - Method in class org.apache.sshd.scp.common.ScpHelper
- readLine(boolean) - Method in class org.apache.sshd.scp.common.ScpHelper
- readLine(InputStream, Charset) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- readLine(InputStream, Charset, boolean) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- readLine(Reader) - Method in class org.apache.sshd.scp.server.ScpShell
- readLink(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- readLink(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- readLink(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Retrieve target of a link
- readOakleyGroupPrimeValue(BufferedReader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX encoded prime value from a possibly multi-line input as follows:
- readOakleyGroupPrimeValue(InputStream) - Static method in class org.apache.sshd.common.kex.DHGroupData
- readOakleyGroupPrimeValue(Reader) - Static method in class org.apache.sshd.common.kex.DHGroupData
- readOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX-encoded Oakley prime value from an internal resource file
- readOakleyGroupPrimeValue(Stream<String>) - Static method in class org.apache.sshd.common.kex.DHGroupData
- readObject() - Method in class org.apache.sshd.common.util.io.der.DERParser
- ReadPendingException - Exception in org.apache.sshd.common.io
- ReadPendingException() - Constructor for exception org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(String) - Constructor for exception org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(String, Throwable) - Constructor for exception org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(Throwable) - Constructor for exception org.apache.sshd.common.io.ReadPendingException
- readPosixViewAttributes(SftpPath, String, String, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readPrivateKey(SessionContext, NamedResource, OpenSSHParserContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPrivateKeys(SessionContext, NamedResource, OpenSSHParserContext, Collection<? extends PublicKey>, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPublicKey(SessionContext, URL) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, URL, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, Path, Charset, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, Path, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, BufferedReader) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, InputStream) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, InputStream, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, Reader) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, String, String, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, String, String, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, OpenSSHParserContext, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPublicKey(SessionContext, IoResource<?>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, IoResource<?>, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readRawInput() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- readRemoteAttributes() - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- readRemoteAttributes(SftpPath, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readResolve() - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- readRLEBytes(byte[], int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- readRLEBytes(byte[], int, int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
Decodes a run-length encoded byte array
- readRLEBytes(InputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- readRunnable - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- readSize - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- readString() - Method in class org.apache.sshd.putty.PuttyKeyReader
- readString(Charset) - Method in class org.apache.sshd.putty.PuttyKeyReader
- readSymbolicLink(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readSymbolicLink(Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- readTime(Buffer, int, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Decodes a
FileTime
value from a buffer - readTimeout - Variable in class org.apache.sshd.common.util.net.NetworkConnector
- readUInt(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readUInt(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- ready() - Method in class org.apache.sshd.scp.server.InputStreamReader
-
Indicates whether this reader is ready to be read without blocking.
- REAL - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- REASONS_MAP - Static variable in class org.apache.sshd.common.SshConstants.LazyReasonsMapHolder
- receive(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- receive(byte[], int, int) - Method in interface org.apache.sshd.common.channel.ChannelPipedSink
- receive(int) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- receive(int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- receive(int) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- receive(int) - Method in interface org.apache.sshd.sftp.client.RawSftpClient
- receive(int, long) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- receive(int, long) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- receive(int, long) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- receive(int, long) - Method in interface org.apache.sshd.sftp.client.RawSftpClient
- receive(int, Duration) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- receive(int, Duration) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- receive(int, Duration) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- receive(int, Duration) - Method in interface org.apache.sshd.sftp.client.RawSftpClient
- receive(Path, boolean, boolean, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- receive(Buffer) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
-
Read SFTP packets from buffer
- receive(ScpReceiveLineHandler) - Method in class org.apache.sshd.scp.common.ScpHelper
-
Reads command line(s) and invokes the handler until EOF or and "E" command is received
- RECEIVE - Enum constant in enum class org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
- receiveBuffer - Variable in class org.apache.sshd.agent.local.AgentForwardedChannel
- receiveBuffer - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- receiveBufferSize - Variable in class org.apache.sshd.scp.server.ScpCommand
- receiveBufferSize - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- receiveBufferSize - Variable in class org.apache.sshd.scp.server.ScpShell
- received(ServerSession, int, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called when a SFTP request has been received before it is processed.
- receivedExtension(ServerSession, String, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called when a SFTP extension request
SftpConstants.SSH_FXP_EXTENDED
has been received before it is processed. - receiveDir(String, Path, ScpTimestampCommandDetails, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- receiveFile(String, Path, ScpTimestampCommandDetails, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- receiveFileStream(OutputStream, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.client.session.AbstractClientSession
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.server.session.AbstractServerSession
- receiveKexInit(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
- receiveKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- receiveKexInit(Buffer, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Receive the remote key exchange init message.
- receiveNextCmd() - Method in class org.apache.sshd.scp.common.ScpHelper
- receiveNextCmd(Object, InputStream) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- receiver - Variable in class org.apache.sshd.server.channel.ChannelSession
- receiverBuffer - Variable in class org.apache.sshd.server.channel.ChannelSession
- receiveStream(String, ScpTargetStreamResolver, ScpTimestampCommandDetails, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- recipient - Variable in class org.apache.sshd.common.channel.AbstractChannel
- recoverDSAPublicKey(DSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverEDDSAPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- recoverEDDSAPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- recoverFromRSAPrivateCrtKey(RSAPrivateCrtKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverPublicKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- recoverPublicKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- recoverPublicKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- recoverPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverPublicKey(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- recoverPublicKey(PRV) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
-
Attempts to recover the public key given the private one
- recoverRSAPublicKey(BigInteger, BigInteger) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverRSAPublicKey(BigInteger, BigInteger, BigInteger) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverRSAPublicKey(RSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- Recursive - Enum constant in enum class org.apache.sshd.scp.client.ScpClient.Option
- redirectDirectoryTransfer(String, InputStream, OutputStream, String, InputStream, OutputStream, int) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- redirectFileTransfer(String, InputStream, OutputStream, String, InputStream, OutputStream) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- reExchangeKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- reExchangeKeys() - Method in interface org.apache.sshd.common.session.Session
-
Initiate a new key exchange.
- referenceEquality() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- ReflectionUtils - Class in org.apache.sshd.common.util
- ReflectionUtils() - Constructor for class org.apache.sshd.common.util.ReflectionUtils
- refresh() - Method in class org.apache.sshd.server.auth.gss.CredentialHelper.FixedLoginConfiguration
- refreshConfiguration() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Refresh whatever internal configuration is not
final
- REGEX_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- REGFILE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- register() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- register(WatchService, WatchEvent.Kind<?>...) - Method in class org.apache.sshd.common.file.util.BasePath
- register(WatchService, WatchEvent.Kind<?>...) - Method in class org.apache.sshd.common.file.util.MockPath
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.apache.sshd.common.file.util.BasePath
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.apache.sshd.common.file.util.MockPath
- REGISTER_BOUNCY_CASTLE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Deprecated.Please use "org.apache.sshd.security.provider.BC.enabled"
- registerCanonicalKeyTypes(String, Collection<String>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Registers a collection of aliases to a canonical key type
- registerChannel(Channel) - Method in interface org.apache.sshd.common.session.ConnectionService
-
Register a newly created channel with a new unique identifier
- registerChannel(Channel) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- REGISTERED_PROVIDERS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- registerExtension(CipherFactory) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing configuration - registerExtension(CompressionFactory) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing configuration - registerExtension(DHFactory) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing configuration - registerExtension(MacFactory) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing configuration - registerExtension(SignatureFactory) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing configuration - registerExtensionParser(KexExtensionParser<?>) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Registers a
KexExtensionParser
for a named extension - registerKeyDataEntryResolver(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Registers a specialized decoder for the public key entry data bytes instead of the
default
one. - registerParser(ExtensionParser<?>) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- registerPEMResourceParser(KeyPairPEMResourceParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- registerPrivateKeyEntryDecoder(PrivateKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- registerPrivateKeyObfuscator(String, PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- registerPrivateKeyObfuscator(PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- registerPublicKeyEntryDecoder(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- registerPublicKeyEntryDecoderForKeyType(String, PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- registerPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Registers the specified decoder for all the types it
supports
- registerSecurityProvider(SecurityProviderRegistrar) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Attempts to register the security provider represented by the registrar if not already registered.
- registerSecurityProvider(SecurityProviderRegistrar) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- REGISTRATION_STATE_HOLDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- RejectAllForwardingFilter - Class in org.apache.sshd.server.forward
-
A
ForwardingFilter
that rejects all requests - RejectAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.RejectAllForwardingFilter
- RejectAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
- RejectAllHostBasedAuthenticator() - Constructor for class org.apache.sshd.server.auth.hostbased.RejectAllHostBasedAuthenticator
- RejectAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Rejects all authentication attempts
- RejectAllPasswordAuthenticator() - Constructor for class org.apache.sshd.server.auth.password.RejectAllPasswordAuthenticator
- RejectAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Rejects all authentication attempts
- RejectAllPublickeyAuthenticator() - Constructor for class org.apache.sshd.server.auth.pubkey.RejectAllPublickeyAuthenticator
- RejectAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
- RejectAllServerKeyVerifier() - Constructor for class org.apache.sshd.client.keyverifier.RejectAllServerKeyVerifier
- REKEY_BLOCKS_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified number of cipher blocks has been processed - positive 64-bit value.
- REKEY_BYTES_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the session has sent or received the given amount of bytes.
- REKEY_PACKETS_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified number of packets has been exchanged - positive 64-bit value.
- REKEY_TIME_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified amount of time has elapsed since the last key exchange - in milliseconds.
- RELATIVE_OID - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- relativePath - Variable in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- relativize(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- relativize(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- release - Variable in class org.apache.sshd.common.util.VersionInfo
- releaseKeys() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- reloadClientIdentities(SessionContext, Path) - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- reloadHostConfigEntries(Path, String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- reloadHostConfigEntries(Path, String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- reloadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- remaining - Variable in class org.apache.sshd.common.util.io.input.LimitInputStream
- remote - Variable in class org.apache.sshd.client.channel.ChannelDirectTcpip
- remote - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- REMOTE - Enum constant in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- REMOTE_COMMAND_WAIT_EVENTS - Static variable in interface org.apache.sshd.client.session.ClientSession
- REMOTE_HOST_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- REMOTE_PORT_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- REMOTE_USER_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- remoteAddress - Variable in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- remoteAddress - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- remoteToLocal - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- remoteWindow - Variable in class org.apache.sshd.common.channel.AbstractChannel
- remoteWindow - Variable in class org.apache.sshd.common.channel.ChannelOutputStream
- remove() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- remove() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- remove() - Method in class org.apache.sshd.sftp.client.fs.SftpPathIterator
- remove() - Method in class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- remove() - Method in class org.apache.sshd.sftp.server.DirectoryHandle
- remove(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- remove(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- remove(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- remove(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- remove(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- remove(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- remove(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
- removeAllIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
- removeAllIdentities() - Method in interface org.apache.sshd.agent.SshAgent
- removeAttribute(Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Removes a user-defined attribute with the specified key.
- removeAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeStore
-
Removes the user-defined attribute
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.sftp.server.Handle
- removeByName(String, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
-
Remove the resource identified by the name from the list.
- removeByOptionalWildcardAddress(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
- removeChannelListener(ChannelListener) - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
Remove a channel listener
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in interface org.apache.sshd.common.Closeable
-
Remove a pre-registered close event listener
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- removed(ServerSession, Path, boolean, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- removed(ServerSession, Path, boolean, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called after a file has been removed
- removeEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- removeEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- removeFile(SftpSubsystemProxy, Path, boolean) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- removeFileSystem(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- removeFlag(SftpClient.Attribute) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AgentDelegate
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.local.AgentImpl
- removeIdentity(PublicKey) - Method in interface org.apache.sshd.agent.SshAgent
- removeLeadingZeroes(byte[]) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
- removeListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- removeListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Removes an existing event listener so it won't be notified when the future is completed.
- removePasswordIdentity(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.SshClient
- removePendingRequest(String) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Removes a channel request from the tracked ones
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
- removePortForwardingEventListener(PortForwardingEventListener) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
Remove a port forwarding listener
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- removeProperty(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- removePublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.AbstractClientSession
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.SshClient
- removeRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
- removeRequestHandler(RequestHandler<Channel>) - Method in interface org.apache.sshd.common.channel.Channel
- removeRequestHandlers(Collection<? extends RequestHandler<Channel>>) - Method in interface org.apache.sshd.common.channel.Channel
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- removeSessionListener(SessionListener) - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
Remove a session listener.
- removeSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- removeSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- removeSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- removeSftpEventListener(SftpEventListener) - Method in interface org.apache.sshd.sftp.server.SftpEventListenerManager
-
Remove a listener instance
- removeSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Remove a previously registered listener for all the signals it was registered
- removeSignalListener(SignalListener) - Method in class org.apache.sshd.server.StandardEnvironment
- removeWhitespace(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
"Flattens" a string by removing all whitespace (space, tab, line-feed, carriage return, and form-feed).
- removing(ServerSession, Path, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- removing(ServerSession, Path, boolean) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to removing a file
- rename(String, String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- rename(String, String, Collection<SftpClient.CopyMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- rename(String, String, Collection<SftpClient.CopyMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- rename(String, String, Collection<SftpClient.CopyMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- rename(String, String, SftpClient.CopyMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- renameFile(SftpSubsystemProxy, Path, Path, Collection<CopyOption>) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- replace(String, String, String, int) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Replace a String with another String inside a larger String, for the first
max
values of the search String. - replaceWhitespaceAndTrim(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- Replied - Enum constant in enum class org.apache.sshd.common.channel.RequestHandler.Result
- reply(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
- reply(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
- ReplyFailure - Enum constant in enum class org.apache.sshd.common.channel.RequestHandler.Result
- ReplySuccess - Enum constant in enum class org.apache.sshd.common.channel.RequestHandler.Result
- REPORTED_VERSION - Static variable in class org.apache.sshd.common.config.VersionProperties
-
Property used to hold the reported version
- request - Variable in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- request(String, Buffer, long) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- request(String, Buffer, long) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- request(String, Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- request(String, Buffer, Duration) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- request(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- request(Buffer) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
- REQUEST - Static variable in class org.apache.sshd.client.global.OpenSshHostKeysHandler
- REQUEST - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
- REQUEST - Static variable in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- REQUEST - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
- REQUEST_EXEC_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "exec" request is required
- REQUEST_SHELL_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "shell" request is required
- REQUEST_SUBSYSTEM_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "subsystem&quoot; request is required
- REQUEST_SUFFIX - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
-
Suffix of all PUTTY related channel requests
- REQUEST_TTY_OPTION - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a
SSH_MSG_REQUEST_FAILURE
message - RequestHandler<T> - Interface in org.apache.sshd.common.channel
-
A global request handler.
- RequestHandler.Result - Enum Class in org.apache.sshd.common.channel
- requestHandlers - Variable in class org.apache.sshd.common.channel.AbstractChannel
- requestLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- requestNewKeysExchange() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Initiates a new keys exchange if one not already in progress
- requestOffset - Variable in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- requestPending - Variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- requestResult - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Used to wait for global requests result synchronous wait
- requests - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- requestsCount - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a
SSH_MSG_REQUEST_SUCCESS
message - requiredKey - Variable in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
- RequiredServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts one server key (specified in the constructor)
- RequiredServerKeyVerifier(PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
- reserved - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- RESERVED - Enum constant in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Custom mechanism via
ReservedSessionMessagesHandler
- reservedSessionMessagesHandler - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- reservedSessionMessagesHandler - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- ReservedSessionMessagesHandler - Interface in org.apache.sshd.common.session
-
Provides a way to listen and handle the
SSH_MSG_IGNORE
andSSH_MSG_DEBUG
messages that are received by a session, as well as proprietary and/or extension messages and behavior. - ReservedSessionMessagesHandlerAdapter - Class in org.apache.sshd.common.session.helpers
-
Delegates the main interface methods to specific ones after having decoded each message buffer
- ReservedSessionMessagesHandlerAdapter() - Constructor for class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- ReservedSessionMessagesManager - Interface in org.apache.sshd.common.session
- reset() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- reset() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- reset() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- reset() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- resetAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resetAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start the authentication timeout timer
- resetCacheMap(Collection<?>) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
-
Checks which of the new resources we already loaded and can keep the associated key pair
- resetIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resetIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start idle timeout timer
- resetReloadAttributes() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
Resets the state attributes used to detect changes to the initial construction values - i.e., file assumed not to exist and no known size of modify time
- resize(byte[], int) - Static method in class org.apache.sshd.common.cipher.BaseCipher
- resizeKey(byte[], int, Digest, byte[], byte[]) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Method used while putting new keys into use that will resize the key used to initialize the cipher to the needed length.
- resolve(String) - Method in class org.apache.sshd.common.file.util.BasePath
- resolve(String) - Method in class org.apache.sshd.common.file.util.MockPath
- resolve(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- resolve(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- resolve(SessionContext, String, byte[]) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- resolve(SessionContext, String, byte[]) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
- resolveAclSupportedCapabilities(ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveAgentForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- resolveAttemptedPassword(ClientSession, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- resolveAttemptedPublicKeyIdentity(ClientSession, String) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeRepository
-
Attempts to resolve the associated value by going up the store's hierarchy (if any)
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.channel.Channel
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.FactoryManager
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.session.Session
- resolveAttribute(Channel, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.channel.Channel
-
Attempts to use the channel attribute, if not found then tries the session
- resolveAttribute(FactoryManager, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.FactoryManager
- resolveAttribute(Session, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.session.Session
-
Attempts to use the session's attribute, if not found then tries the factory manager
- resolveAuthPasswordAttempt(ClientSession) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked during password authentication when no more pre-registered passwords are available
- resolveAuthPublicKeyIdentityAttempt(ClientSession) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked during public key authentication when no more pre-registered keys are available
- resolveAvailableSignaturesProposal() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.client.session.AbstractClientSession
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.server.session.AbstractServerSession
- resolveAvailableVersions(int) - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- resolveBanner(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- resolveCachedResults(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
- resolveCanonicalGroup(String, String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Attempts to resolve canonical group name for
Windows
- resolveChannelStreamWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolver
- resolveChannelStreamWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
- resolveChannelStreamWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
- resolveChannelStreamWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
- resolveChannelStreamWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resolveCipherInformation(int, String) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveClassLoader() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- resolveClientHostname(ClientSession) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- resolveClientUsername(ClientSession) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- resolveCombinedBoundAddress(SshdSocketAddress, SshdSocketAddress) - Static method in class org.apache.sshd.common.forward.LocalForwardingEntry
- resolveDefaultClass(Class<?>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClass(Iterable<? extends ClassLoader>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoader(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Attempts to find the most suitable
ClassLoader
as follows: - resolveDefaultClassLoader(Object) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoaders(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoaders(Object) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultInteractiveCommandElements() - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveCommandElements(boolean) - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveShellCommand() - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveShellCommand(boolean) - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDHGEXKeySizeValue(AtomicInteger, String, int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- resolvedKeys - Variable in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- resolvedPair - Variable in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- resolveEffectiveContext(PrivateKeyEncryptionContext) - Static method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveEffectiveFactories(C, C) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- resolveEffectiveHost(String, int, SocketAddress, String, String, AttributeRepository) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- resolveEffectiveHost(String, int, SocketAddress, String, String, AttributeRepository) - Method in interface org.apache.sshd.client.config.hosts.HostConfigEntryResolver
-
Invoked when creating a new client session in order to allow for overriding of the original parameters
- resolveEffectiveProvider(Class<V>, V, V) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- resolveEffectiveResolver(String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- resolveEmptySignaturesProposal(Iterable<String>, Iterable<String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Called by
AbstractServerSession.resolveAvailableSignaturesProposal(FactoryManager)
if none of the provided keys is supported - last chance for the derived implementation to do something - resolveEnabledOptions(Map<PtyMode, ?>, Collection<PtyMode>) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- resolveEnabledOptions(Map<PtyMode, ?>, PtyMode...) - Static method in enum class org.apache.sshd.common.channel.PtyMode
- resolveEntryComponents(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses a single line from an
authorized_keys
file that is known to contain login options and separates it to the options and the rest of the line. - resolveEnvironmentVariable(String, Map<String, String>) - Method in class org.apache.sshd.scp.server.ScpShell
- resolveErrorDataChannelReceiver(ChannelSession, ChannelDataReceiver) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- resolveErrorLanguage(SftpSubsystemEnvironment, int, Throwable, int, int, Object...) - Method in interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
- resolveErrorMessage(SftpSubsystemEnvironment, int, Throwable, int, int, Object...) - Method in interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
- resolveExceptionCause(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- resolveExecutorService() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceProvider
- resolveExecutorService(String) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- resolveFactory(String) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- resolveFactory(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- resolveFactory(String) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- resolveFactory(String) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- resolveFactory(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
- resolveFactory(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- resolveFactory(String) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- resolveFile(String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveFileAccessLinkOptions(SftpSubsystemProxy, Path, int, String, boolean) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to determine the symbolic link follow options
- resolveFileAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveFileOwner(SftpSubsystemProxy, Path, UserPrincipal) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- resolveFileSystemParameters(Map<String, ?>, Map<String, Object>) - Static method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- resolveGroupOwner(SftpSubsystemProxy, Path, GroupPrincipal) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- resolveHost(String, String, int, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
- resolveHostKey(ClientSession, KnownHostEntry, PublicKeyEntryResolver) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Recover the associated public key from a known host entry
- resolveHostName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- resolveHostName(String, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective target host
- resolveHostNetworkIdentities(ClientSession, SocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Retrieves the host identities to be used when matching or updating an entry for it - by default returns the reported remote address and the original connection target host name/address (if same, then only one value is returned)
- resolveIdentificationString(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Resolves the identification to send to the peer session by consulting the associated
FactoryManager
. - resolveIdentityFilePath(String, String, int, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- resolveIgnoreBufferDataLength() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- resolveIncomingFilePath(Session, Path, String, boolean, Set<PosixFilePermission>, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked when receiving a new file to via a directory command
- resolveIncomingReceiveLocation(Session, Path, boolean, boolean, boolean) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked when a request to receive something is processed
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveInputStream(InputStream, boolean) - Static method in class org.apache.sshd.common.util.io.input.NoCloseInputStream
- resolveKdfOptions(SessionContext, NamedResource, String, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- resolveKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolveKeyIdentityProvider(KeyIdentityProvider, KeyIdentityProvider) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Creates a "unified"
KeyIdentityProvider
out of 2 possible ones as follows: - resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveKeyPairs(SessionContext, Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- resolveLinkTarget(SftpSubsystemProxy, Path) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- resolveLocalFilePath(SftpSubsystemProxy, Path, String) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to resolve remote file paths reference by the client into ones accessible by the server
- resolveLocalIdentity(PublicKey) - Method in class org.apache.sshd.agent.local.AgentImpl
- resolveLocalIdentity(PublicKey) - Method in interface org.apache.sshd.agent.SshAgent
-
Used for reporting client-side public key authentication via agent
- resolveLocalPath(String) - Method in class org.apache.sshd.scp.common.ScpHelper
- resolveLocalPath(String, String) - Method in class org.apache.sshd.scp.common.ScpHelper
- resolveLocalPath(RootedPath) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- resolveLocalPath(Session, FileSystem, String) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
- resolveMissingFileAttributes(Path, int, Map<String, Object>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Called by
AbstractSftpSubsystemHelper.getAttributes(Path, int, LinkOption...)
in order to complete any attributes that could not be retrieved via the supported file system views. - resolveMissingFileAttributeValue(Path, String, Object, FileInfoExtractor<?>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveNewlineValue(ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveNormalizedLocation(String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveOpenOptions(Session, Path, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.common.helpers.DefaultScpFileOpener
- resolveOpenSSHExtensions(ServerSession) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveOutgoingFilePath(Session, Path, LinkOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Called when there is a candidate file/folder for sending
- resolveOutputPacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- resolveOutputStream(OutputStream, boolean) - Static method in class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- resolvePasswordIdentityProvider(SessionContext, PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Creates a "unified"
PasswordIdentityProvider
out of 2 possible ones as follows: - resolvePathResolutionFollowLinks(int, String, Path) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolvePeerAddress(SocketAddress) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resolvePort() - Method in class org.apache.sshd.scp.common.ScpLocation
- resolvePort(int) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective port to use
- resolvePort(int, int) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective port to use
- resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>>, NamedFactory<Signature>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolvePreferredSignaturePosition(List<String>, int, Map<String, Integer>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolvePrivateKeyObfuscator() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- resolvePropertiesSource(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Unwinds the resolvers hierarchy until found one with a non-
null
value for the requested property or reached top. - resolvePropertyValue(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- resolvePropertyValue(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Unwinds the resolvers hierarchy until found one with a non-
null
value for the requested property or reached top. - resolveProxyJump(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective proxyJump
- resolveProxyJump(String, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective proxyJump
- resolvePtyType(PtyChannelConfigurationHolder) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- resolvePublicKey(SessionContext, Map<String, String>, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolvePublicKey(SessionContext, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- resolvePublickeyAuthenticator(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
- resolvePublicKeyEntries(SessionContext, Collection<? extends PublicKeyEntry>, PublicKeyEntryResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolvePublicKeyEntryDataResolver() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
If a
PublicKeyEntryDataResolver
has been set, then uses it - otherwise uses thedefault one
. - resolveReader(Reader, boolean) - Static method in class org.apache.sshd.common.util.io.input.NoCloseReader
- resolveRemoteFileAttributes(SftpPath, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- resolveReportedFileAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- resolveReportedFileAttributes(SftpSubsystemProxy, Path, int, NavigableMap<String, Object>, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Invoked in order to allow intervention to the reported file attributes - e.g., add custom/extended properties
- resolveReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resolveSecurityEntityFactory(Class<T>, String, Predicate<? super SecurityProviderRegistrar>) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- resolveServerForwarding(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resolveSftpErrorDataHandler(URI, SftpErrorDataHandler, PropertyResolver) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- resolveSftpVersionSelector(URI, SftpVersionSelector, PropertyResolver) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- resolveShellEnvironment(Map<String, String>) - Method in class org.apache.sshd.server.shell.ProcessShell
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Method in class org.apache.sshd.server.shell.ProcessShell
- resolveSibling(String) - Method in class org.apache.sshd.common.file.util.BasePath
- resolveSibling(String) - Method in class org.apache.sshd.common.file.util.MockPath
- resolveSibling(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- resolveSibling(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- resolveSignatureFactories(SignatureFactoriesManager, SignatureFactoriesManager) - Static method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
-
Attempts to use the primary manager's signature factories if not
null
/empty, otherwise uses the secondary ones (regardless of whether there are any...) - resolveSignatureFactoriesProposal(Iterable<String>, Collection<? extends NamedFactory<Signature>>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactory(String, Collection<? extends NamedFactory<? extends Signature>>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactoryByPublicKey(PublicKey, String) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactoryNamesProposal(Iterable<String>, Collection<String>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.scp.common.ScpSourceStreamResolver
- resolveStatusMessage(int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- resolveSubstatus(Throwable) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Returns the most adequate sub-status for the provided exception
- resolveSubStatus(SftpSubsystemEnvironment, int, Throwable, int, Object...) - Method in interface org.apache.sshd.sftp.server.SftpErrorStatusDataHandler
- resolveTargetStream(Session, String, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- resolveTargetStream(Session, String, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.scp.common.ScpTargetStreamResolver
-
Called when receiving a file in order to obtain an output stream for the incoming data
- resolveTcpForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- resolveUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
Check if current manager has a specific handler set for it - if not, try and resolve one from the "parent" container (if any)
- resolveUserAuthFactories(ServerAuthenticationManager) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveUserAuthFactories(ServerAuthenticationManager, List<UserAuthFactory>) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveUsername() - Method in class org.apache.sshd.scp.common.ScpLocation
-
Resolves the effective username to use for a remote location.
- resolveUsername(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective username
- resolveUsername(String, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Resolves the effective username
- resolveVersionSelector(String) - Static method in interface org.apache.sshd.sftp.client.SftpVersionSelector
-
Parses the input string to see if it matches one of the "known" selectors names (case insensitive).
- resolveWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
- resolveWriter(Writer, boolean) - Static method in class org.apache.sshd.common.util.io.output.NoCloseWriter
- resolveX11ForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- ResourceDecodeResult() - Constructor for enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
- resourceName - Variable in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- resources - Variable in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ResourceStreamProvider - Interface in org.apache.sshd.common.util.io.resource
- resourceType - Variable in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- resourceValue - Variable in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- response - Variable in class org.apache.sshd.common.forward.SocksProxy.Socks5
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
-
Default growth factor function used to resize response buffers
- result - Variable in class org.apache.sshd.common.future.DefaultSshFuture
- Result() - Constructor for enum class org.apache.sshd.common.channel.RequestHandler.Result
- resumeRead() - Method in interface org.apache.sshd.common.io.IoSession
-
Resume read operations on this session.
- resumeRead() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- rethrowAsIoException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- RETRY - Enum constant in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Try again the decoding process - including password prompt
- rmdir(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- rmdir(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- rmdir(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Remove remote directory
- root - Variable in class org.apache.sshd.common.file.util.BasePath
- root(RootedFileSystem, DirectoryStream<Path>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- root(RootedFileSystem, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- root(RootedFileSystem, Iterator<Path>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- ROOT_USER - Static variable in class org.apache.sshd.common.util.OsUtils
- RootedFileSystem - Class in org.apache.sshd.common.file.root
- RootedFileSystem(RootedFileSystemProvider, Path, Map<String, ?>) - Constructor for class org.apache.sshd.common.file.root.RootedFileSystem
- RootedFileSystemProvider - Class in org.apache.sshd.common.file.root
-
File system provider which provides a rooted file system.
- RootedFileSystemProvider() - Constructor for class org.apache.sshd.common.file.root.RootedFileSystemProvider
- RootedPath - Class in org.apache.sshd.common.file.root
- RootedPath(RootedFileSystem, String, List<String>) - Constructor for class org.apache.sshd.common.file.root.RootedPath
- rootFs - Variable in class org.apache.sshd.common.file.root.RootedFileSystem
- rootPath - Variable in class org.apache.sshd.common.file.root.RootedFileSystem
- rounds - Variable in exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- rpos - Variable in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- rpos() - Method in class org.apache.sshd.common.util.buffer.Buffer
- rpos() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- rpos(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rpos(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- rsa - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- RSA - Enum constant in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- RSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- RSA_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for RSA keys to be used when calling security provider
- rsa_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- RSA_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- RSA_SHA256_CERT_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA256_KEY_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA512_CERT_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA512_KEY_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SIGNATURE_TYPE_PREFERENCES - Static variable in interface org.apache.sshd.common.signature.SignatureFactory
-
RSA signature types in ascending order of preference (i.e., most preferred 1st)
- RSABufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- RSABufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- RSAPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- RSAPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- RSAPublicKeyDecoder - Class in org.apache.sshd.common.config.keys.impl
- RSAPublicKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- RSAPuttyKeyDecoder - Class in org.apache.sshd.putty
- RSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.putty.RSAPuttyKeyDecoder
- rsaSHA256 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA256_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA512 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA512_cert - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- run() - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- run() - Method in class org.apache.sshd.scp.server.ScpCommand
- run() - Method in class org.apache.sshd.scp.server.ScpShell
- run() - Method in class org.apache.sshd.server.auth.gss.CredentialHelper.G
- run() - Method in class org.apache.sshd.server.shell.UnknownCommand
- run() - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- run(Object, Runnable) - Method in class org.apache.sshd.common.util.closeable.Builder
- RUN - Enum constant in enum class org.apache.sshd.common.kex.KexState
- RuntimeSshException - Exception in org.apache.sshd.common
-
Exception used in the SSH client or server.
- RuntimeSshException() - Constructor for exception org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(String) - Constructor for exception org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(String, Throwable) - Constructor for exception org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(Throwable) - Constructor for exception org.apache.sshd.common.RuntimeSshException
- runUpload(String, Collection<ScpClient.Option>, Collection<T>, AbstractScpClient.ScpOperationExecutor<T>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- runUpload(String, Collection<ScpClient.Option>, Collection<T>, AbstractScpClient.ScpOperationExecutor<T>) - Method in class org.apache.sshd.scp.client.DefaultScpClient
S
- s - Variable in class org.apache.sshd.common.cipher.BaseCipher
- s - Variable in class org.apache.sshd.common.digest.BaseDigest
- s - Variable in class org.apache.sshd.common.mac.BaseMac
- S - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- S_IFBLK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFCHR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFDIR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFIFO - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFLNK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFMT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFREG - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IFSOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IRGRP - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IRGRP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IROTH - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IROTH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IRUSR - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IRUSR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_ISGID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_ISUID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_ISVTX - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IWGRP - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IWGRP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IWOTH - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IWOTH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IWUSR - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IWUSR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IXGRP - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IXGRP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IXOTH - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IXOTH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_IXUSR - Static variable in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- S_IXUSR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- S_orig - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- s1 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- s2 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- S2CCOMP - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- S2CENC - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- S2CLANG - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- S2CMAC - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- s3 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- s4 - Variable in class org.apache.sshd.common.mac.Poly1305Mac
- safeCompare(String, String, boolean) - Static method in class org.apache.sshd.common.util.GenericUtils
- safeCompareByName(NamedResource, NamedResource, boolean) - Static method in interface org.apache.sshd.common.NamedResource
- safeCompareFilename(Path, Path, boolean) - Static method in class org.apache.sshd.common.util.io.PathUtils
- salt - Variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- saltValue - Variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- scan() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
- scan(Supplier<? extends C>) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
- scan(SftpClient) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
-
Scans the current
basedir
- scan(SftpClient, Supplier<? extends C>) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- scandir(Path, Path, C) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Scans the given directory for files and directories.
- scandir(SftpClient, String, String, C) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- ScanDirEntry(String, String, SftpClient.DirEntry) - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- scanIdentitiesFolder(Path, boolean, Collection<String>, Function<? super String, String>, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
Scans a folder for possible identity files
- SCHEME - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- SCHEME - Static variable in class org.apache.sshd.scp.common.ScpLocation
- scp(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- SCP_COMMAND_PREFIX - Static variable in class org.apache.sshd.scp.common.ScpHelper
-
Command prefix used to identify SCP commands
- SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Configurable value for controlling the wait timeout for waiting on a channel exit status' for an SCP command in milliseconds.
- SCP_EXEC_CHANNEL_OPEN_TIMEOUT - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Configurable value of the for controlling the wait timeout for opening a channel for an SCP command in milliseconds.
- SCP_FACTORY_NAME - Static variable in class org.apache.sshd.scp.server.ScpCommandFactory
- SCP_INCOMING_ENCODING - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Used to indicate the
Charset
(or its name) for decoding incoming commands/responses sent by the peer (either client or server). - SCP_OUTGOING_ENCODING - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Used to indicate the
Charset
(or its name) for encoding outgoing commands/responses sent to the peer (either client or server). - ScpAckInfo - Class in org.apache.sshd.scp.common.helpers
- ScpAckInfo(int) - Constructor for class org.apache.sshd.scp.common.helpers.ScpAckInfo
- ScpAckInfo(int, String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpAckInfo
- ScpClient - Interface in org.apache.sshd.scp.client
- ScpClient.Option - Enum Class in org.apache.sshd.scp.client
- scpClientCreator - Variable in class org.apache.sshd.scp.client.SimpleScpClientImpl
- ScpClientCreator - Interface in org.apache.sshd.scp.client
- ScpCommand - Class in org.apache.sshd.scp.server
-
This commands provide SCP support on both server and client side.
- ScpCommand(ChannelSession, String, CloseableExecutorService, int, int, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.scp.server.ScpCommand
- ScpCommandFactory - Class in org.apache.sshd.scp.server
-
This
CommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support. - ScpCommandFactory() - Constructor for class org.apache.sshd.scp.server.ScpCommandFactory
- ScpCommandFactory.Builder - Class in org.apache.sshd.scp.server
-
A useful
ObjectBuilder
forScpCommandFactory
- ScpDirEndCommandDetails - Class in org.apache.sshd.scp.common.helpers
- ScpDirEndCommandDetails() - Constructor for class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- ScpDirEndCommandDetails(String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- ScpException - Exception in org.apache.sshd.scp.common
- ScpException(Integer) - Constructor for exception org.apache.sshd.scp.common.ScpException
- ScpException(String) - Constructor for exception org.apache.sshd.scp.common.ScpException
- ScpException(String, Integer) - Constructor for exception org.apache.sshd.scp.common.ScpException
- ScpException(String, Throwable, Integer) - Constructor for exception org.apache.sshd.scp.common.ScpException
- ScpException(Throwable, Integer) - Constructor for exception org.apache.sshd.scp.common.ScpException
- ScpFileOpener - Interface in org.apache.sshd.scp.common
-
Plug-in mechanism for users to intervene in the SCP process - e.g., apply some kind of traffic shaping mechanism, display upload/download progress, etc...
- ScpFileOpenerHolder - Interface in org.apache.sshd.scp.common
- ScpHelper - Class in org.apache.sshd.scp.common
- ScpHelper(Session, InputStream, OutputStream, FileSystem, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.scp.common.ScpHelper
- ScpHelper(Session, InputStream, Charset, OutputStream, Charset, FileSystem, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.scp.common.ScpHelper
- ScpIoUtils - Class in org.apache.sshd.scp.common.helpers
- ScpIoUtils() - Constructor for class org.apache.sshd.scp.common.helpers.ScpIoUtils
- ScpLocation - Class in org.apache.sshd.scp.common
-
Represents a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]" for a remote path and a simple path for a local one.
- ScpLocation() - Constructor for class org.apache.sshd.scp.common.ScpLocation
- ScpLocation(String) - Constructor for class org.apache.sshd.scp.common.ScpLocation
- ScpLocation(String, String, int, String) - Constructor for class org.apache.sshd.scp.common.ScpLocation
- ScpLocation(String, String, String) - Constructor for class org.apache.sshd.scp.common.ScpLocation
- scpLogin(String, int, String, String) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(String, String, String) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(String, String, KeyPair) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, String, String) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- scpLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.scp.client.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- ScpModuleProperties - Class in org.apache.sshd.scp
-
Configurable properties for sshd-scp.
- ScpModuleProperties() - Constructor for class org.apache.sshd.scp.ScpModuleProperties
- ScpPathCommandDetailsSupport - Class in org.apache.sshd.scp.common.helpers
- ScpPathCommandDetailsSupport(char) - Constructor for class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- ScpPathCommandDetailsSupport(char, String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- ScpReceiveDirCommandDetails - Class in org.apache.sshd.scp.common.helpers
-
Holds the details of a "Dmmmm
" command - e.g., "D0755 0 dirname" - ScpReceiveDirCommandDetails() - Constructor for class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- ScpReceiveDirCommandDetails(String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
- ScpReceiveFileCommandDetails - Class in org.apache.sshd.scp.common.helpers
-
Holds the details of a "Cmmmm
" command - e.g., "C0644 299 file1.txt" - ScpReceiveFileCommandDetails() - Constructor for class org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- ScpReceiveFileCommandDetails(String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpReceiveFileCommandDetails
- ScpReceiveLineHandler - Interface in org.apache.sshd.scp.common
- ScpRemote2RemoteTransferHelper - Class in org.apache.sshd.scp.client
-
Helps transfer files between 2 servers rather than between server and local file system by using 2
ClientSession
-s and simply copying from one server to the other - ScpRemote2RemoteTransferHelper(ClientSession, ClientSession) - Constructor for class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- ScpRemote2RemoteTransferHelper(ClientSession, ClientSession, ScpRemote2RemoteTransferListener) - Constructor for class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- ScpRemote2RemoteTransferListener - Interface in org.apache.sshd.scp.client
- ScpShell - Class in org.apache.sshd.scp.server
-
This commands SCP support for a ChannelSession.
- ScpShell(ChannelSession, CloseableExecutorService, int, int, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.scp.server.ScpShell
- ScpShell.PathEntry - Class in org.apache.sshd.scp.server
- ScpSourceStreamResolver - Interface in org.apache.sshd.scp.common
- ScpTargetStreamResolver - Interface in org.apache.sshd.scp.common
- ScpTimestampCommandDetails - Class in org.apache.sshd.scp.common.helpers
-
Represents an SCP timestamp definition
- ScpTimestampCommandDetails(long, long) - Constructor for class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- ScpTimestampCommandDetails(String) - Constructor for class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- ScpTimestampCommandDetails(FileTime, FileTime) - Constructor for class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- ScpTransferEventListener - Interface in org.apache.sshd.scp.common
-
Can be registered in order to receive events about SCP transfers
- ScpTransferEventListener.FileOperation - Enum Class in org.apache.sshd.scp.common
- SECONDS - Enum constant in enum class org.apache.sshd.common.config.TimeValueConfig
- secondsToLive - Variable in class org.apache.sshd.agent.SshAgentKeyConstraint.LifeTime
- secretKey - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- SecureByteArrayOutputStream - Class in org.apache.sshd.common.util.io.output
-
A
ByteArrayOutputStream
that clears its internal buffer after resizing and when it isclosed
. - SecureByteArrayOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- SecureByteArrayOutputStream(int) - Constructor for class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- securedRead(InputStream, int, byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelSession
- SECURITY_ENTITIES - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
All the entities that are used in calls to
SecurityProviderRegistrar.isSecurityEntitySupported(Class, String)
- SECURITY_ENTITY_FACTORIES - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- SECURITY_PROVIDER_REGISTRARS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Comma separated list of fully qualified
SecurityProviderRegistrar
s to automatically register - SecurityEntityFactory<T> - Interface in org.apache.sshd.common.util.security
- SecurityKeyPublicKey<K extends PublicKey> - Interface in org.apache.sshd.common.config.keys.u2f
- SecurityProviderChoice - Interface in org.apache.sshd.common.util.security
- SecurityProviderRegistrar - Interface in org.apache.sshd.common.util.security
- SecurityUtils - Class in org.apache.sshd.common.util.security
-
Specific security providers related code
- SecurityUtils() - Constructor for class org.apache.sshd.common.util.security.SecurityUtils
- SEGV - Enum constant in enum class org.apache.sshd.server.Signal
- selectMatchingMembers(Predicate<? super T>, Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Returns a list of all the values that were accepted by a predicate
- selectMatchingMembers(Predicate<? super T>, T...) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Returns a list of all the values that were accepted by a predicate
- selectModuliGroups(ServerSession, int, int, int, List<Moduli.DhGroup>) - Method in class org.apache.sshd.server.kex.DHGEXServer
- selectNextMatchingValue(Iterator<?>, Class<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- selector - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- selector - Variable in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- selectors - Variable in class org.apache.sshd.server.shell.AggregateShellFactory
- SelectorUtils - Class in org.apache.sshd.common.util
-
This is a utility class used by selectors and DirectoryScanner.
- SelectorUtils() - Constructor for class org.apache.sshd.common.util.SelectorUtils
-
Private Constructor
- selectShellFactory(Collection<? extends ShellFactorySelector>, ChannelSession) - Static method in interface org.apache.sshd.server.shell.ShellFactorySelector
-
Consults each selector whether it wants to provide a factory for the
ChannelSession
- selectShellFactory(ChannelSession) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- selectShellFactory(ChannelSession) - Method in class org.apache.sshd.server.shell.AggregateShellFactory
- selectShellFactory(ChannelSession) - Method in interface org.apache.sshd.server.shell.ShellFactorySelector
- selectVersion(ClientSession, boolean, int, List<Integer>) - Method in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- selectVersion(ClientSession, boolean, int, List<Integer>) - Method in interface org.apache.sshd.sftp.client.SftpVersionSelector
- send(int, Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- send(int, Buffer) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- send(int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- send(int, Buffer) - Method in interface org.apache.sshd.sftp.client.RawSftpClient
- send(Path, boolean, boolean, int, LinkOption...) - Method in class org.apache.sshd.scp.common.ScpHelper
- send(Collection<String>, boolean, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- send(Buffer) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- send(Buffer) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- send(O, Charset) - Method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- SEND - Enum constant in enum class org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
- SEND_IMMEDIATE_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether to send the identification string immediately upon session connection being established or wait for the server's identification before sending our own.
- SEND_IMMEDIATE_KEXINIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether to send
SSH_MSG_KEXINIT
immediately after sending the client identification string or wait until the severer's one has been received. - SEND_REPLY_FOR_CHANNEL_DATA - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
RFC4254 does not clearly specify how to handle
SSH_MSG_CHANNEL_DATA
andSSH_MSG_CHANNEL_EXTENDED_DATA
received through an unknown channel. - sendAck(O, Charset, int, String) - Static method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- sendAcknowledgedCommand(String) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendAcknowledgedCommand(String, InputStream, Charset, OutputStream, Charset) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- sendAcknowledgedCommand(AbstractScpCommandDetails, InputStream, Charset, OutputStream, Charset) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- sendAndCheckExtendedCommandStatus(Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- sendAsDirectory(Session, Path, LinkOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked on a local path in order to decide whether it should be sent as a file or as a directory
- sendAsRegularFile(Session, Path, LinkOption...) - Method in interface org.apache.sshd.scp.common.ScpFileOpener
-
Invoked on a local path in order to decide whether it should be sent as a file or as a directory
- sendAttrs(Buffer, int, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- sendBufferSize - Variable in class org.apache.sshd.scp.server.ScpCommand
- sendBufferSize - Variable in class org.apache.sshd.scp.server.ScpCommandFactory
- sendBufferSize - Variable in class org.apache.sshd.scp.server.ScpShell
- sendChannelOpenFailure(Buffer, int, int, String, String) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- sendChunkIfRemoteWindowIsSmallerThanPacketSize - Variable in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- sendClientIdentification() - Method in class org.apache.sshd.client.session.AbstractClientSession
- sendClientProxyMetadata(ClientSession) - Method in interface org.apache.sshd.client.session.ClientProxyConnector
-
Invoked once initial connection has been established so that the proxy can open its channel and send the meta-data to its peer.
- sendDebugMessage(boolean, Object, String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- sendDebugMessage(boolean, Object, String) - Method in interface org.apache.sshd.common.session.Session
-
Sends an
SSH_MSG_DEBUG
to the peer session - sendDir(Path, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendDot - Variable in class org.apache.sshd.sftp.server.DirectoryHandle
- sendDotDot - Variable in class org.apache.sshd.sftp.server.DirectoryHandle
- SENDENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Sends
SSH_MSG_CHANNEL_EOF
provided not already sent and current channel state allows it. - sendError(String) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendError(O, Charset, String) - Static method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
- sendExtendedCommand(Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- sendFailureResponse(ConnectionService, byte, int) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
- sendFile(Path, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendGlobalResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- sendHandle(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
- sendHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Sends a heartbeat message/packet
- sendIdentification(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Send our identification.
- sendIdentification(Session, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
- sendIdentification(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Send the initial version exchange identification in and independent manner
- sendIgnoreMessage(byte...) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- sendIgnoreMessage(byte...) - Method in interface org.apache.sshd.common.session.Session
-
Sends an
SSH_MSG_IGNORE
to the peer session - sendImmediateClientIdentification - Variable in class org.apache.sshd.client.session.AbstractClientSession
- sendImmediateKexInit - Variable in class org.apache.sshd.client.session.AbstractClientSession
- sendInitialAuthRequest(ClientSession, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- sendInitialServiceRequest() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- sendKexExtensions(Session, KexExtensionHandler.KexPhase) - Method in class org.apache.sshd.common.kex.extension.DefaultServerKexExtensionHandler
- sendKexExtensions(Session, KexExtensionHandler.KexPhase) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked in order to allow the handler to send an
SSH_MSG_EXT_INFO
message. - sendKexInit() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send the key exchange initialization packet.
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
- sendKexInitRequest(Session, Map<KexProposalOption, String>, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked before sending the
SSH_MSG_KEXINIT
packet - sendLink(Buffer, int, Path, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send a message to put new keys into use.
- sendNotImplemented(long) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a
SSH_MSG_UNIMPLEMENTED
message - sendOk() - Method in class org.apache.sshd.scp.common.ScpHelper
- sendOk(OutputStream, Charset) - Static method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
-
Sends
ScpAckInfo.OK
ACK code - sendPassword(Buffer, ClientSession, String, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
-
Sends the password via a
SSH_MSG_USERAUTH_REQUEST
message. - sendPath(Buffer, int, Path, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendPaths(Collection<? extends Path>, boolean, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendPendingPackets(Queue<PendingWriteFuture>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- sendPublicKeyResponse(ServerSession, String, String, PublicKey, byte[], int, int, Buffer) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- sendRequests() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- sendReservedHeartbeat(ConnectionService) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked if the user configured usage of a proprietary heartbeat mechanism.
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
- sendResponseMessage(int, String) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendServerIdentification(List<String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Sends the server identification + any extra header lines
- sendStatus(Buffer, int, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendStatus(Buffer, int, int, String, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sendStatus(Buffer, int, Throwable, int, Object...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Invoked when an exception was thrown due to the execution of some SFTP command
- sendStream(ScpSourceStreamResolver, boolean, int) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendWarning(String) - Method in class org.apache.sshd.scp.common.ScpHelper
- sendWarning(O, Charset, String) - Static method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- sendWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
Sends the welcome banner (if any configured) and if not already invoked
- sendWindowAdjust(long) - Method in class org.apache.sshd.common.channel.AbstractChannel
- sendWindowChange(int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- sendWindowChange(int, int, int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- SEP - Static variable in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- separateDataLinesFromHeaders(SessionContext, NamedResource, String, String, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- separateDataLinesFromHeaders(SessionContext, NamedResource, String, String, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- separator - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
The file separator to use to parse paths - default=local O/S separator
- seqi - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Input packet ID.
- seqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Output packet ID.
- SEQUENCE - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- sequential(Object, Iterable<Closeable>) - Method in class org.apache.sshd.common.util.closeable.Builder
- sequential(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
- SequentialCloseable - Class in org.apache.sshd.common.util.closeable
-
Waits for a group of
Closeable
s to complete in the given order, then signals the completion by setting the "parent" future as closed - SequentialCloseable(Object, Object, Iterable<? extends Closeable>) - Constructor for class org.apache.sshd.common.util.closeable.SequentialCloseable
- serial - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- serial - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- serial(long) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.exception.SshChannelClosedException
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.exception.SshChannelException
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
- serialVersionUID - Static variable in exception org.apache.sshd.common.channel.WindowClosedException
- serialVersionUID - Static variable in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- serialVersionUID - Static variable in exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- serialVersionUID - Static variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- serialVersionUID - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
- serialVersionUID - Static variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- serialVersionUID - Static variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- serialVersionUID - Static variable in exception org.apache.sshd.common.io.ReadPendingException
- serialVersionUID - Static variable in exception org.apache.sshd.common.io.WritePendingException
- serialVersionUID - Static variable in exception org.apache.sshd.common.RuntimeSshException
- serialVersionUID - Static variable in exception org.apache.sshd.common.session.helpers.MissingAttachedSessionException
- serialVersionUID - Static variable in exception org.apache.sshd.common.session.helpers.MultipleAttachedSessionException
- serialVersionUID - Static variable in exception org.apache.sshd.common.SshException
- serialVersionUID - Static variable in exception org.apache.sshd.common.util.buffer.BufferException
- serialVersionUID - Static variable in class org.apache.sshd.common.util.io.der.ASN1Object
- serialVersionUID - Static variable in class org.apache.sshd.common.util.logging.LoggerSkeleton
- serialVersionUID - Static variable in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- serialVersionUID - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- serialVersionUID - Static variable in class org.apache.sshd.common.util.VersionInfo
- serialVersionUID - Static variable in exception org.apache.sshd.scp.common.ScpException
- serialVersionUID - Static variable in class org.apache.sshd.scp.common.ScpLocation
- serialVersionUID - Static variable in exception org.apache.sshd.server.auth.AsyncAuthException
- serialVersionUID - Static variable in class org.apache.sshd.server.auth.keyboard.PromptEntry
- serialVersionUID - Static variable in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
- serialVersionUID - Static variable in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- serialVersionUID - Static variable in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- serialVersionUID - Static variable in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- serialVersionUID - Static variable in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- serialVersionUID - Static variable in exception org.apache.sshd.sftp.common.SftpException
- serialVersionUID - Static variable in exception org.apache.sshd.sftp.server.InvalidHandleException
- SERVER_ALGORITHMS - Static variable in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
Session
AttributeRepository.AttributeKey
storing the algorithms announced by the server as known. - SERVER_ALIVE_INTERVAL_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Separator used in the
CoreModuleProperties.SERVER_EXTRA_IDENTIFICATION_LINES
configuration string to indicate new line break - SERVER_EXTRA_IDENTIFICATION_LINES - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve any extra lines to be sent during initial protocol handshake before the identification.
- SERVER_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the server identification string.
- SERVER_KEX_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- server2client - Variable in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- ServerAuthenticationManager - Interface in org.apache.sshd.server
-
Holds providers and helpers related to the server side authentication process
- ServerBuilder - Class in org.apache.sshd.server
-
SshServer builder
- ServerBuilder() - Constructor for class org.apache.sshd.server.ServerBuilder
- ServerChannel - Interface in org.apache.sshd.server.channel
- ServerChannelSessionHolder - Interface in org.apache.sshd.server.channel
- ServerConnectionService - Class in org.apache.sshd.server.session
-
Server side
ssh-connection
service. - ServerConnectionService(AbstractServerSession) - Constructor for class org.apache.sshd.server.session.ServerConnectionService
- ServerConnectionServiceFactory - Class in org.apache.sshd.server.session
- ServerConnectionServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerConnectionServiceFactory
- ServerFactoryManager - Interface in org.apache.sshd.server
-
The
ServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side. - ServerIdentity - Class in org.apache.sshd.server.config.keys
-
Loads server identity key files - e.g.,
/etc/ssh/ssh_host_rsa_key
- ServerIdentity() - Constructor for class org.apache.sshd.server.config.keys.ServerIdentity
- serverKexData - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- serverKey - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- serverKey - Variable in class org.apache.sshd.client.session.AbstractClientSession
- SERVERKEYS - Enum constant in enum class org.apache.sshd.common.kex.KexProposalOption
- serverKeyVerifier - Variable in class org.apache.sshd.client.ClientBuilder
- serverKeyVerifier - Variable in class org.apache.sshd.client.session.AbstractClientSession
- serverKeyVerifier - Variable in class org.apache.sshd.client.SshClient
- serverKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.ClientBuilder
- ServerKeyVerifier - Interface in org.apache.sshd.client.keyverifier
-
The
ServerKeyVerifier
is used on the client side to authenticate the key provided by the server. - serverMethods - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- serverProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- ServerProxyAcceptor - Interface in org.apache.sshd.server.session
-
Provides a way to implement proxied connections where some metadata about the client is sent before the actual SSH protocol is executed - e.g., the <A HREF=@http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt">PROXY protocol.
- ServerProxyAcceptorHolder - Interface in org.apache.sshd.server.session
- serverSession - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- serverSession - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Client or server side
- serverSession - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
- serverSession - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- serverSession - Variable in class org.apache.sshd.server.x11.ChannelForwardedX11
- serverSession - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- ServerSession - Interface in org.apache.sshd.server.session
- ServerSessionAware - Interface in org.apache.sshd.server.session
-
Interface that can be implemented by a command to be able to access the server session in which this command will be used.
- ServerSessionHolder - Interface in org.apache.sshd.server.session
- ServerSessionImpl - Class in org.apache.sshd.server.session
-
The default implementation for a
ServerSession
- ServerSessionImpl(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.ServerSessionImpl
- ServerSignatureAlgorithms - Class in org.apache.sshd.common.kex.extension.parser
- ServerSignatureAlgorithms() - Constructor for class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- ServerUserAuthService - Class in org.apache.sshd.server.session
- ServerUserAuthService(Session) - Constructor for class org.apache.sshd.server.session.ServerUserAuthService
- ServerUserAuthServiceFactory - Class in org.apache.sshd.server.session
- ServerUserAuthServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerUserAuthServiceFactory
- serverVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- serverVersionInfo(ClientSession, List<String>) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Called if the server sent any extra information beyond the standard version line
- service - Variable in class org.apache.sshd.agent.local.AgentServerProxy
- service - Variable in class org.apache.sshd.client.auth.AbstractUserAuth
- service - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- service - Variable in class org.apache.sshd.common.channel.AbstractChannel
- service - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- service - Variable in class org.apache.sshd.common.forward.SocksProxy
- service - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- service - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
- service - Variable in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- Service - Enum constant in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- Service - Interface in org.apache.sshd.common
-
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
- serviceFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- ServiceFactory - Interface in org.apache.sshd.common
- serviceInstance - Variable in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- servicePrincipalName - Variable in class org.apache.sshd.server.auth.gss.GSSAuthenticator
- session - Variable in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- session - Variable in class org.apache.sshd.client.session.forward.PortForwardingTracker
- session - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
- session - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- session - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- session - Variable in class org.apache.sshd.common.session.SessionWorkBuffer
- session - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
- session - Variable in class org.apache.sshd.server.shell.ProcessShell
- Session - Interface in org.apache.sshd.common.session
-
Represents an SSH session.
- SESSION - Static variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Name of the property where this session is stored in the attributes of the underlying MINA session.
- SESSION_HEARTBEAT_INTERVAL - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Property used to register the interval for the heartbeat - if not set or non-positive then disabled
- SESSION_HEARTBEAT_TYPE - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Property used to register the
SessionHeartbeatController.HeartbeatType
- if non-existent orNONE
then disabled. - SESSION_ID_GENERATOR - Static variable in class org.apache.sshd.common.io.nio2.Nio2Session
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
- sessionClosed(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- sessionClosed(Nio2Session) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- sessionClosed(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- sessionClosed(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A session has been closed
- sessionContext - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- SessionContext - Interface in org.apache.sshd.common.session
-
A "succinct" summary of the most important attributes of an SSH session
- SessionContextHolder - Interface in org.apache.sshd.common.session
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
- sessionCreated(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- sessionCreated(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- sessionCreated(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A new session just been created
- sessionDisconnect(Session, int, String, String, boolean) - Method in interface org.apache.sshd.common.session.SessionListener
-
Invoked when
SSH_MSG_DISCONNECT
message was sent/received - sessionDisconnectHandler - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- sessionDisconnectHandler - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- SessionDisconnectHandler - Interface in org.apache.sshd.common.session
-
Invoked when the internal session code decides it should disconnect a session due to some consideration.
- SessionDisconnectHandlerManager - Interface in org.apache.sshd.common.session
-
TODO Add javadoc
- sessionEstablished(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
An initial session connection has been established - Caveat emptor: the main difference between this callback and
SessionListener.sessionCreated(Session)
is that when this callback is called, the session is not yet fully initialized so not all API(s) will respond as expected. - sessionEvent(Session, SessionListener.Event) - Method in interface org.apache.sshd.common.session.SessionListener
-
An event has been triggered
- sessionException(Session, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- sessionException(Session, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
An exception was caught and the session will be closed (if not already so).
- sessionFactory - Variable in class org.apache.sshd.client.SshClient
- sessionFactory - Variable in class org.apache.sshd.server.SshServer
- SessionFactory - Class in org.apache.sshd.client.session
-
A factory of client sessions.
- SessionFactory - Class in org.apache.sshd.server.session
-
A factory of server sessions.
- SessionFactory(ClientFactoryManager) - Constructor for class org.apache.sshd.client.session.SessionFactory
- SessionFactory(ServerFactoryManager) - Constructor for class org.apache.sshd.server.session.SessionFactory
- SessionHeartbeatController - Interface in org.apache.sshd.common.session
- SessionHeartbeatController.HeartbeatType - Enum Class in org.apache.sshd.common.session
- SessionHelper - Class in org.apache.sshd.common.session.helpers
-
Contains split code in order to make
AbstractSession
class smaller - SessionHelper(boolean, FactoryManager, IoSession) - Constructor for class org.apache.sshd.common.session.helpers.SessionHelper
-
Create a new session.
- SessionHolder<S extends Session> - Interface in org.apache.sshd.common.session
- sessionId - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- sessionInstance - Variable in class org.apache.sshd.common.channel.AbstractChannel
- sessionInstance - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- sessionInstance - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- sessionInstance - Variable in class org.apache.sshd.scp.common.ScpHelper
- SessionKeyPairIterator - Class in org.apache.sshd.client.auth.pubkey
- SessionKeyPairIterator(ClientSession, SignatureFactoriesManager, Iterator<KeyPair>) - Constructor for class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- SessionListener - Interface in org.apache.sshd.common.session
-
Represents an interface receiving session events.
- SessionListener.Event - Enum Class in org.apache.sshd.common.session
- SessionListenerManager - Interface in org.apache.sshd.common.session
-
Marker interface for classes that allow to add/remove session listeners.
- sessionListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- sessionListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- sessionListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- sessionListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Session listeners container
- sessionLock - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Session level lock for regulating access to sensitive data
- sessionLogin(String, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- sessionLogin(String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- sessionLogin(String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- sessionLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- sessionLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionNegotiationEnd(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the end of the negotiation options handling
- sessionNegotiationOptionsCreated(Session, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.session.SessionListener
- sessionNegotiationStart(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the start of the negotiation options handling
- sessionPeerIdentificationLine(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
Successfully read a line as part of the initial peer identification
- sessionPeerIdentificationReceived(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
The peer's identification version was received
- sessionPeerIdentificationSend(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
About to send identification to peer
- sessions - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
- sessions - Variable in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- sessionTimeoutListener - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- SessionTimeoutListener - Class in org.apache.sshd.common.session.helpers
-
Task that iterates over all currently open
Session
s and checks each of them for timeouts. - SessionTimeoutListener() - Constructor for class org.apache.sshd.common.session.helpers.SessionTimeoutListener
- SessionWorkBuffer - Class in org.apache.sshd.common.session
- SessionWorkBuffer(Session) - Constructor for class org.apache.sshd.common.session.SessionWorkBuffer
- set(String, String) - Method in class org.apache.sshd.server.StandardEnvironment
-
Adds a variable to the environment.
- set(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.BaseProperty
- set(PropertyResolver, T) - Method in interface org.apache.sshd.common.Property
- set(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.Validating
- SET - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- setAccessTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setAcl(List<AclEntry>) - Method in class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- setAcl(List<AclEntry>) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setAgentFactory(SshAgentFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setAgentForwarding(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setAlgorithm(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setAlgorithmIdentifier(List<Integer>) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setAlgorithmParameter(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setAllowMoreSessions(boolean) - Method in interface org.apache.sshd.common.session.ConnectionService
- setAllowMoreSessions(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- setAPrioriDisabledProvider(String, boolean) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Marks a provider's registrar as "a-priori" programatically so that when its
SecurityProviderRegistrar.isEnabled()
is eventually consulted it will returnfalse
regardless of the configured value for the specific provider registrar instance. - setAttribute(Object, Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Sets a user-defined attribute.
- setAttribute(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- setAttribute(Path, String, String, Object, LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in interface org.apache.sshd.common.AttributeStore
-
Sets a user-defined attribute.
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.channel.AbstractChannel
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.sftp.server.Handle
- setAttributeIfAbsent(Object, Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Sets a user defined attribute if the attribute with the specified key is not set yet.
- setAttributeIfAbsent(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- setAttributes(SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
-
Unconditionally set the cached attributes, whether or not this instance's attribute cache is enabled.
- setAuthed(boolean) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Notifies that the session has been authenticated.
- setAuthed(boolean) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- setAuthed(boolean) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
- setAuthenticated() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setAuthenticated() - Method in interface org.apache.sshd.common.session.Session
- setAuthenticationTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- setAuthenticationTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
- setBasedir(String) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- setBasedir(Path) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Sets the base directory to be scanned.
- setCapabilities(int) - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- setCaPubKey(PublicKey) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setCaseSensitive(boolean) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setCertPubKey(PublicKey) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setChannelFactories(List<? extends ChannelFactory>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setChannelSession(ChannelSession) - Method in interface org.apache.sshd.server.channel.ChannelSessionAware
-
Receives the channel in which the command is being executed.
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.channel.AbstractChannel
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setChannelType(String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- setCharset(String) - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCipherFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCipherFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCipherFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCipherMode(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- setCipherType(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setClient(SimpleClient) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- setClient(SimpleClient) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- setClient2Server(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- setClientAddress(SocketAddress) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setClientHostKeys(HostKeyIdentityProvider) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- setClientIdentityLoader(ClientIdentityLoader) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderManager
- setClientIdentityLoader(ClientIdentityLoader) - Method in class org.apache.sshd.client.SshClient
- setClientKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setClientProxyConnector(ClientProxyConnector) - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.SshClient
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- setClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
-
Marks this future as closed and notifies all threads waiting for this future.
- setClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
- setClosed() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- setClosing(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- setCommand(String, String...) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- setCommand(String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
- setCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.SshServer
- setComment(String) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCompressionFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCompressionFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setCompressionFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setConfigLine(String) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setConnectAddress(SocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setConnectTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
- setConnectTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
- setConnectTimeout(long) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setConstructed(boolean) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setCreateHome(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCreateTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setCredentials(BasicCredentialsProvider) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setCriticalOptions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setCurrentUser(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Can be used to programmatically set the username reported by
OsUtils.getCurrentUser()
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
For
Command
to installChannelDataReceiver
. - setDefaultFingerPrintFactory(DigestFactory) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- setDefaultHomeDir(Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- setDefaultProviderChoice(SecurityProviderChoice) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- setDelegateCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- setDelegateShellFactory(ShellFactory) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- setDigester(NamedFactory<Mac>) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setDigestValue(byte[]) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setDomain(String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
- setE(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- setEcho(boolean) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- setEnv(String, Object) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- SETENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
- setErr(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- setErr(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
- setErrorChannelDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- setErrorStatusDataHandler(SftpErrorStatusDataHandler) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- setErrorStream(OutputStream) - Method in interface org.apache.sshd.server.command.CommandDirectErrorStreamAware
-
Set the error stream that can be used by the shell to write its errors.
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
- setErrorStream(OutputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setException(Throwable) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Sets the exception caught due to connection failure and notifies all threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the exception caught due to connection failure and notifies all threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
- setException(Throwable) - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the exception caught due to connection failure and notifies all threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the exception caught due to connection failure and notifies all threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
- setException(Throwable) - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
- setExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in interface org.apache.sshd.common.util.threads.ManagedExecutorServiceSupplier
- setExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- setExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- setExitCallback(ExitCallback) - Method in interface org.apache.sshd.server.command.Command
-
Set the callback that the shell has to call when it is closed.
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.UnknownCommand
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setExtendedDataWriter(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
A special
ChannelDataReceiver
that can be used to receive data sent as "extended" - usually STDERR. - setExtensions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setExtensions(Map<String, byte[]>) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setF(byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
- setF(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- setF(byte[]) - Method in class org.apache.sshd.common.kex.DHG
- setF(byte[]) - Method in class org.apache.sshd.common.kex.ECDH
- setF(byte[]) - Method in class org.apache.sshd.common.kex.XDH
- setF(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
- setFileAccessControl(Path, List<AclEntry>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFileAccessControl(SftpSubsystemProxy, Path, List<AclEntry>, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- setFileAttribute(Path, String, String, Object, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFileAttribute(SftpSubsystemProxy, Path, String, String, Object, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Sets a view attribute for a local file
- setFileAttributes(Path, Map<String, ?>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFileExtensions(Path, Map<String, byte[]>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFilenameTranslationControl(boolean) - Method in interface org.apache.sshd.sftp.client.extensions.FilenameTranslationControlExtension
- setFilenameTranslationControl(boolean) - Method in class org.apache.sshd.sftp.client.extensions.helpers.FilenameTranslationControlExtensionImpl
- setFileOwner(SftpSubsystemProxy, Path, Principal, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- setFileOwnership(Path, String, Principal, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFilePasswordProvider(FilePasswordProvider) - Method in class org.apache.sshd.client.SshClient
- setFilePasswordProvider(FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProviderManager
- setFilePermissions(Path, Set<PosixFilePermission>, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFilePermissions(SftpSubsystemProxy, Path, Set<PosixFilePermission>, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- setFileRawViewAttribute(Path, String, String, Object, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setFileSystem(FileSystem) - Method in interface org.apache.sshd.common.file.FileSystemAware
-
Set the file system in which this shell will be executed.
- setFileSystem(FileSystem) - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
- setFileSystem(FileSystem) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setFileSystemAccessor(SftpFileSystemAccessor) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessorManager
- setFileSystemAccessor(SftpFileSystemAccessor) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setFileSystemFactory(FileSystemFactory, SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemAware
-
Sets the
FileSystemFactory
used to create theFileSystem
to be used by the session - setFileSystemFactory(FileSystemFactory, SessionContext) - Method in class org.apache.sshd.scp.server.ScpShell
- setFileTime(Path, String, String, FileTime, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- setForwarderFactory(ForwarderFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setForwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setG(byte[]) - Method in class org.apache.sshd.common.kex.DHG
- setG(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
- setGlobalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setGroup(String) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setGroup(GroupPrincipal) - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- setGroupOwner(SftpSubsystemProxy, Path, Principal, LinkOption...) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
- setGSSAuthenticator(GSSAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.SshServer
- setHashedEntry(KnownHostHashValue) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setHost(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setHost(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setHost(String) - Method in class org.apache.sshd.scp.common.ScpLocation
- setHost(String) - Method in class org.apache.sshd.server.SshServer
- setHost(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setHost(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setHostBasedAuthenticationReporter(HostBasedAuthenticationReporter) - Method in class org.apache.sshd.client.SshClient
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.SshServer
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in interface org.apache.sshd.client.ClientFactoryManager
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.SshClient
- setHostEntry(KnownHostEntry) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in class org.apache.sshd.server.SshServer
- setHostName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setId(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setIdentities(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setIdentitiesOnly(boolean) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setIn(InputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- setIn(InputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Set an input stream that will be read by this channel and forwarded to the remote channel.
- setIncludes(String...) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Sets the list of include patterns to use.
- setIncludes(Collection<String>) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setIncludes(Collection<String>) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- setIncludes(Collection<String>) - Method in class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- setInitVector(byte...) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setInputEncoding() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Installs the current prepared
AbstractSession.inSettings
so that they are effective and will be applied to any future incoming packet. - setInputStream(InputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- setInputStream(InputStream) - Method in interface org.apache.sshd.server.command.CommandDirectInputStreamAware
-
Set the input stream that can be used by the shell to read input.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
- setInputStream(InputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setInteractionInstruction(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- setInteractionName(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- setIoErrorStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommandErrorStreamAware
-
Set the error stream that can be used by the shell to write its errors.
- setIoErrorStream(IoOutputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setIoInputStream(IoInputStream) - Method in interface org.apache.sshd.server.command.AsyncCommandInputStreamAware
-
Set the input stream that can be used by the shell to read input.
- setIoInputStream(IoInputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setIoOutputStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommandOutputStreamAware
-
Set the output stream that can be used by the shell to write its output.
- setIoOutputStream(IoOutputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
- setIoServiceEventListener(IoServiceEventListener) - Method in interface org.apache.sshd.common.io.IoServiceEventListenerManager
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- setIoServiceFactoryFactory(IoServiceFactoryFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setJavaVersion(VersionInfo) - Static method in class org.apache.sshd.common.util.OsUtils
-
Set programmatically the reported Java version
- setKdfOptions(OpenSSHKdfOptions) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- setKdfRounds(int) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Sets the number of KDF rounds to apply.
- setKexExtensionHandler(KexExtensionHandler) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setKexExtensionHandler(KexExtensionHandler) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
- setKexSeed(byte...) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setKexSeed(byte...) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- setKexSeed(byte...) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.SshServer
- setKeyData(byte[]) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setKeyDataResolver(PublicKeyEntryDataResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setKeyEntry(AuthorizedKeyEntry) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
- setKeyIdentityProvider(KeyIdentityProvider) - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProviderHolder
- setKeyPairProvider(C, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
- setKeyPairProvider(C, Path, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
- setKeyPairProvider(KeyPairProvider) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProviderHolder
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.SshServer
- setKeyPairProvider(S, Properties, boolean) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
Sets the server's
KeyPairProvider
with the loaded identities - if any - setKeyPairResourceLoader(KeyPairResourceLoader) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- setKeyPairResourceParser(KeyPairResourceParser) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- setKeySize(int) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setKeySpec(AlgorithmParameterSpec) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setKeytabFile(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the location of the Kerberos keytab.
- setKeyType(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setKeyType(String) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setLanguageTag(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- setLength(int) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setLength(long) - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- setLoadedHostsEntries(Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- setLocalAddress(SocketAddress) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- setLoginOptions(Map<String, String>) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- setMacFactories(List<NamedFactory<Mac>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setMacFactories(List<NamedFactory<Mac>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setMacFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setMacFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setMacFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
- setMarker(String) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setMaxAllowedRounds(int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setMaxAuthTime(Duration) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setMaxConnectTime(Duration) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setMaxDHGroupExchangeKeySize(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Set programmatically the reported value for
SecurityUtils.getMaxDHGroupExchangeKeySize()
- setMessage(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setMinDHGroupExchangeKeySize(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Set programmatically the reported value for
SecurityUtils.getMinDHGroupExchangeKeySize()
- setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- setModifyTime(FileTime) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setName(String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- setName(String) - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- setNameDecodingCharset(Charset) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- setNameDecodingCharset(Charset) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- setNameDecodingCharset(Charset) - Method in interface org.apache.sshd.sftp.client.SftpClient
- setNegated(boolean) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setNegotiationResult(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- setNewline(String) - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- setNextObject() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- setNioWorkers(int) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setNoDelay(boolean) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- setNonce(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setNumRounds(int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setObjClass(ASN1Class) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setObjType(ASN1Type) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setOffset(long) - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- setOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
- setOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the newly connected session and notifies all threads waiting for this future.
- setOption(NetworkChannel, Property<?>, SocketOption<T>, T) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- setOptions(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- setOS(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Can be used to enforce Win32 or Linux report from
OsUtils.isWin32()
,OsUtils.isOSX()
orOsUtils.isUNIX()
- setOut(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- setOut(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
- setOutputEncoding() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Installs the current prepared
AbstractSession.outSettings
so that they are effective and will be applied to any future outgoing packet. - setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- setOutputStream(OutputStream) - Method in interface org.apache.sshd.server.command.CommandDirectOutputStreamAware
-
Set the output stream that can be used by the shell to write its output.
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
- setOutputStream(OutputStream) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- setOverwriteAllowed(boolean) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setOwner(String) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setOwner(UserPrincipal) - Method in class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- setOwner(UserPrincipal) - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- setP(byte[]) - Method in class org.apache.sshd.client.kex.DHGEXClient
- setP(byte[]) - Method in class org.apache.sshd.common.kex.DHG
- setP(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
- setParentPropertyResolver(PropertyResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setPassword(String) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- setPassword(String) - Method in interface org.apache.sshd.common.auth.MutablePassword
- setPassword(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setPasswordAuthenticationReporter(PasswordAuthenticationReporter) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setPasswordAuthenticationReporter(PasswordAuthenticationReporter) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setPasswordAuthenticationReporter(PasswordAuthenticationReporter) - Method in class org.apache.sshd.client.SshClient
- setPasswordAuthenticator(PasswordAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.SshServer
- setPasswordFinder(FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.SshClient
- setPath(String) - Method in class org.apache.sshd.scp.common.ScpLocation
- setPath(Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setPaths(Collection<? extends Path>) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- setPattern(Pattern) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setPatterns(Collection<HostPatternValue>) - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- setPermissions(int) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setPermissions(Path, Set<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
If the "posix" view is supported, then it invokes
Files.setPosixFilePermissions(Path, Set)
, otherwise uses theIoUtils.setPermissionsToFile(File, Collection)
method - setPermissions(Set<PosixFilePermission>) - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- setPermissions(Set<PosixFilePermission>) - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- setPermissionsToFile(File, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
- setPort(int) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setPort(int) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setPort(int) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setPort(int) - Method in class org.apache.sshd.scp.common.ScpLocation
- setPort(int) - Method in class org.apache.sshd.server.SshServer
-
Configure the port number to use for this SSH server.
- setPort(int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setPrincipals(Collection<String>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setPrivateKeyBytes(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setPrivateKeyObfuscator(PrivateKeyObfuscator) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setPrompt(String) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- setPrompts(Collection<? extends PromptEntry>) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- setProperties(Map<String, String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setProperty(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Sets / Replaces the property value
- setPropertyResolver(PropertyResolver) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- setProtocol(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setProxyJump(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setPtyColumns(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyColumns(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyColumns(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyHeight(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyHeight(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyHeight(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyLines(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyLines(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyLines(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyModes(Map<PtyMode, Integer>) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyType(String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyType(String) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyType(String) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyWidth(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setPtyWidth(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyWidth(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter) - Method in class org.apache.sshd.client.SshClient
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.SshServer
- setRandomFactory(Factory<? extends Random>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setReadBufferSize(int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- setReadTimeout(long) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setReceiveBufferSize(int) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- setRecipient(int) - Method in class org.apache.sshd.common.channel.AbstractChannel
- setReserved(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
- setResourceLoader(ClassLoader) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- setResources(Collection<String>) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- setSalt(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setSaltValue(byte[]) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setScheduledExecutorService(ScheduledExecutorService, boolean) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setScpClientCreator(ScpClientCreator) - Method in class org.apache.sshd.scp.client.SimpleScpClientImpl
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.scp.client.AbstractScpClientCreator
- setScpFileOpener(ScpFileOpener) - Method in interface org.apache.sshd.scp.common.ScpFileOpenerHolder
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- setScpTransferEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.scp.client.AbstractScpClientCreator
- setScpTransferEventListener(ScpTransferEventListener) - Method in interface org.apache.sshd.scp.client.ScpClientCreator
- setSendBufferSize(int) - Method in class org.apache.sshd.scp.server.ScpCommandFactory
- setSendChunkIfRemoteWindowIsSmallerThanPacketSize(boolean) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- setSeparator(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setSeparator(String) - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- setSeparator(String) - Method in class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- setSerial(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setServer2Client(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- setServerKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setServerKeyVerifier(ServerKeyVerifier) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.SshClient
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.SshServer
- setServiceFactories(List<? extends ServiceFactory>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setServicePrincipalName(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the service principal name to be used.
- setSession(ClientSession) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the newly connected session and notifies all threads waiting for this future.
- setSession(ClientSession) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- setSession(IoSession) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the newly connected session and notifies all threads waiting for this future.
- setSession(IoSession) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
- setSession(ServerSession) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- setSession(ServerSession) - Method in interface org.apache.sshd.server.session.ServerSessionAware
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.ProcessShell
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.client.SshClient
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.server.SshServer
- setSessionHeartbeat(SessionHeartbeatController.HeartbeatType, Duration) - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
-
Set the session heartbeat
- setSessionHeartbeat(SessionHeartbeatController.HeartbeatType, TimeUnit, long) - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- setSftpClientFactory(SftpClientFactory) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- setSftpFileSystemClientSessionInitializer(SftpFileSystemClientSessionInitializer) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- setShellFactory(ShellFactory) - Method in class org.apache.sshd.server.SshServer
- setSignature(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
- setSignatureFactoriesNameList(String) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactoriesNames(String...) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSize(long) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setSocketOptions(S) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- setStat(String, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- setStat(String, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- setStat(String, SftpClient.Attributes) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Update remote node meta-data
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Update remote node meta-data
- setStreaming(StreamingChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- setStreaming(StreamingChannel.Streaming) - Method in interface org.apache.sshd.common.channel.StreamingChannel
- setStreaming(StreamingChannel.Streaming) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
- setStringExtensions(Map<String, String>) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setSttyCommand(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- setSubsystemFactories(List<? extends SubsystemFactory>) - Method in class org.apache.sshd.server.SshServer
- setTimeout(long) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
- setTimes(FileTime, FileTime, FileTime) - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- setType(int) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- setType(OpenSshCertificate.Type) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
- setUnsupportedAttributePolicy(UnsupportedAttributePolicy) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory
- setUpBuiltinFactories(boolean, Collection<? extends E>) - Static method in interface org.apache.sshd.common.NamedFactory
- setupClientHeartbeat(C, Map<String, ?>) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
- setupClientHeartbeat(C, PropertyResolver) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
- setUpDefaultCiphers(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
- setUpDefaultClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client.
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
- setUpDefaultMacs(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
- setUpDefaultServer() - Static method in class org.apache.sshd.server.SshServer
-
Setup a default server
- setupDefaultSessionIdentities(ClientSession, KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
- setUpDefaultSimpleClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client, starts it and then wraps it as a
SimpleClient
- setUpFactories(boolean, Collection<? extends E>) - Static method in interface org.apache.sshd.common.BuiltinFactory
- setupSensibleDefaultPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setupSensitiveDefaultPtyConfiguration(M) - Static method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
-
Uses O/S detection to initialize some default PTY related values
- setupServerHeartbeat(S, Map<String, ?>) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- setupServerHeartbeat(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- setupSession(S) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
- setupSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- setupSftpSubsystem(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
- setUpTransformedFactories(boolean, Collection<? extends S>, Function<? super S, ? extends E>) - Static method in interface org.apache.sshd.common.NamedFactory
- setUsePty(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
- setUserAuthFactories(List<F>) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.SshClient
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.session.AbstractServerSession
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.SshServer
- setUserAuthFactoriesNameList(String) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNames(String...) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
- setUserHomeDir(String, Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- setUserInteraction(UserInteraction) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.session.AbstractClientSession
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.SshClient
- setUsername(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setUsername(String) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- setUsername(String) - Method in interface org.apache.sshd.common.auth.MutableUserHolder
- setUsername(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- setUsername(String) - Method in class org.apache.sshd.scp.common.ScpLocation
- setUsersHomeDir(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set the root location where users home is to be created
- setValidAfter(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setValidAfter(Instant) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
If null, uses
OpenSshCertificate.MIN_EPOCH
- setValidBefore(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setValidBefore(Instant) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
If null, uses
OpenSshCertificate.INFINITY
- setValue(byte[]) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setValue(Object) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Sets the result of the asynchronous operation, and mark it as finished.
- setVersion(String) - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- setVersion(BigInteger) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setVersions(List<String>) - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- setWriteBufferSize(int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- setWritten() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
- setWritten() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
- sftp - Variable in class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- sftp - Variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- SFTP_CHANNEL_OPEN_TIMEOUT - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Property that can be used on the
FactoryManager
to control the internal timeout used by the client to open a channel. - SFTP_FORCED_VERSION_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- SFTP_SUBSYSTEM_NAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFTP_V3 - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFTP_V4 - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFTP_V5 - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFTP_V6 - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFTP_VERSION - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Force the use of a given sftp version
- SftpAckData - Class in org.apache.sshd.sftp.client.impl
- SftpAckData(int, long, int) - Constructor for class org.apache.sshd.sftp.client.impl.SftpAckData
- SftpAclFileAttributeView - Class in org.apache.sshd.sftp.client.fs
- SftpAclFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- SftpChannelSubsystem() - Constructor for class org.apache.sshd.sftp.client.impl.DefaultSftpClient.SftpChannelSubsystem
- SftpClient - Interface in org.apache.sshd.sftp.client
- SftpClient.Attribute - Enum Class in org.apache.sshd.sftp.client
- SftpClient.Attributes - Class in org.apache.sshd.sftp.client
- SftpClient.CloseableHandle - Class in org.apache.sshd.sftp.client
- SftpClient.CopyMode - Enum Class in org.apache.sshd.sftp.client
- SftpClient.DirEntry - Class in org.apache.sshd.sftp.client
- SftpClient.Handle - Class in org.apache.sshd.sftp.client
- SftpClient.OpenMode - Enum Class in org.apache.sshd.sftp.client
- SftpClientDirectoryScanner - Class in org.apache.sshd.sftp.client.fs
-
Uses an
SftpClient
to scan a directory (possibly recursively) and find files that match a given set of inclusion patterns. - SftpClientDirectoryScanner() - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- SftpClientDirectoryScanner(boolean) - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- SftpClientDirectoryScanner(String) - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- SftpClientDirectoryScanner(String, String...) - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- SftpClientDirectoryScanner(String, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner
- SftpClientDirectoryScanner.ScanDirEntry - Class in org.apache.sshd.sftp.client.fs
-
The result of a scan
- SftpClientExtension - Interface in org.apache.sshd.sftp.client.extensions
- SftpClientExtensionFactory - Interface in org.apache.sshd.sftp.client.extensions
- sftpClientFactory - Variable in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- SftpClientFactory - Interface in org.apache.sshd.sftp.client
-
TODO Add javadoc
- SftpClientHolder - Interface in org.apache.sshd.sftp.client
- SftpConstants - Class in org.apache.sshd.sftp.common
- SftpConstants() - Constructor for class org.apache.sshd.sftp.common.SftpConstants
- SftpConstants.LazyCommandNameHolder - Class in org.apache.sshd.sftp.common
- SftpConstants.LazyStatusNameHolder - Class in org.apache.sshd.sftp.common
- SftpDirectoryStream - Class in org.apache.sshd.sftp.client.fs
-
Implements a remote
DirectoryStream
- SftpDirectoryStream(SftpPath) - Constructor for class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- SftpDirectoryStream(SftpPath, DirectoryStream.Filter<? super Path>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpDirectoryStream
- SftpDirEntryIterator - Class in org.apache.sshd.sftp.client.impl
-
Iterates over the available directory entries for a given path.
- SftpDirEntryIterator(SftpClient, String) - Constructor for class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- SftpDirEntryIterator(SftpClient, String, SftpClient.Handle, boolean) - Constructor for class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- SftpDirEntryIterator(SftpClient, SftpClient.Handle) - Constructor for class org.apache.sshd.sftp.client.impl.SftpDirEntryIterator
- SftpErrorDataChannelReceiverProvider - Interface in org.apache.sshd.sftp.server
- SftpErrorDataHandler - Interface in org.apache.sshd.sftp.client
-
Callback for any error stream data sent by the server
- SftpErrorStatusDataHandler - Interface in org.apache.sshd.sftp.server
-
Invoked in order to format failed commands messages
- SftpErrorStatusDataHandlerProvider - Interface in org.apache.sshd.sftp.server
- SftpEventListener - Interface in org.apache.sshd.sftp.server
-
Can be used register for SFTP events.
- SftpEventListenerManager - Interface in org.apache.sshd.sftp.server
- sftpEventListenerProxy - Variable in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- sftpEventListenerProxy - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- sftpEventListeners - Variable in class org.apache.sshd.sftp.server.AbstractSftpEventListenerManager
- sftpEventListeners - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- SftpException - Exception in org.apache.sshd.sftp.common
- SftpException(int, String) - Constructor for exception org.apache.sshd.sftp.common.SftpException
- SftpFileStore - Class in org.apache.sshd.sftp.client.fs
- SftpFileStore(String, SftpFileSystem) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileStore
- SftpFileSystem - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystem(SftpFileSystemProvider, String, ClientSession, SftpClientFactory, SftpVersionSelector, SftpErrorDataHandler) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystem
- SftpFileSystem.DefaultGroupPrincipal - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystem.DefaultUserPrincipal - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystem.DefaultUserPrincipalLookupService - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystem.Wrapper - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystemAccessor - Interface in org.apache.sshd.sftp.server
- SftpFileSystemAccessorManager - Interface in org.apache.sshd.sftp.server
- SftpFileSystemAccessorProvider - Interface in org.apache.sshd.sftp.server
- SftpFileSystemClientSessionInitializer - Interface in org.apache.sshd.sftp.client.fs
-
Provides user hooks into the process of creating a
SftpFileSystem
via aSftpFileSystemProvider
- SftpFileSystemInitializationContext - Class in org.apache.sshd.sftp.client.fs
- SftpFileSystemInitializationContext(String, URI, Map<String, ?>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- SftpFileSystemProvider - Class in org.apache.sshd.sftp.client.fs
-
A registered
FileSystemProvider
that registers the "sftp://" scheme so that URLs with this protocol are handled as remote SFTPPath
-s - e.g., "sftp://user:password@host/remote/file/path
" - SftpFileSystemProvider() - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SshClient) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SshClient, SftpClientFactory, SftpVersionSelector) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SshClient, SftpClientFactory, SftpVersionSelector, SftpErrorDataHandler) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SshClient, SftpVersionSelector) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SshClient, SftpVersionSelector, SftpErrorDataHandler) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpFileSystemProvider(SftpVersionSelector) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- SftpHelper - Class in org.apache.sshd.sftp.common
- SftpHelper() - Constructor for class org.apache.sshd.sftp.common.SftpHelper
- SftpInputStreamAsync - Class in org.apache.sshd.sftp.client.impl
- SftpInputStreamAsync(AbstractSftpClient, int, long, long, String, SftpClient.CloseableHandle) - Constructor for class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- SftpInputStreamAsync(AbstractSftpClient, int, String, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- SftpInputStreamAsync.BufferConsumer - Interface in org.apache.sshd.sftp.client.impl
- SftpIterableDirEntry - Class in org.apache.sshd.sftp.client.impl
-
Provides an
Iterable
implementation of theSftpClient.DirEntry
-ies for a remote directory - SftpIterableDirEntry(SftpClient, String) - Constructor for class org.apache.sshd.sftp.client.impl.SftpIterableDirEntry
- sftpLogin(String, int, String, String) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(String, String, String) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(String, String, KeyPair) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(InetAddress, String, String) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(SocketAddress, String, String) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- sftpLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- sftpLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.sftp.client.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- SftpModuleProperties - Class in org.apache.sshd.sftp
-
Configurable properties for sshd-sftp.
- SftpModuleProperties() - Constructor for class org.apache.sshd.sftp.SftpModuleProperties
- SftpOutputStreamAsync - Class in org.apache.sshd.sftp.client.impl
-
Implements an output stream for a given remote file
- SftpOutputStreamAsync(AbstractSftpClient, int, String, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- SftpOutputStreamAsync(AbstractSftpClient, int, String, SftpClient.CloseableHandle) - Constructor for class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- SftpPath - Class in org.apache.sshd.sftp.client.fs
-
A
Path
on anSftpFileSystem
. - SftpPath(SftpFileSystem, String, List<String>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPath
- SftpPathDirectoryScanner - Class in org.apache.sshd.sftp.client.fs
-
An SFTP-aware
DirectoryScanner
that assumes allPath
-s refer to SFTP remote ones and match patterns use "/" as their separator with case sensitive matching by default (though the latter can be modified). - SftpPathDirectoryScanner() - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- SftpPathDirectoryScanner(boolean) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- SftpPathDirectoryScanner(Path) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- SftpPathDirectoryScanner(Path, String...) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- SftpPathDirectoryScanner(Path, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathDirectoryScanner
- SftpPathImpl - Class in org.apache.sshd.sftp.client.impl
-
An
SftpPath
that can cacheSftpClient.Attributes
. - SftpPathImpl(SftpFileSystem, String, List<String>) - Constructor for class org.apache.sshd.sftp.client.impl.SftpPathImpl
- SftpPathIterator - Class in org.apache.sshd.sftp.client.fs
- SftpPathIterator(SftpPath, Iterable<? extends SftpClient.DirEntry>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathIterator
- SftpPathIterator(SftpPath, Iterable<? extends SftpClient.DirEntry>, DirectoryStream.Filter<? super Path>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathIterator
- SftpPathIterator(SftpPath, Iterator<? extends SftpClient.DirEntry>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathIterator
- SftpPathIterator(SftpPath, Iterator<? extends SftpClient.DirEntry>, DirectoryStream.Filter<? super Path>) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPathIterator
- SftpPosixFileAttributes - Class in org.apache.sshd.sftp.client.fs
- SftpPosixFileAttributes(Path, SftpClient.Attributes) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- SftpPosixFileAttributeView - Class in org.apache.sshd.sftp.client.fs
- SftpPosixFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributeView
- SftpRemotePathChannel - Class in org.apache.sshd.sftp.client.impl
- SftpRemotePathChannel(String, SftpClient, boolean, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- sftpSubsystem - Variable in class org.apache.sshd.sftp.server.Handle
- SftpSubsystem - Class in org.apache.sshd.sftp.server
-
SFTP subsystem
- SftpSubsystem(ChannelSession, SftpSubsystemConfigurator) - Constructor for class org.apache.sshd.sftp.server.SftpSubsystem
- SftpSubsystemConfigurator - Interface in org.apache.sshd.sftp.server
- SftpSubsystemEnvironment - Interface in org.apache.sshd.sftp.server
- SftpSubsystemFactory - Class in org.apache.sshd.sftp.server
- SftpSubsystemFactory() - Constructor for class org.apache.sshd.sftp.server.SftpSubsystemFactory
- SftpSubsystemFactory.Builder - Class in org.apache.sshd.sftp.server
- SftpSubsystemProxy - Interface in org.apache.sshd.sftp.server
- SftpUniversalOwnerAndGroup - Enum Class in org.apache.sshd.sftp.common
-
Some universal identifiers used in owner and/or group specification strings
- SftpUniversalOwnerAndGroup() - Constructor for enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- SftpUnsupportedAttributePolicyProvider - Interface in org.apache.sshd.sftp.server
- SftpVersionSelector - Interface in org.apache.sshd.sftp.client
- SftpVersionSelector.NamedVersionSelector - Class in org.apache.sshd.sftp.client
-
Wraps a
SftpVersionSelector
and assigns it a name. - SFX_ACL_AUDIT_ALARM_INCLUDED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFX_ACL_AUDIT_ALARM_INHERITED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFX_ACL_CONTROL_INCLUDED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFX_ACL_CONTROL_INHERITED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SFX_ACL_CONTROL_PRESENT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- sha1 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- SHA1 - Enum constant in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- SHA1 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha224 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- SHA224 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha256 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- SHA256 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha384 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- SHA384 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha512 - Enum constant in enum class org.apache.sshd.common.digest.BuiltinDigests
- SHA512 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- shell - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- SHELL_ENVVARS_ENCODING_CHARSET - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Used to indicate the
Charset
(or its name) for handling environment values inScpShell
- extracted from the channel session when shell initialized. - SHELL_NAME_DECODING_CHARSET - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Used to indicate the
Charset
(or its name) for decoding incoming commands to be processed by theScpShell
- extracted from the channel session when shell initialized. - SHELL_NAME_ENCODING_CHARSET - Static variable in class org.apache.sshd.scp.ScpModuleProperties
-
Used to indicate the
Charset
(or its name) for encoding returned textual responses from theScpShell
- extracted from the channel session when shell initialized. - shellErr - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- shellFactory - Variable in class org.apache.sshd.server.SshServer
- ShellFactory - Interface in org.apache.sshd.server.shell
-
Shell(s) are executed on the server side when a "shell" channel is established
- ShellFactorySelector - Interface in org.apache.sshd.server.shell
- shellIn - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- shellOut - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- shortDisplay() - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- shutdown() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- shutdown() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- shutdownExecutor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- shutdownExecutor - Variable in class org.apache.sshd.server.shell.InvertedShellWrapper
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- shutdownOutputStream() - Method in interface org.apache.sshd.common.io.IoSession
-
Handle received EOF.
- shutdownOutputStream() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- sign(KeyPair) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
-
Creates a certificate signed with the given CA key.
- sign(KeyPair, String) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
-
Creates a certificate signed with the given CA key using the specified signature algorithm.
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.AbstractSignature
- sign(SessionContext) - Method in interface org.apache.sshd.common.signature.Signature
-
Compute the signature
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.SignatureDSA
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.SignatureECDSA
- sign(SessionContext, String, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- sign(SessionContext, String, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- sign(SessionContext, String, byte[]) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
Proves the public key identity by signing the given data
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.common.AgentDelegate
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.local.AgentImpl
- sign(SessionContext, PublicKey, String, byte[]) - Method in interface org.apache.sshd.agent.SshAgent
- signal(Channel, Signal) - Method in interface org.apache.sshd.server.SignalListener
- signal(Channel, Signal) - Method in class org.apache.sshd.server.StandardEnvironment
- Signal - Enum Class in org.apache.sshd.server
-
System signals definition that the shell can receive.
- Signal(int) - Constructor for enum class org.apache.sshd.server.Signal
- signalAuthenticationAttempt(ClientSession, String, String, boolean, String) - Method in interface org.apache.sshd.client.auth.password.PasswordAuthenticationReporter
- signalAuthenticationAttempt(ClientSession, String, KeyPair, String) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
-
Sending the initial request to use public key authentication
- signalAuthenticationAttempt(ClientSession, String, KeyPair, String, String, byte[]) - Method in interface org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
-
Sending the initial request to use host based authentication
- signalAuthenticationExhausted(ClientSession, String) - Method in interface org.apache.sshd.client.auth.password.PasswordAuthenticationReporter
-
Signals end of passwords attempts and optionally switching to other authentication methods.
- signalAuthenticationExhausted(ClientSession, String) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
-
Signals end of public key attempts and optionally switching to other authentication methods.
- signalAuthenticationExhausted(ClientSession, String, String, String) - Method in interface org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
-
Signals end of host based attempts and optionally switching to other authentication methods.
- signalAuthenticationFailure(ClientSession, String, String, boolean, List<String>) - Method in interface org.apache.sshd.client.auth.password.PasswordAuthenticationReporter
- signalAuthenticationFailure(ClientSession, String, KeyPair, boolean, List<String>) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
- signalAuthenticationFailure(ClientSession, String, KeyPair, String, String, boolean, List<String>) - Method in interface org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
- signalAuthenticationSuccess(String, String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
- signalAuthenticationSuccess(String, String, Buffer) - Method in interface org.apache.sshd.server.session.ServerSession
- signalAuthenticationSuccess(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.password.PasswordAuthenticationReporter
- signalAuthenticationSuccess(ClientSession, String, KeyPair) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
- signalAuthenticationSuccess(ClientSession, String, KeyPair, String, String) - Method in interface org.apache.sshd.client.auth.hostbased.HostBasedAuthenticationReporter
- signalAuthFailure(Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- signalAuthMethodFailure(ClientSession, String, boolean, List<String>, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- signalAuthMethodFailure(ClientSession, String, boolean, List<String>, Buffer) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- signalAuthMethodFailure(ClientSession, String, boolean, List<String>, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- signalAuthMethodFailure(ClientSession, String, boolean, List<String>, Buffer) - Method in interface org.apache.sshd.client.auth.UserAuth
-
Signals reception of
SSH_MSG_USERAUTH_FAILURE
message - signalAuthMethodSuccess(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- signalAuthMethodSuccess(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
- signalAuthMethodSuccess(ClientSession, String, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- signalAuthMethodSuccess(ClientSession, String, Buffer) - Method in interface org.apache.sshd.client.auth.UserAuth
-
Signal reception of
SSH_MSG_USERAUTH_SUCCESS
message - signalChannelClosed(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelClosed(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelInitialized() - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelInitialized(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelOpenFailure(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelOpenFailure(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelOpenSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalChannelOpenSuccess(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
- signalDisconnect(int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalDisconnect(SessionListener, int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalError(String, String) - Method in class org.apache.sshd.scp.server.ScpShell
- signalError(String, String, Charset) - Method in class org.apache.sshd.scp.server.ScpShell
- signalEstablishedDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishedDynamicTunnel(SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishedExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishedExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishingDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishingDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishingExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalEstablishingExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalExceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalExceptionCaught(SessionListener, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalExtraServerVersionInfo(String, List<String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
- signalHandleOpen() - Method in class org.apache.sshd.sftp.server.Handle
- signalHandleOpening() - Method in class org.apache.sshd.sftp.server.Handle
- SignalListener - Interface in org.apache.sshd.server
-
Define a listener to receive signals
- signalNegotiationEnd(Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalNegotiationEnd(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalNegotiationOptionsCreated(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalNegotiationOptionsCreated(SessionListener, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalNegotiationStart(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalNegotiationStart(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalOpenFailure(int, String, Path, boolean, E) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- signalPeerIdentificationReceived(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalPeerIdentificationReceived(SessionListener, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalReadPeerIdentificationLine(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalReadPeerIdentificationLine(SessionListener, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalReceivedCommand(AbstractScpCommandDetails) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- signalRemovalPreConditionFailure(int, String, Path, E, boolean) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- signalRequestFailure() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Marks the current pending global request result as failed
- SIGNALS - Static variable in enum class org.apache.sshd.server.Signal
- signalSendIdentification(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSendIdentification(SessionListener, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionClosed() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionClosed(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionCreated(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionEstablished(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionEstablished(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a session event to all currently registered session listeners
- signalSessionEvent(SessionListener, SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- signalSignatureAttempt(ClientSession, String, KeyPair, String, byte[]) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyAuthenticationReporter
-
Sending the signed response to the server's challenge
- signalTearingDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTearingDownDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTearingDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTearingDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTornDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTornDownDynamicTunnel(SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTornDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signalTornDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- signature - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- Signature - Interface in org.apache.sshd.common.signature
-
Signature interface for SSH used to sign or verify packets.
- SIGNATURE_ALGORITHM_MAP - Static variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- SIGNATURE_ALGORITHM_MAP - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- SignatureDSA - Class in org.apache.sshd.common.signature
-
DSA
Signature
- SignatureDSA() - Constructor for class org.apache.sshd.common.signature.SignatureDSA
- SignatureDSA(String) - Constructor for class org.apache.sshd.common.signature.SignatureDSA
- SignatureECDSA - Class in org.apache.sshd.common.signature
-
Signature algorithm for EC keys using ECDSA.
- SignatureECDSA(String) - Constructor for class org.apache.sshd.common.signature.SignatureECDSA
- SignatureECDSA.SignatureECDSA256 - Class in org.apache.sshd.common.signature
- SignatureECDSA.SignatureECDSA384 - Class in org.apache.sshd.common.signature
- SignatureECDSA.SignatureECDSA521 - Class in org.apache.sshd.common.signature
- SignatureECDSA256() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA256
- SignatureECDSA384() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA384
- SignatureECDSA521() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA521
- SignatureEd25519 - Class in org.apache.sshd.common.util.security.eddsa
- SignatureEd25519() - Constructor for class org.apache.sshd.common.util.security.eddsa.SignatureEd25519
- signatureFactories - Variable in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- signatureFactories - Variable in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
- signatureFactories - Variable in class org.apache.sshd.common.BaseBuilder
- signatureFactories - Variable in class org.apache.sshd.common.kex.AbstractKexFactoryManager
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.BaseBuilder
- SignatureFactoriesHolder - Interface in org.apache.sshd.common.signature
- SignatureFactoriesManager - Interface in org.apache.sshd.common.signature
-
Manage the list of named factories for
Signature
. - SignatureFactory - Interface in org.apache.sshd.common.signature
- signatureInstance - Variable in class org.apache.sshd.common.signature.AbstractSignature
- SignatureRSA - Class in org.apache.sshd.common.signature
-
RSA
Signature
- SignatureRSA(String, String) - Constructor for class org.apache.sshd.common.signature.SignatureRSA
- SignatureRSASHA1 - Class in org.apache.sshd.common.signature
- SignatureRSASHA1() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA1
- SignatureRSASHA256 - Class in org.apache.sshd.common.signature
- SignatureRSASHA256() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA256
- SignatureRSASHA512 - Class in org.apache.sshd.common.signature
- SignatureRSASHA512() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA512
- SignatureSkECDSA - Class in org.apache.sshd.common.signature
- SignatureSkECDSA() - Constructor for class org.apache.sshd.common.signature.SignatureSkECDSA
- SignatureSkED25519 - Class in org.apache.sshd.common.signature
- SignatureSkED25519() - Constructor for class org.apache.sshd.common.signature.SignatureSkED25519
- SIMPLE_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
- SimpleClient - Interface in org.apache.sshd.client.simple
-
Provides a simplified and synchronous view of the available SSH client functionality.
- SimpleClientConfigurator - Interface in org.apache.sshd.client.simple
- SimpleCloseable - Class in org.apache.sshd.common.util.closeable
- SimpleCloseable(Object, Object) - Constructor for class org.apache.sshd.common.util.closeable.SimpleCloseable
- SimpleGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
TODO Add javadoc
- SimpleGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- SimpleGeneratorHostKeyProvider(Path) - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- SimpleIoOutputStream - Class in org.apache.sshd.common.channel
-
An implementation of
IoOutputStream
using a synchronousChannelOutputStream
. - SimpleIoOutputStream(ChannelOutputStream) - Constructor for class org.apache.sshd.common.channel.SimpleIoOutputStream
- SimpleIoOutputStream.DefaultIoWriteFuture - Class in org.apache.sshd.common.channel
- SimpleScpClient - Interface in org.apache.sshd.scp.client
-
A simplified synchronous API for obtaining SCP sessions.
- SimpleScpClientImpl - Class in org.apache.sshd.scp.client
-
TODO Add javadoc
- SimpleScpClientImpl() - Constructor for class org.apache.sshd.scp.client.SimpleScpClientImpl
- SimpleScpClientImpl(SimpleClient) - Constructor for class org.apache.sshd.scp.client.SimpleScpClientImpl
- SimpleScpClientImpl(SimpleClient, ScpClientCreator) - Constructor for class org.apache.sshd.scp.client.SimpleScpClientImpl
- SimpleSessionClient - Interface in org.apache.sshd.client.simple
-
A simplified synchronous API for creating client sessions
- SimpleSftpClient - Interface in org.apache.sshd.sftp.client
-
A simplified synchronous API for obtaining SFTP sessions.
- SimpleSftpClientImpl - Class in org.apache.sshd.sftp.client.impl
- SimpleSftpClientImpl() - Constructor for class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- SimpleSftpClientImpl(SimpleClient) - Constructor for class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- SimpleSftpClientImpl(SimpleClient, SftpClientFactory) - Constructor for class org.apache.sshd.sftp.client.impl.SimpleSftpClientImpl
- simplifiedLog - Variable in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- SimplifiedLog - Interface in org.apache.sshd.common.util.logging
- SimplifiedLoggerSkeleton - Class in org.apache.sshd.common.util.logging
-
Routes the effective logging to the
SimplifiedLog
methods. - SimplifiedLoggerSkeleton(String) - Constructor for class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- SINGLE_CHAR_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used in a host pattern to denote any one character
- singleSessionInstance() - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Creates an
SftpClient
instance that also closes the underlyingclient session
when the client instance is closed. - singleSessionInstance(ScpClient) - Static method in interface org.apache.sshd.scp.client.CloseableScpClient
- singleSessionInstance(SftpClient) - Static method in interface org.apache.sshd.sftp.client.FullAccessSftpClient
- SingletonRandomFactory - Class in org.apache.sshd.common.random
-
A random factory wrapper that uses a single random instance.
- SingletonRandomFactory(NamedFactory<Random>) - Constructor for class org.apache.sshd.common.random.SingletonRandomFactory
- sink - Variable in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- SIX_MONTHS - Static variable in class org.apache.sshd.sftp.server.UnixDateFormat
-
Six months duration in msec.
- size - Variable in class org.apache.sshd.common.channel.Window
- size - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- size - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- size - Variable in class org.apache.sshd.server.kex.Moduli.DhGroup
- size - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- size() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- size() - Method in class org.apache.sshd.common.util.buffer.Buffer
- size() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- size() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- size() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- size() - Method in class org.apache.sshd.sftp.client.fs.SftpPosixFileAttributes
- size() - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- size(long) - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- size(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- size(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- Size - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- SIZE - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- SIZE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- sk_ecdsa_sha2_nistp256 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- SK_SIZE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- sk_ssh_ed25519 - Enum constant in enum class org.apache.sshd.common.signature.BuiltinSignatures
- SkECBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- SkECBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- SkEcdsaPublicKey - Class in org.apache.sshd.common.config.keys.u2f
- SkEcdsaPublicKey(String, boolean, ECPublicKey) - Constructor for class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- SkECDSAPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- SkECDSAPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- SkED25519BufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- SkED25519BufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- SkED25519PublicKey - Class in org.apache.sshd.common.config.keys.u2f
- SkED25519PublicKey(String, boolean, EdDSAPublicKey) - Constructor for class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- SkED25519PublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- SkED25519PublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- skip() - Method in class org.apache.sshd.putty.PuttyKeyReader
- skip(long) - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- skip(long) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- SKIP_SIZE - Static variable in class org.apache.sshd.common.cipher.BaseRC4Cipher
- SLF4J_LEVELS - Static variable in class org.apache.sshd.common.util.logging.LoggingUtils
- slf4jLevelFromName(String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
- SOCKET_BACKLOG - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket backlog.
- SOCKET_KEEPALIVE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket linger.
- SOCKET_RCVBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket send buffer size.
- socketChannel - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- Socks4(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks4
- Socks5(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks5
- SocksProxy - Class in org.apache.sshd.common.forward
-
SOCKS proxy server, supporting simple socks4/5 protocols.
- SocksProxy(ConnectionService) - Constructor for class org.apache.sshd.common.forward.SocksProxy
- SocksProxy.Proxy - Class in org.apache.sshd.common.forward
- SocksProxy.Socks4 - Class in org.apache.sshd.common.forward
- SocksProxy.Socks5 - Class in org.apache.sshd.common.forward
- socksProxyIoHandlerFactory - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- SORTED_KEY_SIZE - Static variable in enum class org.apache.sshd.common.cipher.ECCurves
- sourceSession - Variable in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- SPACE_AVAILABLE - Enum constant in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- SPACE_AVAILABLE_PREDICATE - Static variable in class org.apache.sshd.common.channel.Window
-
Default
Predicate
used to test if space became available - SpaceAvailableExtension - Interface in org.apache.sshd.sftp.client.extensions
-
Implements the "space-available" extension
- SpaceAvailableExtensionImpl - Class in org.apache.sshd.sftp.client.extensions.helpers
-
Implements "space-available" extension
- SpaceAvailableExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.sftp.client.extensions.helpers.SpaceAvailableExtensionImpl
- SpaceAvailableExtensionInfo - Class in org.apache.sshd.sftp.common.extensions
- SpaceAvailableExtensionInfo() - Constructor for class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- SpaceAvailableExtensionInfo(FileStore) - Constructor for class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- SpaceAvailableExtensionInfo(Buffer) - Constructor for class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- split(String) - Static method in interface org.apache.sshd.server.command.CommandFactory
- split(String, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- SSH_ACL_CAP_ALARM - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_ACL_CAP_ALLOW - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_ACL_CAP_AUDIT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_ACL_CAP_DENY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_ACL_CAP_INHERIT_ACCESS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_ACL_CAP_INHERIT_AUDIT_ALARM - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_AGENT_CONSTRAIN_CONFIRM - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_CONSTRAIN_EXTENSION - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_CONSTRAIN_LIFETIME - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_KEY_LIST - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_LIST_KEYS - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_OPERATION_COMPLETE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_PRIVATE_KEY_OP - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_RSA_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_RSA_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENT_SUCCESS - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_ADD_RSA_ID_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_ADD_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_ADD_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_LOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_REMOVE_ALL_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_REMOVE_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_REMOVE_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_REQUEST_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_RSA_CHALLENGE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AGENTC_UNLOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH_AUTHSOCKET_ENV_NAME - Static variable in interface org.apache.sshd.agent.SshAgent
- SSH_DSS - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for DSA keys
- SSH_DSS_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP256_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP384_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP521_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ED25519 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for ED25519 elliptic curve keys
- SSH_ED25519_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_EXTENDED_DATA_STDERR - Static variable in class org.apache.sshd.common.SshConstants
- SSH_FILEXFER_ATTR_ACCESSTIME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_ACL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_ALL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_ALLOCATION_SIZE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_BITS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_CREATETIME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_CTIME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_APPEND_ONLY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_ARCHIVE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_CASE_INSENSITIVE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_COMPRESSED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_ENCRYPTED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_HIDDEN - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_IMMUTABLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_READONLY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_SPARSE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_SYNC - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_FLAGS_SYSTEM - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_LINK_COUNT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_MIME_TYPE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_MODIFYTIME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_OWNERGROUP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_SIZE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_SUBSECOND_TIMES - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_TEXT_HINT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_UIDGID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_ATTR_UNTRANSLATED_NAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_BLOCK_DEVICE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_CHAR_DEVICE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_DIRECTORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_FIFO - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_REGULAR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_SOCKET - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_SPECIAL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_SYMLINK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FILEXFER_TYPE_UNKNOWN - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_BAD_MESSAGE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_CANNOT_DELETE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_CONNECTION_LOST - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_DELETE_PENDING - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_DIR_NOT_EMPTY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_EOF - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_FAILURE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_FILE_ALREADY_EXISTS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_FILE_CORRUPT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_FILE_IS_A_DIRECTORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_GROUP_INVALID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_INVALID_FILENAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_INVALID_HANDLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_INVALID_PARAMETER - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_LINK_LOOP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_LOCK_CONFLICT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_CONNECTION - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_MEDIA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_SUCH_FILE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NO_SUCH_PATH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_NOT_A_DIRECTORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_OK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_OP_UNSUPPORTED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_OWNER_INVALID - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_PERMISSION_DENIED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_QUOTA_EXCEEDED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_UNKNOWN_PRINCIPAL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FX_WRITE_PROTECT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXE_STATVFS_ST_NOSUID - Static variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- SSH_FXE_STATVFS_ST_RDONLY - Static variable in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- SSH_FXF_ACCESS_AUDIT_ALARM_INFO - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_ACCESS_BACKUP - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_ACCESS_DISPOSITION - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_APPEND - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_APPEND_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_APPEND_DATA_ATOMIC - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_BACKUP_STREAM - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_BLOCK_ADVISORY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_CREAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_CREATE_NEW - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_CREATE_TRUNCATE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_DELETE_LOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_DELETE_ON_CLOSE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_EXCL - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_NOFOLLOW - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_OPEN_EXISTING - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_OPEN_OR_CREATE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_OVERRIDE_OWNER - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_READ - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_READ_LOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_RENAME_ATOMIC - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_RENAME_NATIVE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_RENAME_OVERWRITE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_TEXT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_TEXT_MODE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_TRUNC - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_TRUNCATE_EXISTING - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_WRITE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXF_WRITE_LOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_ATTRS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_BLOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_CLOSE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_DATA - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_EXTENDED - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_EXTENDED_REPLY - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_FSETSTAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_FSTAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_HANDLE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_INIT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_LINK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_LSTAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_MKDIR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_NAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_OPEN - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_OPENDIR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_READ - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_READDIR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_READLINK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_REALPATH - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_REALPATH_NO_CHECK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_REALPATH_STAT_ALWAYS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_REALPATH_STAT_IF - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_REMOVE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_RENAME - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_RENAME_ATOMIC - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_RENAME_NATIVE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_RENAME_OVERWRITE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_RMDIR - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_SETSTAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_STAT - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_STATUS - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_SYMLINK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_UNBLOCK - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_VERSION - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_FXP_WRITE - Static variable in class org.apache.sshd.sftp.common.SftpConstants
- SSH_MSG_CHANNEL_CLOSE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_DATA - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_EOF - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_EXTENDED_DATA - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_WINDOW_ADJUST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_DEBUG - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_DISCONNECT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_EXT_INFO - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- SSH_MSG_GLOBAL_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_IGNORE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_GROUP - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_INIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REPLY - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REQUEST_OLD - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_FIRST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_LAST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXDH_INIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXDH_REPLY - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXINIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_NEWCOMPRESS - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- SSH_MSG_NEWKEYS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_REQUEST_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_REQUEST_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_SERVICE_ACCEPT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_SERVICE_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_UNIMPLEMENTED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_BANNER - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_GSSAPI_MIC - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_PASSWD_CHANGEREQ - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_PK_OK - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_CONNECT_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_RESOURCE_SHORTAGE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_PACKET_HEADER_LEN - Static variable in class org.apache.sshd.common.SshConstants
- SSH_REQUIRED_PAYLOAD_PACKET_LENGTH_SUPPORT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_REQUIRED_TOTAL_PACKET_LENGTH_SUPPORT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_RSA - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for RSA keys
- SSH_RSA_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for openssh cert keys
- SSH2_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENT_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENT_SIGN_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_ADD_ID_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_ADD_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_REMOVE_ALL_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_REMOVE_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_REQUEST_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_AGENTC_SIGN_REQUEST - Static variable in class org.apache.sshd.agent.SshAgentConstants
- SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_BY_APPLICATION - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_COMPRESSION_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_CONNECTION_LOST - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_ILLEGAL_USER_NAME - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_MAC_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_PROTOCOL_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_RESERVED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in class org.apache.sshd.common.SshConstants
- Ssh2PublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.ssh2
-
Decodes a public key file encoded according to The Secure Shell (SSH) Public Key File Format
- Ssh2PublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- SshAgent - Interface in org.apache.sshd.agent
-
SSH key agent server
- SshAgentConstants - Class in org.apache.sshd.agent
- SshAgentConstants() - Constructor for class org.apache.sshd.agent.SshAgentConstants
- SshAgentConstants.LazyMessagesMapHolder - Class in org.apache.sshd.agent
- SshAgentFactory - Interface in org.apache.sshd.agent
-
The
SshAgentFactory
is used to communicate with an SshAgent. - SshAgentKeyConstraint - Class in org.apache.sshd.agent
-
A
SshAgentKeyConstraint
describes usage constraints for keys when being added to an SSH2 agent. - SshAgentKeyConstraint(byte) - Constructor for class org.apache.sshd.agent.SshAgentKeyConstraint
-
Constructor setting the agent protocol ID of the constraint.
- SshAgentKeyConstraint.Extension - Class in org.apache.sshd.agent
-
An OpenSSH
SshAgentKeyConstraint
extension. - SshAgentKeyConstraint.FidoProviderExtension - Class in org.apache.sshd.agent
-
The OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.
- SshAgentKeyConstraint.LifeTime - Class in org.apache.sshd.agent
-
An OpenSSH lifetime constraint expires a key added to an SSH agent after the given number of seconds.
- SshAgentPublicKeyIterator - Class in org.apache.sshd.client.auth.pubkey
- SshAgentPublicKeyIterator(ClientSession, SshAgent) - Constructor for class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
- SshAgentServer - Interface in org.apache.sshd.agent
- sshAlgorithmName - Variable in class org.apache.sshd.common.signature.SignatureRSA
- SshChannelBufferedOutputException - Exception in org.apache.sshd.common.channel.exception
-
Used by the
BufferedIoOutputStream
to signal a non-recoverable error - SshChannelBufferedOutputException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
- SshChannelBufferedOutputException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
- SshChannelBufferedOutputException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
- SshChannelClosedException - Exception in org.apache.sshd.common.channel.exception
- SshChannelClosedException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
- SshChannelClosedException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
- SshChannelClosedException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
- SshChannelException - Exception in org.apache.sshd.common.channel.exception
- SshChannelException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
- SshChannelException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
- SshChannelException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
- SshChannelNotFoundException - Exception in org.apache.sshd.common.channel.exception
- SshChannelNotFoundException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
- SshChannelNotFoundException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
- SshChannelNotFoundException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
- SshChannelOpenException - Exception in org.apache.sshd.common.channel.exception
-
Documents failure of a channel to open as expected.
- SshChannelOpenException(int, int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
- SshChannelOpenException(int, int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
- SshClient - Class in org.apache.sshd.client
-
Entry point for the client side of the SSH protocol.
- SshClient() - Constructor for class org.apache.sshd.client.SshClient
- SshClientConfigFileReader - Class in org.apache.sshd.client.config
- SshClientConfigFileReader() - Constructor for class org.apache.sshd.client.config.SshClientConfigFileReader
- SshConfigFileReader - Class in org.apache.sshd.common.config
-
Reads and interprets some useful configurations from an OpenSSH configuration file.
- SshConfigFileReader() - Constructor for class org.apache.sshd.common.config.SshConfigFileReader
- SshConstants - Class in org.apache.sshd.common
-
This interface defines constants for the SSH protocol.
- SshConstants() - Constructor for class org.apache.sshd.common.SshConstants
- SshConstants.LazyAmbiguousOpcodesHolder - Class in org.apache.sshd.common
- SshConstants.LazyMessagesMapHolder - Class in org.apache.sshd.common
- SshConstants.LazyOpenCodesMapHolder - Class in org.apache.sshd.common
- SshConstants.LazyReasonsMapHolder - Class in org.apache.sshd.common
- SSHD_STTY_COMMAND_PROP - Static variable in class org.apache.sshd.common.channel.SttySupport
- SshdEventListener - Interface in org.apache.sshd.common.util
- SshdSocketAddress - Class in org.apache.sshd.common.util.net
-
A simple socket address holding the host name and port number.
- SshdSocketAddress(int) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdSocketAddress(String, int) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdSocketAddress(InetSocketAddress) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdThreadFactory - Class in org.apache.sshd.common.util.threads
-
Default
ThreadFactory
used byThreadUtils
to create thread pools if user did provide one - SshdThreadFactory(String) - Constructor for class org.apache.sshd.common.util.threads.SshdThreadFactory
- SshException - Exception in org.apache.sshd.common
-
Represents an SSH related exception
- SshException(int) - Constructor for exception org.apache.sshd.common.SshException
- SshException(int, String) - Constructor for exception org.apache.sshd.common.SshException
- SshException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.SshException
- SshException(int, Throwable) - Constructor for exception org.apache.sshd.common.SshException
- SshException(String) - Constructor for exception org.apache.sshd.common.SshException
- SshException(String, Throwable) - Constructor for exception org.apache.sshd.common.SshException
- SshException(Throwable) - Constructor for exception org.apache.sshd.common.SshException
- SshFuture<T extends SshFuture> - Interface in org.apache.sshd.common.future
-
Represents the completion of an asynchronous SSH operation on a given object (it may be an SSH session or an SSH channel).
- SshFutureListener<T extends SshFuture> - Interface in org.apache.sshd.common.future
-
Something interested in being notified when the completion of an asynchronous SSH operation :
SshFuture
. - SshServer - Class in org.apache.sshd.server
-
The SshServer class is the main entry point for the server side of the SSH protocol.
- SshServer() - Constructor for class org.apache.sshd.server.SshServer
- SshServerConfigFileReader - Class in org.apache.sshd.server.config
-
Reads and interprets some useful configurations from an OpenSSH configuration file.
- SshServerConfigFileReader() - Constructor for class org.apache.sshd.server.config.SshServerConfigFileReader
- SshThreadPoolExecutor - Class in org.apache.sshd.common.util.threads
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor.DelegateCloseable - Class in org.apache.sshd.common.util.threads
- StandardEnvironment - Class in org.apache.sshd.server
- StandardEnvironment() - Constructor for class org.apache.sshd.server.StandardEnvironment
- start() - Method in class org.apache.sshd.client.session.ClientConnectionService
- start() - Method in class org.apache.sshd.client.session.ClientUserAuthService
- start() - Method in class org.apache.sshd.client.SshClient
-
Starts the SSH client and can start creating sessions using it.
- start() - Method in interface org.apache.sshd.common.Service
- start() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- start() - Method in class org.apache.sshd.server.session.ServerUserAuthService
- start() - Method in class org.apache.sshd.server.SshServer
-
Start the SSH server and accept incoming exceptions on the configured port.
- start(ChannelSession, Environment) - Method in class org.apache.sshd.scp.server.ScpCommand
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- start(ChannelSession, Environment) - Method in interface org.apache.sshd.server.command.CommandLifecycle
-
Starts the command execution.
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.ProcessShell
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.UnknownCommand
- start(ChannelSession, Environment) - Method in class org.apache.sshd.sftp.server.SftpSubsystem
- START_MARKERS - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- startDirectDirectoryTransfer(ClientSession, String, ClientSession, String, ScpTimestampCommandDetails, ScpReceiveDirCommandDetails) - Method in interface org.apache.sshd.scp.client.ScpRemote2RemoteTransferListener
-
Indicates start of direct directory transfer
- startDirectFileTransfer(ClientSession, String, ClientSession, String, ScpTimestampCommandDetails, ScpReceiveFileCommandDetails) - Method in interface org.apache.sshd.scp.client.ScpRemote2RemoteTransferListener
-
Indicates start of direct file transfer
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start dynamic local port forwarding using a SOCKS proxy.
- started - Variable in class org.apache.sshd.client.SshClient
- started - Variable in class org.apache.sshd.server.SshServer
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in class org.apache.sshd.scp.common.AbstractScpTransferEventListenerAdapter
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in interface org.apache.sshd.scp.common.ScpTransferEventListener
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in class org.apache.sshd.scp.common.AbstractScpTransferEventListenerAdapter
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in interface org.apache.sshd.scp.common.ScpTransferEventListener
- startHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
- startHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- startLocalPortForwarding(int, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding the given local port on the client to the given address on the server.
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding the given local address on the client to the given address on the server.
- startReading() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- startReading(byte[]) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- startReading(byte[], int, int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- startReading(int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- startReading(ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding tcpip from the given address on the server to the given address on the client.
- startSequence() - Method in class org.apache.sshd.common.util.io.der.DERWriter
- startService(String, Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
- startService(String, Buffer) - Method in interface org.apache.sshd.common.session.Session
- startService(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
- startsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
- startsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- startsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
- startWriting() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- startWriting() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- stat(String) - Method in class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHStatPathExtensionImpl
- stat(String) - Method in interface org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatPathExtension
- stat(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- stat(String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- stat(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Retrieve remote path meta-data - follow symbolic links if encountered
- stat(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.extensions.openssh.helpers.OpenSSHStatHandleExtensionImpl
- stat(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatHandleExtension
- stat(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- stat(SftpClient.Handle) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- stat(SftpClient.Handle) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Retrieve file/directory handle meta-data
- state - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
State of this object
- State() - Constructor for enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
- STATIC_IO_MSG_RECEIVED_EVENTS - Static variable in class org.apache.sshd.common.forward.DefaultForwarder
- StaticDecisionForwardingFilter - Class in org.apache.sshd.server.forward
-
A
ForwardingFilter
implementation that returns the same "static" result for all the queries. - StaticDecisionForwardingFilter(boolean) - Constructor for class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
- StaticHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
- StaticHostBasedAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
- StaticIoHandler() - Constructor for class org.apache.sshd.common.forward.DefaultForwarder.StaticIoHandler
- staticIoHandlerFactory - Variable in class org.apache.sshd.common.forward.DefaultForwarder
- StaticPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Returns the same constant result
true/false
regardless - StaticPasswordAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
- StaticPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Returns the same constant result
true/false
regardless - StaticPublickeyAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
- StaticServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
Returns the same constant answer
true/false
regardless - StaticServerKeyVerifier(boolean) - Constructor for class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- status - Variable in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- status - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- status - Variable in exception org.apache.sshd.sftp.common.SftpException
- STATUS - Static variable in class org.apache.sshd.scp.server.ScpShell
- STATUS_MAP - Static variable in class org.apache.sshd.sftp.common.SftpConstants.LazyStatusNameHolder
- statusCode - Variable in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- StatVfsExtensionParser - Class in org.apache.sshd.sftp.common.extensions.openssh
- StatVfsExtensionParser() - Constructor for class org.apache.sshd.sftp.common.extensions.openssh.StatVfsExtensionParser
- STD_AUTHORIZED_KEYS_FILENAME - Static variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Standard OpenSSH authorized keys file name
- STD_CONFIG_FILENAME - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Standard OpenSSH config file name
- STD_HOSTS_FILENAME - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Standard OpenSSH config file name
- STD_KEYFILE_FOLDER_NAME - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Standard folder name used by OpenSSH to hold key files
- STDERR_DATA - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Received STDERR (a.k.a.
- STDOUT_DATA - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Received STDOUT (a.k.a.
- StfpIterableDirHandle - Class in org.apache.sshd.sftp.client.impl
- StfpIterableDirHandle(SftpClient, SftpClient.Handle) - Constructor for class org.apache.sshd.sftp.client.impl.StfpIterableDirHandle
- STKFLT - Enum constant in enum class org.apache.sshd.server.Signal
- stop() - Method in class org.apache.sshd.client.SshClient
- stop() - Method in class org.apache.sshd.server.SshServer
-
Stop the SSH server.
- stop(boolean) - Method in class org.apache.sshd.server.SshServer
- STOP - Enum constant in enum class org.apache.sshd.server.Signal
- STOP_MARKERS - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- STOP_WAIT_TIME - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Timeout (milliseconds) to wait for client / server stop request if immediate stop requested.
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- stopDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop a previously started dynamic port forwarding.
- stopHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
- stopHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- stopLocalPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding the given local address.
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- stopRemotePortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding of the given remote address.
- stopSessionTimeoutListener(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
- stores - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- stream(Iterable<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- streaming - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
- streaming - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- Streaming() - Constructor for enum class org.apache.sshd.common.channel.StreamingChannel.Streaming
- StreamingChannel - Interface in org.apache.sshd.common.channel
-
A channel that can be either configured to use synchronous or asynchrounous streams.
- StreamingChannel.Streaming - Enum Class in org.apache.sshd.common.channel
- streamtoword(byte[], int[]) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Cycically extract a word of key material
- strict - Variable in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- strict - Variable in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- strict - Variable in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
- strict - Variable in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- STRICT_CHECKING_OPTION - Static variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Standard option used to indicate whether to use strict host key checking or not.
- STRICTLY_PROHIBITED_FILE_PERMISSION - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The
Set
ofPosixFilePermission
not allowed if strict permissions are enforced on key files - STRICTLY_PROHIBITED_FILE_PERMISSION - Static variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
The
Set
ofPosixFilePermission
not allowed if strict permissions are enforced on key files - string(String) - Static method in interface org.apache.sshd.common.Property
- string(String, String) - Static method in interface org.apache.sshd.common.Property
- StringProperty(String) - Constructor for class org.apache.sshd.common.Property.StringProperty
- StringProperty(String, String) - Constructor for class org.apache.sshd.common.Property.StringProperty
- stripDelimiters(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- stripLeadingZeroes(byte[]) - Static method in class org.apache.sshd.common.kex.AbstractDH
-
The shared secret returned by
KeyAgreement.generateSecret()
is a byte array, which can (by chance, roughly 1 out of 256 times) begin with zero byte (some JCE providers might strip this, though). - stripQuotes(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- strValue - Variable in class org.apache.sshd.common.file.util.BasePath
- stty(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the stty command with the specified arguments against the current active terminal.
- STTY_COMMAND_HOLDER - Static variable in class org.apache.sshd.common.channel.SttySupport
- SttySupport - Class in org.apache.sshd.common.channel
-
Support for stty command on unix
- SttySupport() - Constructor for class org.apache.sshd.common.channel.SttySupport
- sub(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- submit(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- submit(Runnable, T) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- submit(Callable<T>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- subpath(int, int) - Method in class org.apache.sshd.common.file.util.BasePath
- subpath(int, int) - Method in class org.apache.sshd.common.file.util.MockPath
- subsystem - Variable in class org.apache.sshd.client.channel.ChannelSubsystem
- SUBSYSTEM_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- SubsystemClient - Interface in org.apache.sshd.client.subsystem
- subsystemFactories - Variable in class org.apache.sshd.server.SshServer
- SubsystemFactory - Interface in org.apache.sshd.server.subsystem
- suffix - Variable in class org.apache.sshd.common.channel.Window
- supplierOf(T) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Wraps a value into a
Supplier
- supported - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- supported - Variable in enum class org.apache.sshd.common.digest.BuiltinDigests
- supported - Variable in enum class org.apache.sshd.common.kex.MontgomeryCurve
- supported - Variable in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- supported - Variable in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- Supported() - Constructor for class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- SUPPORTED_KEY_TYPES - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- SUPPORTED_KEY_TYPES - Static variable in class org.apache.sshd.common.signature.SignatureRSA
- SUPPORTED_OPTIONS - Static variable in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- SUPPORTED_SFTP_VERSIONS - Static variable in interface org.apache.sshd.sftp.server.SftpSubsystemEnvironment
- Supported2() - Constructor for class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- Supported2Parser - Class in org.apache.sshd.sftp.common.extensions
-
Parses the "supported2" extension as defined in DRAFT 13 section 5.4
- Supported2Parser() - Constructor for class org.apache.sshd.sftp.common.extensions.Supported2Parser
- Supported2Parser.Supported2 - Class in org.apache.sshd.sftp.common.extensions
- supportedAccessMask - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedAccessMask - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- supportedAttributeBits - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedAttributeBits - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- supportedAttributeMask - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedAttributeMask - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- supportedBlock - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedEntities - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- supportedExtensions(Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- supportedFileAttributeViews() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- supportedOnly - Variable in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- supportedOpenBlockVector - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedOpenFlags - Variable in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- supportedOpenFlags - Variable in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- SupportedParser - Class in org.apache.sshd.sftp.common.extensions
-
Parses the "supported" extension as defined in DRAFT 05 - section 4.4
- SupportedParser() - Constructor for class org.apache.sshd.sftp.common.extensions.SupportedParser
- SupportedParser.Supported - Class in org.apache.sshd.sftp.common.extensions
- supportedViews - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- supportHolder - Variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- supportHolder - Variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- supportsFileAttributeView(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- suspend - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- suspend() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- suspendLock - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- suspendRead() - Method in interface org.apache.sshd.common.io.IoSession
-
Suspend read operations on this session.
- suspendRead() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- SVC2HNDLR - Static variable in interface org.apache.sshd.common.session.ConnectionServiceRequestHandler
- switchToNextService() - Method in class org.apache.sshd.client.session.ClientSessionImpl
- switchToNoneCipher() - Method in class org.apache.sshd.client.session.AbstractClientSession
- switchToNoneCipher() - Method in interface org.apache.sshd.client.session.ClientSession
-
Switch to a none cipher for performance.
- symLink(String, String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- symLink(String, String) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Create symbolic link
- SYMLINK_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- Sync - Enum constant in enum class org.apache.sshd.common.channel.StreamingChannel.Streaming
- syncFileData(SftpSubsystemProxy, FileHandle, Path, String, Channel) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called when file meta-data re-synchronization is required
- synchronizedListenersSet() - Static method in class org.apache.sshd.common.util.EventListenerUtils
- synchronizedListenersSet(Collection<? extends L>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
- SYSLOG_FACILITY_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- SyslogFacilityValue - Enum Class in org.apache.sshd.common.config
- SyslogFacilityValue() - Constructor for enum class org.apache.sshd.common.config.SyslogFacilityValue
- SYSPROPS_MAPPED_PREFIX - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
Prefix of properties used by the mapper to identify SSHD related settings
- SYSPROPS_RESOLVER - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
A
PropertyResolver
with no parent that exposes the system properties - SyspropsMapWrapper - Class in org.apache.sshd.common
-
A wrapper that exposes a read-only
Map
access to the system properties. - SyspropsMapWrapper() - Constructor for class org.apache.sshd.common.SyspropsMapWrapper
T
- T61_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- TARGET_SERVER - Static variable in interface org.apache.sshd.client.session.ClientSessionCreator
- TargetIsDirectory - Enum constant in enum class org.apache.sshd.scp.client.ScpClient.Option
- TCP_NODELAY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket tcp no-delay.
- TcpForwardingFilter - Interface in org.apache.sshd.server.forward
- TcpForwardingFilter.Type - Enum Class in org.apache.sshd.server.forward
-
The type of requested connection forwarding.
- TCPIP_SERVER_CHANNEL_BUFFER_SIZE_THRESHOLD_HIGH - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
TcpipServerChannel
to control the higher theshold for the data to be buffered waiting to be sent. - TCPIP_SERVER_CHANNEL_BUFFER_SIZE_THRESHOLD_LOW - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The lower threshold.
- TcpipClientChannel - Class in org.apache.sshd.common.forward
-
TODO Add javadoc
- TcpipClientChannel(TcpipClientChannel.Type, IoSession, SshdSocketAddress) - Constructor for class org.apache.sshd.common.forward.TcpipClientChannel
- TcpipClientChannel.Type - Enum Class in org.apache.sshd.common.forward
-
Type of channel being created.
- TcpipFactory(TcpForwardingFilter.Type) - Constructor for class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- TcpipForwardHandler - Class in org.apache.sshd.server.global
-
Handler for "tcpip-forward" global request.
- TcpipForwardHandler() - Constructor for class org.apache.sshd.server.global.TcpipForwardHandler
- TcpipForwardingExceptionMarker - Interface in org.apache.sshd.common.forward
-
Special marker interface used to signal to the forwarding filter that an exception has been caught on the forwarded channel
- TcpipServerChannel - Class in org.apache.sshd.server.forward
-
TODO Add javadoc
- TcpipServerChannel(TcpForwardingFilter.Type, CloseableExecutorService) - Constructor for class org.apache.sshd.server.forward.TcpipServerChannel
- TcpipServerChannel.TcpipFactory - Class in org.apache.sshd.server.forward
- tearingDownDynamicTunnel(Session, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a request to tear down a dynamic forwarding
- tearingDownExplicitTunnel(Session, SshdSocketAddress, boolean, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a request to tear down a local/remote port forwarding
- TERM - Enum constant in enum class org.apache.sshd.server.Signal
- TERMINATE - Enum constant in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Re-throw the decoding exception
- terminated() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- threadNumber - Variable in class org.apache.sshd.common.util.threads.SshdThreadFactory
- ThreadUtils - Class in org.apache.sshd.common.util.threads
-
Utility class for thread pools.
- ThreadUtils() - Constructor for class org.apache.sshd.common.util.threads.ThreadUtils
- thresholdValue - Variable in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- ThrowException - Enum constant in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
- throwIllegalArgumentException(String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- throwIllegalStateException(String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- throwingMerger() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- throwStatusException(int, int, int, String, String) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- throwStatusException(int, int, String, String) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- time - Variable in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- time - Variable in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- TIME_ONLY_VALUE_FORMATTER - Static variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- timeout - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
- TIMEOUT - Enum constant in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Timeout while waiting for other events - Note: meaningful only as a member of the returned events
- TIMEOUT - Enum constant in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
- TimeoutIndicator - Class in org.apache.sshd.common.session.helpers
-
Used to convey information about an expired timeout
- TimeoutIndicator(TimeoutIndicator.TimeoutStatus, Duration, Duration) - Constructor for class org.apache.sshd.common.session.helpers.TimeoutIndicator
- TimeoutIndicator.TimeoutStatus - Enum Class in org.apache.sshd.common.session.helpers
-
Timeout status.
- timeoutListenerFuture - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- timeoutStatus - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- TimeoutStatus() - Constructor for enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- TimeValueConfig - Enum Class in org.apache.sshd.common.config
- TimeValueConfig(char, char, long) - Constructor for enum class org.apache.sshd.common.config.TimeValueConfig
- tmp - Variable in class org.apache.sshd.common.mac.BaseMac
- tmp - Variable in class org.apache.sshd.common.random.JceRandom
- tmpbuf - Variable in class org.apache.sshd.common.compression.CompressionZlib
- TO_EFFECTIVE_PORT - Static variable in class org.apache.sshd.common.SshConstants
-
Converts non-positive port value to 22
- toAbsolutePath() - Method in class org.apache.sshd.common.file.util.BasePath
- toAbsolutePath() - Method in class org.apache.sshd.common.file.util.MockPath
- toAddressPort(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Attempts to resolve the port value
- toAddressString(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toAddressString(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toBinaryExtensions(Map<String, String>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- toBoolean(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Attempts to convert the object into a
Boolean
value as follows: - toBoolean(Object, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toByteArray() - Method in class org.apache.sshd.common.util.io.der.DERWriter
- toByteArray(InputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
- toCharset(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toDate(long) - Static method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- toDefaultFactory(Class<F>) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toDisplayDurationValue(Duration) - Static method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- toEncryptionKey(String) - Static method in interface org.apache.sshd.putty.PuttyKeyPairResourceParser
-
Converts a pass-phrase into a key, by following the convention that PuTTY uses.
- toEnum(Class<E>, Object, boolean, Collection<E>) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts an enumerated configuration value:
- toFactory(Class<F>, SecurityProviderChoice, SecurityProviderChoice) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
-
Uses reflection in order to wrap the
getInstance
method(s) as a security entity factory. - toFile() - Method in class org.apache.sshd.common.file.root.RootedPath
- toFile() - Method in class org.apache.sshd.common.file.util.BasePath
- toFile() - Method in class org.apache.sshd.common.file.util.MockPath
- toFileAttribute(String, Object) - Static method in class org.apache.sshd.sftp.server.FileHandle
- toFileAttributes(Map<String, ?>) - Static method in class org.apache.sshd.sftp.server.FileHandle
- toGroup(Path, GroupPrincipal) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- toHeader() - Method in class org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
- toHeader() - Method in class org.apache.sshd.scp.common.helpers.ScpDirEndCommandDetails
- toHeader() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- toHeader() - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- toHex() - Method in class org.apache.sshd.common.util.buffer.Buffer
- toHex(byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(byte[], int, int, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHostConfigEntryResolver(Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- toInetSocketAddress() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toInetSocketAddress(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Converts a
SocketAddress
into anInetSocketAddress
if possible: - toInt() - Method in enum class org.apache.sshd.common.channel.PtyMode
- toInteger() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toInteger(Number) - Static method in class org.apache.sshd.common.util.NumberUtils
- toInteger(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toInteger(Object, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- tokenizePath(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Breaks a path up into a Vector of path elements, tokenizing on
File.separator
. - tokenizePath(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
- toLong(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toLong(Object, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts a generic object value to a
long
if possible: If value isnull
the default is returned If value is aNumber
then itsNumber.longValue()
is returned Otherwise, the value'stoString()
is parsed as along
- toMillis(Duration) - Static method in class org.apache.sshd.common.Property.DurationProperty
- toNamedProviderFactory(Class<F>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toOID() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toPathResource() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toPathResource(OpenOption...) - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toPattern(CharSequence) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Converts a host pattern string to a regular expression matcher.
- toPropertyResolver(Map<String, ?>) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Wraps a
Map
into aPropertyResolver
so it can be used with these utilities - toPropertyResolver(Map<String, ?>, PropertyResolver) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toPropertyResolver(Properties) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toProviderInstanceFactory(Class<F>, Provider) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toRealPath(LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedPath
- toRealPath(LinkOption...) - Method in class org.apache.sshd.common.file.util.MockPath
- toRealPath(LinkOption...) - Method in class org.apache.sshd.sftp.client.fs.SftpPath
- tornDownDynamicTunnel(Session, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed request to tear down a dynamic port forwarding
- tornDownExplicitTunnel(Session, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed request to tear down a local/remote port forwarding
- toRuntimeException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- toRuntimeException(Throwable, boolean) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Converts a thrown generic exception to a
RuntimeException
- toSecurityProviderChoice(String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- toSecurityProviderChoice(Provider) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- toSftpPath(Path) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- toSortedMap(Iterable<? extends T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- toSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- toSortedSet(Comparator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- toSshdSocketAddress(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- TOSTOP - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Stop background jobs from output.
- toStorage(Duration) - Method in class org.apache.sshd.common.Property.DurationInSecondsProperty
- toStorage(Duration) - Method in class org.apache.sshd.common.Property.DurationProperty
- toStorage(T) - Method in class org.apache.sshd.common.Property.BaseProperty
- toString() - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
- toString() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
- toString() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
- toString() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
- toString() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
- toString() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
- toString() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- toString() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- toString() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- toString() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- toString() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- toString() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- toString() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
- toString() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
- toString() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
- toString() - Method in class org.apache.sshd.client.SshClient
- toString() - Method in class org.apache.sshd.client.subsystem.AbstractSubsystemClient
- toString() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
- toString() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- toString() - Method in class org.apache.sshd.common.channel.AbstractChannel
- toString() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- toString() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- toString() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- toString() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- toString() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- toString() - Method in class org.apache.sshd.common.channel.Window
- toString() - Method in class org.apache.sshd.common.cipher.BaseCipher
- toString() - Method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- toString() - Method in class org.apache.sshd.common.compression.BaseCompression
- toString() - Method in enum class org.apache.sshd.common.compression.BuiltinCompressions
- toString() - Method in class org.apache.sshd.common.compression.CompressionNone
- toString() - Method in enum class org.apache.sshd.common.config.CompressionConfigValue
- toString() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- toString() - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- toString() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- toString() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- toString() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- toString() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- toString() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- toString() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toString() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- toString() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- toString() - Method in class org.apache.sshd.common.config.ListParseResult
- toString() - Method in class org.apache.sshd.common.config.NamedFactoriesListParseResult
- toString() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- toString() - Method in class org.apache.sshd.common.digest.BaseDigest
- toString() - Method in enum class org.apache.sshd.common.digest.BuiltinDigests
- toString() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- toString() - Method in class org.apache.sshd.common.file.util.BasePath
- toString() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- toString() - Method in class org.apache.sshd.common.file.util.MockPath
- toString() - Method in class org.apache.sshd.common.forward.DefaultForwarder
- toString() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
- toString() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- toString() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- toString() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
- toString() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- toString() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- toString() - Method in class org.apache.sshd.common.kex.AbstractDH
- toString() - Method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- toString() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- toString() - Method in class org.apache.sshd.common.kex.DHG
- toString() - Method in class org.apache.sshd.common.kex.ECDH
- toString() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- toString() - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- toString() - Method in class org.apache.sshd.common.mac.BaseMac
- toString() - Method in enum class org.apache.sshd.common.mac.BuiltinMacs
- toString() - Method in class org.apache.sshd.common.Property.BaseProperty
- toString() - Method in class org.apache.sshd.common.random.AbstractRandom
- toString() - Method in class org.apache.sshd.common.random.AbstractRandomFactory
- toString() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- toString() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- toString() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- toString() - Method in class org.apache.sshd.common.signature.AbstractSignature
- toString() - Method in enum class org.apache.sshd.common.signature.BuiltinSignatures
- toString() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- toString() - Method in class org.apache.sshd.common.util.buffer.Buffer
- toString() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- toString() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- toString() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- toString() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- toString() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- toString() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- toString() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toString() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toString() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- toString() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- toString() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toString() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- toString() - Method in class org.apache.sshd.common.util.VersionInfo
- toString() - Method in class org.apache.sshd.scp.client.DefaultScpStreamResolver
- toString() - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- toString() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpSourceStreamResolver
- toString() - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- toString() - Method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- toString() - Method in class org.apache.sshd.scp.common.helpers.ScpPathCommandDetailsSupport
- toString() - Method in class org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
- toString() - Method in class org.apache.sshd.scp.common.ScpHelper
- toString() - Method in class org.apache.sshd.scp.common.ScpLocation
- toString() - Method in class org.apache.sshd.scp.server.ScpCommand
- toString() - Method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- toString() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
- toString() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- toString() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
- toString() - Method in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
- toString() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
- toString() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
- toString() - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
- toString() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
- toString() - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
- toString() - Method in class org.apache.sshd.server.shell.ProcessShell
- toString() - Method in class org.apache.sshd.server.shell.ProcessShellCommandFactory
- toString() - Method in class org.apache.sshd.server.shell.UnknownCommand
- toString() - Method in class org.apache.sshd.server.shell.UnknownCommandFactory
- toString() - Method in class org.apache.sshd.server.SshServer
- toString() - Method in class org.apache.sshd.server.StandardEnvironment
- toString() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
- toString() - Method in class org.apache.sshd.sftp.client.extensions.openssh.OpenSSHStatExtensionInfo
- toString() - Method in class org.apache.sshd.sftp.client.fs.SftpClientDirectoryScanner.ScanDirEntry
- toString() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.DefaultUserPrincipal
- toString() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- toString() - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- toString() - Method in class org.apache.sshd.sftp.client.impl.SftpAckData
- toString() - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- toString() - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- toString() - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- toString() - Method in class org.apache.sshd.sftp.client.SftpClient.Attributes
- toString() - Method in class org.apache.sshd.sftp.client.SftpClient.DirEntry
- toString() - Method in class org.apache.sshd.sftp.client.SftpClient.Handle
- toString() - Method in class org.apache.sshd.sftp.client.SftpVersionSelector.NamedVersionSelector
- toString() - Method in class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities
- toString() - Method in class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset
- toString() - Method in class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline
- toString() - Method in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- toString() - Method in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- toString() - Method in class org.apache.sshd.sftp.common.extensions.Supported2Parser.Supported2
- toString() - Method in class org.apache.sshd.sftp.common.extensions.SupportedParser.Supported
- toString() - Method in class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- toString() - Method in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- toString() - Method in exception org.apache.sshd.sftp.common.SftpException
- toString() - Method in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- toString() - Method in class org.apache.sshd.sftp.server.Handle
- toString() - Method in class org.apache.sshd.sftp.server.PrincipalBase
- toString(FileTime, boolean) - Static method in class org.apache.sshd.scp.server.ScpShell.PathEntry
- toString(PublicKey) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toString(PublicKey, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toStringExtensions(Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- toUri() - Method in class org.apache.sshd.common.file.util.BasePath
- toUri() - Method in class org.apache.sshd.common.file.util.MockPath
- toUser(Path, UserPrincipal) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- trace(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- trace(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- trace(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- traceClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- traceClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- transferDirectory(String, String, boolean) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
-
Transfers a directory
- transferFile(String, String, boolean) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
-
Transfers a single file
- transferFrom(ReadableByteChannel, long, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- transferSimpleFile(String, InputStream, OutputStream, String, InputStream, OutputStream, String, long) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- transferStatusCode(Object, InputStream, OutputStream) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- transferTimestampCommand(String, InputStream, OutputStream, String, InputStream, OutputStream, String) - Method in class org.apache.sshd.scp.client.ScpRemote2RemoteTransferHelper
- transferTo(long, long, WritableByteChannel) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- transferTo(long, WritableByteChannel) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- transferTo(OutputStream) - Method in class org.apache.sshd.sftp.client.impl.SftpInputStreamAsync
- transformation - Variable in class org.apache.sshd.common.cipher.BaseCipher
- transformation - Variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- translateToFileSystemPath(String, String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path containing a specific separator to one using the specified file-system one
- translateToFileSystemPath(String, String, FileSystem) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path containing a specific separator to one using the specified file-system one
- translateToLocalFileSystemPath(String, char, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path to one matching the target file system by applying the "slashification" rules, converting it to a local path and then translating its separator to the target file system one (if different than local one)
- translateToLocalFileSystemPath(String, char, FileSystem) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
/** Converts a path to one matching the target file system by applying the "slashification" rules, converting it to a local path and then translating its separator to the target file system one (if different than local one)
- translateToLocalPath(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a possibly '/' separated path to a local path.
- TRAP - Enum constant in enum class org.apache.sshd.server.Signal
- trialsCount - Variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- trimToEmpty(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- TRIPLE_DES_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- tripledescbc - Enum constant in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- TRUE - Static variable in interface org.apache.sshd.common.OptionalFeature
- TRUE_SETTING - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- TRUE_VALUES - Static variable in class org.apache.sshd.common.PropertyResolverUtils
-
Case insensitive
NavigableSet
of values consideredtrue
byPropertyResolverUtils.parseBoolean(String)
- truncate(long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- Truncate - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- tryLoad(String, ServiceLoader<T>) - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
- tryLock(long, long, boolean) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- tryLock(SftpSubsystemProxy, FileHandle, Path, String, Channel, long, long, boolean) - Method in interface org.apache.sshd.sftp.server.SftpFileSystemAccessor
-
Called when locking a section of a file is requested
- tryNext(int) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- TSTP - Enum constant in enum class org.apache.sshd.server.Signal
- TTIN - Enum constant in enum class org.apache.sshd.server.Signal
- TTOU - Enum constant in enum class org.apache.sshd.server.Signal
- TTY_OP_END - Static variable in enum class org.apache.sshd.common.channel.PtyMode
- TTY_OP_ISPEED - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Specifies the input baud rate in bits per second.
- TTY_OP_OSPEED - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Specifies the output baud rate in bits per second.
- TTY_PROPS_HOLDER - Static variable in class org.apache.sshd.common.channel.SttySupport
- TTY_PROPS_LAST_FETCHED_HOLDER - Static variable in class org.apache.sshd.common.channel.SttySupport
- TtyFilterInputStream - Class in org.apache.sshd.server.shell
-
Handles the input while taking into account the
PtyMode
s for handling CR / LF - TtyFilterInputStream(InputStream, Collection<PtyMode>) - Constructor for class org.apache.sshd.server.shell.TtyFilterInputStream
- TtyFilterInputStream(InputStream, Map<PtyMode, ?>) - Constructor for class org.apache.sshd.server.shell.TtyFilterInputStream
- TtyFilterOutputStream - Class in org.apache.sshd.server.shell
-
Handles the output stream while taking care of the
PtyMode
for CR / LF and ECHO settings - TtyFilterOutputStream(OutputStream, TtyFilterInputStream, Collection<PtyMode>) - Constructor for class org.apache.sshd.server.shell.TtyFilterOutputStream
- TtyFilterOutputStream(OutputStream, TtyFilterInputStream, Map<PtyMode, ?>) - Constructor for class org.apache.sshd.server.shell.TtyFilterOutputStream
- ttyOptions - Variable in class org.apache.sshd.server.shell.TtyFilterInputStream
- ttyOptions - Variable in class org.apache.sshd.server.shell.TtyFilterOutputStream
- tunnelEntrance - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- tunnelEntrance - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- tunnelExit - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- tunnelExit - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- tunnelListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- tunnelListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- tunnelListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- tunnelListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Port forwarding events listener container
- type - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- type - Variable in class org.apache.sshd.common.compression.CompressionNone
- type - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- type - Variable in class org.apache.sshd.common.Property.BaseProperty
- type - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- type - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- type - Variable in class org.apache.sshd.server.channel.ChannelSession
- type - Variable in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
- type - Variable in class org.apache.sshd.server.forward.TcpipServerChannel
- type - Variable in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- type - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- type() - Method in class org.apache.sshd.sftp.client.fs.SftpFileStore
- Type() - Constructor for enum class org.apache.sshd.common.compression.Compression.Type
- Type() - Constructor for enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- Type(String) - Constructor for enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- Type(String) - Constructor for enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- typeEnum - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
- types - Variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- types - Variable in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- typeValue - Variable in enum class org.apache.sshd.common.util.io.der.ASN1Type
- TYPICAL_LINE_LENGTH - Static variable in interface org.apache.sshd.common.util.io.output.LineLevelAppender
-
A typical line length used in many textual standards
U
- uid - Variable in class org.apache.sshd.sftp.client.SftpClient.Attributes
- UidGid - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
- UnaryEquator<T> - Interface in org.apache.sshd.common.util.functors
-
Checks equality between 2 entities of same type
- unbind() - Method in interface org.apache.sshd.common.io.IoAcceptor
- unbind() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- unbind(SocketAddress) - Method in interface org.apache.sshd.common.io.IoAcceptor
- unbind(SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- unbind(Collection<? extends SocketAddress>) - Method in interface org.apache.sshd.common.io.IoAcceptor
- unbind(Collection<? extends SocketAddress>) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
- unbindDynamicForwarding(SshdSocketAddress, SocksProxy, InetSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- unbindLocalForwarding(SshdSocketAddress, SshdSocketAddress, InetSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
- unblocked(ServerSession, String, FileHandle, long, long, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- unblocked(ServerSession, String, FileHandle, long, long, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to un-blocking a file section
- unblocking(ServerSession, String, FileHandle, long, long) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- unblocking(ServerSession, String, FileHandle, long, long) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Called prior to un-blocking a file section
- uncompress(Buffer, Buffer) - Method in interface org.apache.sshd.common.compression.Compression
-
Uncompress the data in a buffer into another buffer.
- uncompress(Buffer, Buffer) - Method in class org.apache.sshd.common.compression.CompressionNone
- uncompress(Buffer, Buffer) - Method in class org.apache.sshd.common.compression.CompressionZlib
- uncompressBuffer - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- UNCOMPRESSED - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- UNIVERSAL - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Class
- UNIVERSAL_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- UNIVERSAL_SUPPORTED_VIEWS - Static variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- UNIVERSAL_SUPPORTED_VIEWS - Static variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- UnixDateFormat - Class in org.apache.sshd.sftp.server
- UnixDateFormat() - Constructor for class org.apache.sshd.sftp.server.UnixDateFormat
- UNKNOWN - Enum constant in enum class org.apache.sshd.common.kex.KexState
- unknownChannelReferenceHandler - Variable in class org.apache.sshd.common.BaseBuilder
- unknownChannelReferenceHandler - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
- unknownChannelReferenceHandler - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- unknownChannelReferenceHandler - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
- unknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.BaseBuilder
- UnknownChannelReferenceHandler - Interface in org.apache.sshd.common.session
- UnknownChannelReferenceHandlerManager - Interface in org.apache.sshd.common.session
- UnknownCommand - Class in org.apache.sshd.server.shell
-
Implementation of an unknown command that can be returned by
CommandFactory
when the command is not known, as it is supposed to always return a validCommand
object. - UnknownCommand(String) - Constructor for class org.apache.sshd.server.shell.UnknownCommand
- UnknownCommandFactory - Class in org.apache.sshd.server.shell
- UnknownCommandFactory() - Constructor for class org.apache.sshd.server.shell.UnknownCommandFactory
- unlock(long, long) - Method in class org.apache.sshd.sftp.server.FileHandle
- unlock(SftpClient.Handle, long, long) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- unlock(SftpClient.Handle, long, long) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- unlock(SftpClient.Handle, long, long) - Method in interface org.apache.sshd.sftp.client.SftpClient
- unmapSession(Long) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
- unmodClientProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- unmodifiableList(Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- unmodifiableList(Stream<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- unmodifiableList(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- unmodNegotiationResult - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- unmodServerProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
- unpackIntLE(byte[], int) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- unpackIntLE(byte[], int) - Static method in class org.apache.sshd.common.mac.Poly1305Mac
- unpackIntLE(byte[], int, int) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- unpackIntsLE(byte[], int, int, int[], int) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- unpackSigmaString(byte[]) - Static method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- unregisterCanonicalKeyTypeAlias(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- unregisterChannel(Channel) - Method in interface org.apache.sshd.common.session.ConnectionService
-
Remove this channel from the list of managed channels
- unregisterChannel(Channel) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Remove this channel from the list of managed channels
- unregisterExtension(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Unregisters specified extension
- unregisterExtensionParser(String) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Registers
KexExtensionParser
for a named extension - unregisterKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- unregisterParser(String) - Static method in class org.apache.sshd.sftp.common.extensions.ParserUtils
- unregisterPrivateKeyObfuscator(String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- unregisterPrivateKeyObfuscator(PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- unregisterPublicKeyEntryDecoder(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- unregisterPublicKeyEntryDecoderForKeyType(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Unregister the decoder registered for the specified key type
- unregisterPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Unregisters the specified decoder for all the types it supports
- unregisterSignaled - Variable in class org.apache.sshd.common.channel.AbstractChannel
- unroot(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- unset(String[]) - Method in class org.apache.sshd.scp.server.ScpShell
- unsignedProduct(int, int) - Static method in class org.apache.sshd.common.mac.Poly1305Mac
- unsupported - Variable in class org.apache.sshd.common.config.ListParseResult
- Unsupported - Enum constant in enum class org.apache.sshd.common.channel.RequestHandler.Result
- unsupportedAttributePolicy - Variable in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- UnsupportedAttributePolicy - Enum Class in org.apache.sshd.sftp.server
- UnsupportedAttributePolicy() - Constructor for enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
- unusedBytesAvailableToUser - Variable in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- unusedBytesOnDevice - Variable in class org.apache.sshd.sftp.common.extensions.SpaceAvailableExtensionInfo
- unwrapInvocationThrowable(Throwable) - Static method in class org.apache.sshd.common.util.ProxyUtils
- update(byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place encryption or decryption on the given data.
- update(byte[]) - Method in class org.apache.sshd.common.digest.BaseDigest
- update(byte[]) - Method in interface org.apache.sshd.common.digest.Digest
- update(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- update(byte[], int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place encryption or decryption on the given data.
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.CipherNone
- update(byte[], int, int) - Method in class org.apache.sshd.common.digest.BaseDigest
- update(byte[], int, int) - Method in interface org.apache.sshd.common.digest.Digest
- update(byte[], int, int) - Method in class org.apache.sshd.common.mac.BaseMac
- update(byte[], int, int) - Method in interface org.apache.sshd.common.mac.Mac
- update(byte[], int, int) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- update(String, L) - Static method in class org.apache.sshd.scp.common.ScpLocation
-
Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"
- update(SessionContext, byte[]) - Method in interface org.apache.sshd.common.signature.Signature
-
Update the computed signature with the given data
- update(SessionContext, byte[], int, int) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- update(SessionContext, byte[], int, int) - Method in class org.apache.sshd.common.signature.AbstractSignature
- update(SessionContext, byte[], int, int) - Method in interface org.apache.sshd.common.signature.Signature
-
Update the computed signature with the given data
- updateAAD(byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Adds the provided input data as additional authenticated data during encryption or decryption.
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- updateAAD(byte[], int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Adds the provided input data as additional authenticated data during encryption or decryption.
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.CipherNone
- updateCurrentAuthFuture(ClientSession, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
- updateCurrentChannelState(C) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- updateCurrentSessionState(C) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- updateE(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- updateE(Buffer) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- updateEntriesList(List<HostConfigEntry>, HostConfigEntry) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateF(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- updateF(Buffer) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- updateFileProperties(String, Path, Set<PosixFilePermission>, ScpTimestampCommandDetails) - Method in class org.apache.sshd.scp.common.helpers.LocalFileScpTargetStreamResolver
- updateFileProperties(Path, Set<PosixFilePermission>, ScpTimestampCommandDetails) - Static method in interface org.apache.sshd.scp.common.ScpFileOpener
- updateGlobalHostName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateGlobalIdentities(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateGlobalIdentityOnly(boolean) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateGlobalPort(int) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateGlobalProperties(Map<String, String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Sets all the properties for which no current value exists in the entry
- updateGlobalUserName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- updateKnownHostsFile(ClientSession, SocketAddress, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if a new previously unknown host key has been accepted - by default appends a new entry at the end of the currently monitored known hosts file
- updateLengthPlaceholder(Buffer, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Used for encodings where we don't know the data length before adding it to the buffer.
- updateLengthPlaceholder(Buffer, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Updates a 32-bit "placeholder" location for data length - moves the write position to the specified placeholder position, updates the length value and then moves the write position it back to its original value.
- updateLocalForwardingEntry(LocalForwardingEntry) - Method in class org.apache.sshd.common.forward.TcpipClientChannel
- updateLock - Variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- updateModifiedServerKey(ClientSession, SocketAddress, KnownHostsServerKeyVerifier.HostEntryPair, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if a matching host entry was found, but the key did not match and
KnownHostsServerKeyVerifier.acceptModifiedServerKey(ClientSession, SocketAddress, KnownHostEntry, PublicKey, PublicKey)
returnedtrue
. - updateProperty(Map<String, Object>, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updatePwdEnvVariable(Path) - Method in class org.apache.sshd.scp.server.ScpShell
- updateReloadAttributes() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
May be called to refresh the state attributes used to detect changes e.g., file existence, size and last-modified time once re-loading is successfully completed.
- updateSize(long) - Method in class org.apache.sshd.common.channel.Window
- updateUInt(long) - Method in class org.apache.sshd.common.mac.BaseMac
- updateUInt(long) - Method in interface org.apache.sshd.common.mac.Mac
- updateUInt(long) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- updateWithAAD(byte[], int, int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place authenticated encryption or decryption with additional data (AEAD).
- upload(byte[], int, int, String, Collection<PosixFilePermission>, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(byte[], String, Collection<PosixFilePermission>, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(InputStream, String, long, Collection<PosixFilePermission>, ScpTimestampCommandDetails) - Method in class org.apache.sshd.scp.client.DefaultScpClient
- upload(InputStream, String, long, Collection<PosixFilePermission>, ScpTimestampCommandDetails) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(String[], String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- upload(String[], String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(String[], String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(String, String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(String, String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(Path[], String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.scp.client.AbstractScpClient
- upload(Path[], String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(Path[], String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(Path, String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.scp.client.ScpClient
- upload(Path, String, ScpClient.Option...) - Method in interface org.apache.sshd.scp.client.ScpClient
- URG - Enum constant in enum class org.apache.sshd.server.Signal
- uri - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
- URIResource - Class in org.apache.sshd.common.util.io.resource
- URIResource(URI) - Constructor for class org.apache.sshd.common.util.io.resource.URIResource
- uriToPath(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- URLResource - Class in org.apache.sshd.common.util.io.resource
- URLResource(URL) - Constructor for class org.apache.sshd.common.util.io.resource.URLResource
- USE_DEFAULT_IDENTITIES - Static variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
Is set on a
ClientSession
when it is created; ifBoolean.FALSE
, no default identities shall be used. - USE_DNS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- useCurrentPassword(ClientSession, String, String, String, String, String[], boolean[]) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
Checks if we have a candidate password and exactly one prompt is requested with no echo, and the prompt matches a configurable pattern.
- usedLen - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- usePty - Variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
- user - Variable in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- USER - Enum constant in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
User key certificate.
- USER - Enum constant in enum class org.apache.sshd.common.config.SyslogFacilityValue
- USER_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- userAuth - Variable in class org.apache.sshd.client.session.ClientUserAuthService
- UserAuth - Interface in org.apache.sshd.client.auth
-
Represents a user authentication mechanism
- UserAuth - Interface in org.apache.sshd.server.auth
-
Server side authentication mechanism.
- userAuthFactories - Variable in class org.apache.sshd.client.session.AbstractClientSession
- userAuthFactories - Variable in class org.apache.sshd.client.SshClient
- userAuthFactories - Variable in class org.apache.sshd.server.session.AbstractServerSession
- userAuthFactories - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- userAuthFactories - Variable in class org.apache.sshd.server.SshServer
- UserAuthFactoriesManager<S extends SessionContext,
M extends UserAuthInstance<S>, F extends UserAuthMethodFactory<S, M>> - Interface in org.apache.sshd.common.auth - UserAuthFactory - Interface in org.apache.sshd.client.auth
- UserAuthFactory - Interface in org.apache.sshd.server.auth
- UserAuthGSS - Class in org.apache.sshd.server.auth.gss
-
Prototype user authentication handling gssapi-with-mic.
- UserAuthGSS() - Constructor for class org.apache.sshd.server.auth.gss.UserAuthGSS
- UserAuthGSSFactory - Class in org.apache.sshd.server.auth.gss
-
Factory class.
- UserAuthGSSFactory() - Constructor for class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- UserAuthHostBased - Class in org.apache.sshd.client.auth.hostbased
- UserAuthHostBased - Class in org.apache.sshd.server.auth.hostbased
- UserAuthHostBased() - Constructor for class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- UserAuthHostBased(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
- UserAuthHostBased(HostKeyIdentityProvider) - Constructor for class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
- UserAuthHostBasedFactory - Class in org.apache.sshd.client.auth.hostbased
- UserAuthHostBasedFactory - Class in org.apache.sshd.server.auth.hostbased
- UserAuthHostBasedFactory() - Constructor for class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
- UserAuthHostBasedFactory() - Constructor for class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- UserAuthHostBasedFactory(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
- UserAuthInstance<S extends SessionContext> - Interface in org.apache.sshd.common.auth
-
Represents an authentication-in-progress tracker for a specific session
- UserAuthKeyboardInteractive - Class in org.apache.sshd.client.auth.keyboard
-
Manages a "keyboard-interactive" exchange according to RFC4256
- UserAuthKeyboardInteractive - Class in org.apache.sshd.server.auth.keyboard
-
Issue a "keyboard-interactive" command according to RFC4256
- UserAuthKeyboardInteractive() - Constructor for class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- UserAuthKeyboardInteractive() - Constructor for class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
- UserAuthKeyboardInteractiveFactory - Class in org.apache.sshd.client.auth.keyboard
- UserAuthKeyboardInteractiveFactory - Class in org.apache.sshd.server.auth.keyboard
- UserAuthKeyboardInteractiveFactory() - Constructor for class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
- UserAuthKeyboardInteractiveFactory() - Constructor for class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
- UserAuthMethodFactory<S extends SessionContext,
M extends UserAuthInstance<S>> - Interface in org.apache.sshd.common.auth -
Represents a user authentication method
- UserAuthNone - Class in org.apache.sshd.server.auth
-
TODO Add javadoc
- UserAuthNone() - Constructor for class org.apache.sshd.server.auth.UserAuthNone
- UserAuthNoneFactory - Class in org.apache.sshd.server.auth
- UserAuthNoneFactory() - Constructor for class org.apache.sshd.server.auth.UserAuthNoneFactory
- UserAuthPassword - Class in org.apache.sshd.client.auth.password
-
Implements the client-side "password" authentication mechanism
- UserAuthPassword - Class in org.apache.sshd.server.auth.password
-
Implements the server-side "password" authentication mechanism
- UserAuthPassword() - Constructor for class org.apache.sshd.client.auth.password.UserAuthPassword
- UserAuthPassword() - Constructor for class org.apache.sshd.server.auth.password.UserAuthPassword
- UserAuthPasswordFactory - Class in org.apache.sshd.client.auth.password
- UserAuthPasswordFactory - Class in org.apache.sshd.server.auth.password
- UserAuthPasswordFactory() - Constructor for class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
- UserAuthPasswordFactory() - Constructor for class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
- UserAuthPublicKey - Class in org.apache.sshd.client.auth.pubkey
-
Implements the "publickey" authentication mechanism
- UserAuthPublicKey - Class in org.apache.sshd.server.auth.pubkey
-
TODO Add javadoc
- UserAuthPublicKey() - Constructor for class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- UserAuthPublicKey() - Constructor for class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- UserAuthPublicKey(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
- UserAuthPublicKey(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- UserAuthPublicKeyFactory - Class in org.apache.sshd.client.auth.pubkey
- UserAuthPublicKeyFactory - Class in org.apache.sshd.server.auth.pubkey
- UserAuthPublicKeyFactory() - Constructor for class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- UserAuthPublicKeyFactory() - Constructor for class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- UserAuthPublicKeyFactory(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
- UserAuthPublicKeyFactory(List<NamedFactory<Signature>>) - Constructor for class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
- UserAuthPublicKeyIterator - Class in org.apache.sshd.client.auth.pubkey
- UserAuthPublicKeyIterator(ClientSession, SignatureFactoriesManager) - Constructor for class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
- userCertificate() - Static method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- USERID_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- userInteraction - Variable in class org.apache.sshd.client.session.AbstractClientSession
- userInteraction - Variable in class org.apache.sshd.client.SshClient
- UserInteraction - Interface in org.apache.sshd.client.auth.keyboard
-
Interface used by the ssh client to communicate with the end user.
- username - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- username - Variable in class org.apache.sshd.common.auth.BasicCredentialsImpl
- username - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
The name of the authenticated user
- username - Variable in class org.apache.sshd.scp.common.ScpLocation
- username - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
- USERNAME_PART_SEPARATOR - Static variable in class org.apache.sshd.scp.common.ScpLocation
- UsernameHolder - Interface in org.apache.sshd.common.auth
- usersHomeDir - Variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- USR1 - Enum constant in enum class org.apache.sshd.server.Signal
- USR2 - Enum constant in enum class org.apache.sshd.server.Signal
- UTC_TIME - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- UTF8_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
V
- v - Variable in enum class org.apache.sshd.common.channel.PtyMode
- v_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- v_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- validAfter - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- validAfter - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- validAfter(long) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- validAfter(Instant) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
-
If null, uses
OpenSshCertificate.MIN_EPOCH
- validate() - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- validateAckReplyCode(String, Object, ScpAckInfo) - Method in class org.apache.sshd.scp.common.ScpHelper
- validateCommandExitStatusCode(String, Integer) - Static method in interface org.apache.sshd.client.channel.ClientChannel
-
Makes sure remote command exit status has been provided and it is zero
- validateCommandStatusCode(String, Object) - Method in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- validateCommandStatusCode(String, Object, ScpAckInfo, boolean) - Method in class org.apache.sshd.scp.common.ScpHelper
- validateEValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
- validateEValue(BigInteger) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- validateExcludedPermissions(Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
- validateFileOperationAckReplyCode(String, Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, ScpAckInfo) - Method in class org.apache.sshd.scp.common.ScpHelper
- validateFilePath(Path, Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
- validateFValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
- validateFValue(BigInteger) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
- validateHandle(String, Handle, Class<H>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
-
Makes sure that the local handle is not null and of the specified type
- validateIdentity(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the source identity obtained from the context after negotiation is complete.
- validateIncomingDataSize(int, long) - Method in class org.apache.sshd.common.channel.AbstractChannel
- validateIncomingMac(byte[], int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- validateIncomingResponse(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.extensions.helpers.AbstractSftpClientExtension
- validateIncomingResponse(int, int, int, int, Buffer) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- validateInitialUser(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
- validateInt32Value(long, String) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateInt32Value(long, String, Object) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateInt32Value(long, String, Object...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateKexState(int, KexState) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- validateListener(L) - Static method in interface org.apache.sshd.common.channel.ChannelListener
- validateListener(L) - Static method in interface org.apache.sshd.common.forward.PortForwardingEventListener
- validateListener(L) - Static method in interface org.apache.sshd.common.session.SessionListener
- validateListener(L) - Static method in interface org.apache.sshd.scp.common.ScpTransferEventListener
- validateListener(L) - Static method in interface org.apache.sshd.server.SignalListener
- validateListener(L) - Static method in interface org.apache.sshd.sftp.server.SftpEventListener
- validateListener(L, String) - Static method in interface org.apache.sshd.common.util.SshdEventListener
-
Makes sure that the listener is neither
null
nor a proxy - validateOperationReadyCode(String, Object, ScpAckInfo) - Method in class org.apache.sshd.scp.common.ScpHelper
- validateProposedVersion(Buffer, int, String) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- validateRealPath(int, String, Path, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- validateStreamMagicMarker(SessionContext, NamedResource, S) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- validateStrictConfigFilePermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
Checks if a path has strict permissions
- validateStrictKeyFilePermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Checks if a path has strict permissions
- validateTargetBuffer(int, B) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Makes sure that the buffer used for output is not
null
or one of the session's internal ones used for decoding and uncompressing - validateUint32Value(long, String) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateUint32Value(long, String, Object) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateUint32Value(long, String, Object...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- ValidateUtils - Class in org.apache.sshd.common.util
- ValidateUtils() - Constructor for class org.apache.sshd.common.util.ValidateUtils
- validating(Property<T>, Consumer<? super T>) - Static method in interface org.apache.sshd.common.Property
- Validating(Property<T>, Consumer<? super T>) - Constructor for class org.apache.sshd.common.Property.Validating
- validator - Variable in class org.apache.sshd.common.Property.Validating
- validBefore - Variable in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- validBefore - Variable in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- validBefore(long) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
- validBefore(Instant) - Method in class org.apache.sshd.certificate.OpenSshCertificateBuilder
-
If null, uses
OpenSshCertificate.INFINITY
- value - Variable in class org.apache.sshd.common.util.io.der.ASN1Object
- valueOf(String) - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.channel.PtyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.channel.RequestHandler.Result
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.channel.StreamingChannel.Streaming
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.cipher.Cipher.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.cipher.ECCurves
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.compression.Compression.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.CompressionConfigValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.LogLevelValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.SyslogFacilityValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.KexProposalOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.KexState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.kex.MontgomeryCurve
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.session.SessionListener.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Class
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.scp.client.ScpClient.Option
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.server.Signal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.client.SftpClient.CopyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
-
Returns the enum constant of this class with the specified name.
- values - Variable in class org.apache.sshd.common.Property.EnumProperty
- values - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- values - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- values() - Static method in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.client.channel.ClientChannelEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.channel.PtyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.channel.RequestHandler.Result
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.channel.StreamingChannel.Streaming
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.cipher.Cipher.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.cipher.ECCurves
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.compression.BuiltinCompressions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.compression.Compression.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.CompressionConfigValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.LogLevelValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.SyslogFacilityValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.config.TimeValueConfig
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.digest.BuiltinDigests
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.KexProposalOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.KexState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.kex.MontgomeryCurve
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.mac.BuiltinMacs
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.session.SessionListener.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.signature.BuiltinSignatures
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- values() - Static method in enum class org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- values() - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Class
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.common.util.io.der.ASN1Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.scp.client.ScpClient.Option
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.scp.common.ScpTransferEventListener.FileOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.server.Signal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.client.SftpClient.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.client.SftpClient.CopyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Static variable in enum class org.apache.sshd.client.auth.BuiltinUserAuthFactories
- VALUES - Static variable in enum class org.apache.sshd.client.channel.ClientChannelEvent
- VALUES - Static variable in enum class org.apache.sshd.client.config.hosts.KnownHostDigest
- VALUES - Static variable in enum class org.apache.sshd.common.channel.RequestHandler.Result
- VALUES - Static variable in enum class org.apache.sshd.common.cipher.BuiltinCiphers
- VALUES - Static variable in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VALUES - Static variable in enum class org.apache.sshd.common.cipher.ECCurves
-
A
Set
of all the known curves - VALUES - Static variable in enum class org.apache.sshd.common.compression.BuiltinCompressions
- VALUES - Static variable in enum class org.apache.sshd.common.config.CompressionConfigValue
- VALUES - Static variable in enum class org.apache.sshd.common.config.keys.BuiltinIdentities
- VALUES - Static variable in enum class org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
- VALUES - Static variable in enum class org.apache.sshd.common.config.LogLevelValue
- VALUES - Static variable in enum class org.apache.sshd.common.config.SyslogFacilityValue
- VALUES - Static variable in enum class org.apache.sshd.common.config.TimeValueConfig
- VALUES - Static variable in enum class org.apache.sshd.common.digest.BuiltinDigests
- VALUES - Static variable in enum class org.apache.sshd.common.forward.TcpipClientChannel.Type
- VALUES - Static variable in enum class org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
- VALUES - Static variable in enum class org.apache.sshd.common.kex.BuiltinDHFactories
- VALUES - Static variable in enum class org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
- VALUES - Static variable in enum class org.apache.sshd.common.kex.KexProposalOption
-
A
List
of all the options sorted according toKexProposalOption.getProposalIndex()
- VALUES - Static variable in enum class org.apache.sshd.common.kex.KexState
- VALUES - Static variable in enum class org.apache.sshd.common.mac.BuiltinMacs
- VALUES - Static variable in enum class org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
- VALUES - Static variable in enum class org.apache.sshd.common.signature.BuiltinSignatures
- VALUES - Static variable in enum class org.apache.sshd.common.util.io.der.ASN1Class
- VALUES - Static variable in enum class org.apache.sshd.common.util.io.der.ASN1Type
- VALUES - Static variable in enum class org.apache.sshd.server.auth.BuiltinUserAuthFactories
- VALUES - Static variable in enum class org.apache.sshd.server.auth.WelcomeBannerPhase
- VALUES - Static variable in enum class org.apache.sshd.server.config.AllowTcpForwardingValue
- VALUES - Static variable in enum class org.apache.sshd.server.forward.TcpForwardingFilter.Type
- VALUES - Static variable in enum class org.apache.sshd.sftp.client.extensions.BuiltinSftpClientExtensions
- VALUES - Static variable in enum class org.apache.sshd.sftp.common.SftpUniversalOwnerAndGroup
- VALUES - Static variable in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
- variables - Variable in class org.apache.sshd.scp.server.ScpShell
- VARIANT2 - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VARIANT3 - Enum constant in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VDISCARD - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Toggles the flushing of terminal output.
- VDSUSP - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Another suspend character.
- VendorId() - Constructor for class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- VendorIdParser - Class in org.apache.sshd.sftp.common.extensions
- VendorIdParser() - Constructor for class org.apache.sshd.sftp.common.extensions.VendorIdParser
- VendorIdParser.VendorId - Class in org.apache.sshd.sftp.common.extensions
-
The "vendor-id" information as per DRAFT 09 - section 4.4
- vendorName - Variable in class org.apache.sshd.sftp.common.extensions.VendorIdParser.VendorId
- VEOF - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
End-of-file character (sends EOF from the terminal).
- VEOL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
End-of-line character in addition to carriage return and/or line-feed.
- VEOL2 - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Additional end-of-line character.
- VERASE - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Erase the character to left of the cursor.
- VERBOSE - Enum constant in enum class org.apache.sshd.common.config.LogLevelValue
- VerifiableFuture<T> - Interface in org.apache.sshd.common.future
-
Represents an asynchronous operation whose successful result can be verified somehow.
- verifierSignatureSize - Variable in class org.apache.sshd.common.signature.SignatureRSA
- verify() - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait
Long.MAX_VALUE
msec. - verify(long) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
- verify(long) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
- verify(long) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
- verify(long) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
- verify(long) - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
- verify(long) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(long) - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- verify(long, TimeUnit) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(Duration) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- verify(SessionContext, byte[]) - Method in interface org.apache.sshd.common.signature.Signature
-
Verify against the given signature
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureDSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureECDSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureRSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.SignatureEd25519
- verifyCertificate(Session, OpenSshCertificate) - Method in class org.apache.sshd.client.kex.DHGClient
- verifyResult(Class<? extends R>, long) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Waits (interruptible) for the specified timeout (msec.) and then checks the result:
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in interface org.apache.sshd.client.keyverifier.ServerKeyVerifier
-
Verify that the server key provided is really the one of the host.
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
- verifySignature(ServerSession, String, String, PublicKey, Buffer, Signature, byte[]) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
- verifyTrialsCount(ClientSession, String, int, int, int) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
- version - Variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- version - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- version - Variable in class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
- version - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- VERSION_PARAM - Static variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
URI parameter that can be used to specify a special version selection.
- versionHolder - Variable in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- VersionInfo - Class in org.apache.sshd.common.util
- VersionInfo(int, int) - Constructor for class org.apache.sshd.common.util.VersionInfo
- VersionInfo(int, int, int, int) - Constructor for class org.apache.sshd.common.util.VersionInfo
- VersionProperties - Class in org.apache.sshd.common.config
- VersionProperties() - Constructor for class org.apache.sshd.common.config.VersionProperties
- VersionProperties.LazyVersionPropertiesHolder - Class in org.apache.sshd.common.config
- versions - Variable in class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- Versions() - Constructor for class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- Versions(List<String>) - Constructor for class org.apache.sshd.sftp.common.extensions.VersionsParser.Versions
- versionSelector - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
- VersionsParser - Class in org.apache.sshd.sftp.common.extensions
- VersionsParser() - Constructor for class org.apache.sshd.sftp.common.extensions.VersionsParser
- VersionsParser.Versions - Class in org.apache.sshd.sftp.common.extensions
-
The "versions" extension data as per DRAFT 09 Section 4.6
- VERTICALSPACE - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- verum() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- VFLUSH - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Character to flush output.
- VIDEOTEX_STRING - Enum constant in enum class org.apache.sshd.common.util.io.der.ASN1Type
- VINTR - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Interrupt character; 255 if none.
- VirtualFileSystemFactory - Class in org.apache.sshd.common.file.virtualfs
-
SSHd file system factory to reduce the visibility to a physical folder.
- VirtualFileSystemFactory() - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- VirtualFileSystemFactory(Path) - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- VISUAL_HOST_KEY - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
- VKILL - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Kill the current input line.
- VLNEXT - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enter the next character typed literally, even if it is a special character
- VQUIT - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
The quit character (sends SIGQUIT signal on POSIX systems).
- VREPRINT - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Reprints the current input line.
- VSTART - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Continues paused output (normally control-Q).
- VSTATUS - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Prints system status line (load, command, pid, etc).
- VSTOP - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Pauses output (normally control-S).
- VSUSP - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Suspends the current program.
- VSWTCH - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Switch to a different shell layer.
- VTALRM - Enum constant in enum class org.apache.sshd.server.Signal
- VWERASE - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Erases a word left of cursor.
W
- WAIT_AUTH - Enum constant in enum class org.apache.sshd.client.session.ClientSession.ClientSessionEvent
- WAIT_FOR_SPACE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure max.
- WaitableFuture - Interface in org.apache.sshd.common.future
-
Represents an asynchronous operation which one can wait for its completion.
- waitAndConsume(long, long) - Method in class org.apache.sshd.common.channel.Window
-
Waits for enough data to become available to consume the specified size
- waitAndConsume(long, Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits for enough data to become available to consume the specified size
- waitFor(Collection<ClientChannelEvent>, long) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
- waitFor(Collection<ClientChannelEvent>, long) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Waits until any of the specified events in the mask is signaled
- waitFor(Collection<ClientChannelEvent>, Duration) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Waits until any of the specified events in the mask is signaled
- waitFor(Collection<ClientSession.ClientSessionEvent>, long) - Method in interface org.apache.sshd.client.session.ClientSession
-
Wait for any one of a specific state to be signaled.
- waitFor(Collection<ClientSession.ClientSessionEvent>, long) - Method in class org.apache.sshd.client.session.ClientSessionImpl
- waitFor(Collection<ClientSession.ClientSessionEvent>, Duration) - Method in interface org.apache.sshd.client.session.ClientSession
-
Wait for any one of a specific state to be signaled.
- waitForAvailableWriteSpace(int) - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- waitForCondition(Predicate<? super Window>, Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits up to a specified amount of time for a condition to be satisfied and signaled via the lock.
- waitForInitResponse(Duration) - Method in class org.apache.sshd.sftp.client.impl.DefaultSftpClient
- waitForMessageBuffer() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
- waitForSpace(long) - Method in class org.apache.sshd.common.channel.Window
-
Waits until some data becomes available or timeout expires
- waitForSpace(Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits until some data becomes available or timeout expires
- warn(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- warn(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- warn(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- Warn - Enum constant in enum class org.apache.sshd.sftp.server.UnsupportedAttributePolicy
- warnClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warnClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- WARNING - Static variable in class org.apache.sshd.scp.common.helpers.ScpAckInfo
- WEEKS - Enum constant in enum class org.apache.sshd.common.config.TimeValueConfig
- welcome(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Displays the welcome banner to the user.
- WELCOME_BANNER - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of welcome banner that will be displayed when a user connects to the server.
- WELCOME_BANNER_CHARSET - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The charset to use if the configured welcome banner points to a file - if not specified (either as a string or a
Charset
then the local default is used. - WELCOME_BANNER_LANGUAGE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to denote the language code for the welcome banner (if such a banner is configured).
- WELCOME_BANNER_PHASE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The
WelcomeBannerPhase
value - either as an enum or a string - WelcomeBannerPhase - Enum Class in org.apache.sshd.server.auth
-
Used to indicate at which authentication phase to send the welcome banner (if any configured)
- WelcomeBannerPhase() - Constructor for enum class org.apache.sshd.server.auth.WelcomeBannerPhase
- welcomePhase - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- welcomeSent - Variable in class org.apache.sshd.server.session.ServerUserAuthService
- WELL_KNOWN_IPV4_ADDRESSES - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- WELL_KNOWN_IPV6_ADDRESSES - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- when(Object, Iterable<? extends SshFuture<T>>) - Method in class org.apache.sshd.common.util.closeable.Builder
- when(SshFuture<T>) - Method in class org.apache.sshd.common.util.closeable.Builder
- when(SshFuture<T>...) - Method in class org.apache.sshd.common.util.closeable.Builder
- WILDCARD_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used in a host pattern to denote zero or more consecutive characters
- WINCH - Enum constant in enum class org.apache.sshd.server.Signal
- Window - Class in org.apache.sshd.common.channel
-
A Window for a given channel.
- Window(AbstractChannel, Object, boolean, boolean) - Constructor for class org.apache.sshd.common.channel.Window
- WINDOW_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the channel window size in the configuration properties map.
- WINDOW_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve timeout (msec.) to wait for data to become available when reading from a channel.
- WindowClosedException - Exception in org.apache.sshd.common.channel
-
Indicates a
Window
has been closed. - WindowClosedException(String) - Constructor for exception org.apache.sshd.common.channel.WindowClosedException
- WINDOWS_COMMAND - Static variable in class org.apache.sshd.common.util.OsUtils
- WINDOWS_EXECUTABLE_EXTENSIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- WINDOWS_PTY_TYPE - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- WINDOWS_SHELL_COMMAND_NAME - Static variable in class org.apache.sshd.common.util.OsUtils
- withAttributeCache(Path, IOFunction<Path, T>) - Static method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
-
Performs the given operation with attribute caching, if the given
Path
can cache attributes, otherwise simply executes the operation. - withAttributeCache(IOFunction<Path, T>) - Method in class org.apache.sshd.sftp.client.impl.SftpPathImpl
-
Performs the given operation with attribute caching.
- withClient2Server(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- withDelegate(CommandFactory) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withDelegateShellFactory(ShellFactory) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withErrorChannelDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- withExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- withFileOpener(ScpFileOpener) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withFileSystemAccessor(SftpFileSystemAccessor) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- withReceiveBufferSize(int) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withSendBufferSize(int) - Method in class org.apache.sshd.scp.server.ScpCommandFactory.Builder
- withServer2Client(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- withSftpErrorStatusDataHandler(SftpErrorStatusDataHandler) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- withUnsupportedAttributePolicy(UnsupportedAttributePolicy) - Method in class org.apache.sshd.sftp.server.SftpSubsystemFactory.Builder
- workBuf - Variable in class org.apache.sshd.common.util.buffer.Buffer
- workBuf - Variable in class org.apache.sshd.sftp.server.SftpSubsystem
- wpos - Variable in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- wpos() - Method in class org.apache.sshd.common.util.buffer.Buffer
- wpos() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- wpos(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- wpos(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- wrap(Appendable) - Static method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- wrap(Appendable, BooleanSupplier) - Static method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- wrap(Iterable<? extends KeyPair>) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- wrap(Iterable<KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Wrap the provided
KeyPair
s into aKeyPairProvider
- wrap(KeyPair...) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- wrap(KeyPair...) - Static method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Wrap the provided
KeyPair
s into aKeyPairProvider
- wrap(ClientSessionCreator, Channel) - Static method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
Wraps an existing
ClientSessionCreator
into aSimpleClient
- wrap(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- wrapAll(Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Wraps a bunch of
Invoker
-s that return no value into one that invokes them in the same order as they appear. - wrapAsSimpleClient(SshClient) - Static method in class org.apache.sshd.client.SshClient
-
Wraps an
SshClient
instance as aSimpleClient
- wrapDelegateChannel(Object, Class<T>, Channel) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- wrapDelegateCloseable(Object, Class<T>, AutoCloseable) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
-
Wraps a target instance and an
AutoCloseable
delegate into a proxy instance that closes both when wrapperclose
method called. - wrapFirst(Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Wraps a bunch of
Invoker
-s that return no value into one that invokes them in the same order as they appear. - wrapIdentities(Iterable<?>) - Static method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- wrapIterable(Iterable<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapIterator(Iterable<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapIterator(Iterator<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapKeyPairs(Iterable<KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyPair
s into aKeyIdentityProvider
- wrapKeyPairs(KeyPair...) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyPair
s into aKeyIdentityProvider
- wrapPasswords(Iterable<String>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of passwords into a
PasswordIdentityProvider
- wrapPasswords(String...) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of passwords into a
PasswordIdentityProvider
- Wrapper(SftpClient, SftpErrorDataHandler, int, int) - Constructor for class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- wrappers - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- write(byte[]) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- write(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- write(byte[], int, int, long) - Method in class org.apache.sshd.sftp.server.FileHandle
- write(byte[], long) - Method in class org.apache.sshd.sftp.server.FileHandle
- write(int) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
- write(int) - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- write(int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- write(int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- write(int) - Method in class org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync
- write(OutputStream, byte[], int) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- write(OutputStream, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- write(String) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- write(String) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(String, int) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(String, int, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- write(String, int, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- write(String, int, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Write to a remote file via an output stream
- write(String, int, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- write(String, Collection<SftpClient.OpenMode>) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- write(String, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(String, SftpClient.OpenMode...) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- write(String, SftpClient.OpenMode...) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(ByteBuffer) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- write(ByteBuffer[], int, int) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- write(ByteBuffer, long) - Method in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- write(Readable) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
- write(SftpClient.Handle, long, byte[]) - Method in interface org.apache.sshd.sftp.client.SftpClient
- write(SftpClient.Handle, long, byte[], int, int) - Method in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- write(SftpClient.Handle, long, byte[], int, int) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- write(SftpClient.Handle, long, byte[], int, int) - Method in interface org.apache.sshd.sftp.client.SftpClient
-
Write data to (open) file handle
- Write - Enum constant in enum class org.apache.sshd.sftp.client.SftpClient.OpenMode
- WRITE_BUFFER_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
- WRITE_CHUNK_SIZE - Static variable in class org.apache.sshd.sftp.SftpModuleProperties
-
Property used to avoid large buffers when
AbstractSftpClient.write(SftpClient.Handle, long, byte[], int, int)
is invoked with a large buffer size. - WRITE_MODES - Static variable in class org.apache.sshd.sftp.client.impl.SftpRemotePathChannel
- WRITEABLE_OPEN_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
A
Set
ofStandardOpenOption
-s that indicate an intent to create/modify a file - writeAclEntry(B, AclEntry) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- writeACLs(B, int, Collection<? extends AclEntry>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- writeAttributes(int, B, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpClient
- writeAttributes(B, SftpClient.Attributes, int) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- writeAttrs(B, int, Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Writes a file / folder's attributes to a buffer
- writeAttrs(Buffer, Map<String, ?>) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- writeAttrsV3(B, int, Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Writes the retrieved file / directory attributes in V3 format
- writeAttrsV4(B, int, Map<String, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Writes the retrieved file / directory attributes in V4+ format
- writeBigInteger(byte...) - Method in class org.apache.sshd.common.util.io.der.DERWriter
-
The integer is always considered to be positive, so if the first byte is < 0, we pad with a zero to make it positive
- writeBigInteger(byte[], int, int) - Method in class org.apache.sshd.common.util.io.der.DERWriter
-
The integer is always considered to be positive, so if the first byte is < 0, we pad with a zero to make it positive
- writeBigInteger(BigInteger) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.SimpleIoOutputStream
- writeBuffer(Buffer) - Method in interface org.apache.sshd.common.io.IoOutputStream
-
Write the given buffer.
- writeBuffer(Buffer) - Method in interface org.apache.sshd.common.io.IoSession
-
Write a packet on the socket.
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
- writeBufferSize - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem
- writeCommandResponseMessage(String, int, String) - Method in class org.apache.sshd.scp.server.ScpCommand
- writeCoordinate(OutputStream, String, BigInteger, int) - Method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- writeCount - Variable in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- writeCyclesCounter - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- writeData(Buffer) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriter
-
Encode and send the given data packet buffer.
- writeData(Buffer) - Method in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
- writeDirEntry(int, DirectoryHandle, Map<String, Path>, Buffer, int, Path, String, LinkOption...) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- writeDirEntry(ServerSession, int, Buffer, int, Path, String, SftpClient.Attributes) - Method in class org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper
- writeECPoint(OutputStream, String, ECPoint) - Method in enum class org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- writeExtensions(B, Map<?, ?>) - Static method in class org.apache.sshd.sftp.common.SftpHelper
- writeHostConfigEntries(OutputStream, boolean, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- writeHostConfigEntries(Path, Collection<? extends HostConfigEntry>, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- writeInt(OutputStream, int, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeInt(OutputStream, int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeKeyPair(KeyPair, Path, OpenOption...) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- writeLength(int) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeLine(OutputStream, Charset, String) - Static method in class org.apache.sshd.scp.common.helpers.ScpIoUtils
- writeLineData(CharSequence) - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
-
Called by the implementation once end-of-line is detected.
- writeMessage(Buffer, Consumer<? super IOException>) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
- writeObject(byte, int, byte...) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeObject(ASN1Object) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writePacket(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
- writePacket(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Encode and send the given buffer.
- writePacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
- writePacket(Buffer) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer.
- writePacket(Buffer, long) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writePacket(Buffer, long, TimeUnit) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
- writePacket(Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writePacket(Buffer, Duration) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writePEMKeyPair(KeyPair, OutputStream) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- writePEMKeyPair(KeyPair, Path) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- writePEMKeyPair(KeyPair, Path, OpenOption...) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- WritePendingException - Exception in org.apache.sshd.common.io
- WritePendingException() - Constructor for exception org.apache.sshd.common.io.WritePendingException
- WritePendingException(String) - Constructor for exception org.apache.sshd.common.io.WritePendingException
- WritePendingException(String, Throwable) - Constructor for exception org.apache.sshd.common.io.WritePendingException
- WritePendingException(Throwable) - Constructor for exception org.apache.sshd.common.io.WritePendingException
- writePrivateKey(KeyPair, String, OPTIONS, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a private key from a given
KeyPair
to a givenOutputStream
. - writePrivateKey(KeyPair, String, OpenSSHKeyEncryptionContext, OutputStream) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- writePublicKey(KeyPair, String, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a public key from a given
KeyPair
to a givenOutputStream
. - writePublicKey(PublicKey, String, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a
PublicKey
to a givenOutputStream
. - writePublicKey(PublicKey, String, OutputStream) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
-
Writes a serialization of a
PublicKey
to a givenOutputStream
. - writeRawOutput(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- writeRawOutput(int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- writerClosed - Variable in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
ChannelPipedOutputStream
is already closed and so we will not receive additional data. - writeRemoteAttributes(SftpClient.Attributes) - Method in class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
- writeRLEBytes(OutputStream, byte...) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- writeRLEBytes(OutputStream, byte[], int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- writes - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
- writes - Variable in class org.apache.sshd.common.io.nio2.Nio2Session
- writeSize - Variable in class org.apache.sshd.sftp.client.fs.SftpFileSystem.Wrapper
- writeTime(B, int, int, FileTime) - Static method in class org.apache.sshd.sftp.common.SftpHelper
-
Encodes a
FileTime
value into a buffer - writeUInt(OutputStream, long, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeUInt(OutputStream, long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writing(ServerSession, String, FileHandle, long, byte[], int, int) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- writing(ServerSession, String, FileHandle, long, byte[], int, int) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Preparing to write to file
- written(ServerSession, String, FileHandle, long, byte[], int, int, Throwable) - Method in class org.apache.sshd.sftp.server.AbstractSftpEventListenerAdapter
- written(ServerSession, String, FileHandle, long, byte[], int, int, Throwable) - Method in interface org.apache.sshd.sftp.server.SftpEventListener
-
Finished to writing to file
- writtenBytesCount - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
X
- x - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- X11_BASE_PORT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
X11ForwardSupport
to control the base port number for the X11 display number socket binding. - X11_BIND_HOST - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
X11ForwardSupport
to control the host used to bind to for the X11 display when looking for a free port. - X11_DISPLAY_OFFSET - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
X11ForwardSupport
to control from which X11 display number to start looking for a free value. - X11_MAX_DISPLAYS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
X11ForwardSupport
to control up to which (but not including) X11 display number to look or a free value. - X11_OPEN_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configuration value for the
X11ForwardSupport
to control the channel open timeout. - x11ForwardHolder - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
- X11ForwardingExceptionMarker - Interface in org.apache.sshd.server.x11
-
Special marker interface used to signal to the forwarding filter that an exception has been caught on the forwarded channel
- X11ForwardingFilter - Interface in org.apache.sshd.server.forward
- X11ForwardSupport - Interface in org.apache.sshd.server.x11
- x25519 - Enum constant in enum class org.apache.sshd.common.kex.MontgomeryCurve
-
X25519 uses Curve25519 and SHA-256 with a 32-byte key size.
- x448 - Enum constant in enum class org.apache.sshd.common.kex.MontgomeryCurve
-
X448 uses Curve448 and SHA-512 with a 56-byte key size.
- XAUTH_COMMAND - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
"xauth" command name
- XCASE - Enum constant in enum class org.apache.sshd.common.channel.PtyMode
-
Enable input and output of uppercase characters by preceding their lowercase equivalents with "\".
- XCPU - Enum constant in enum class org.apache.sshd.server.Signal
- XDH - Class in org.apache.sshd.common.kex
-
Provides Diffie-Hellman SSH key exchange algorithms for the Montgomery curves specified in RFC 8731.
- XDH(MontgomeryCurve) - Constructor for class org.apache.sshd.common.kex.XDH
- XFSZ - Enum constant in enum class org.apache.sshd.server.Signal
Y
- YEAR_VALUE_FORMATTER - Static variable in class org.apache.sshd.scp.server.ScpShell.PathEntry
- YES - Enum constant in enum class org.apache.sshd.common.config.CompressionConfigValue
- yesNoValueOf(boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
Returns a "yes" or "no" value based on the input parameter
Z
- zlib - Enum constant in enum class org.apache.sshd.common.compression.BuiltinCompressions
- ZLIB - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form