- 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
- 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 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.client.subsystem.sftp.extensions.helpers
-
- AbstractCheckFileExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.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
- 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 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
-
TODO Add javadoc
- 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() - Constructor for class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- AbstractDHKeyExchange - Class in org.apache.sshd.common.kex.dh
-
- AbstractDHKeyExchange() - Constructor for class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- AbstractDHServerKeyExchange - Class in org.apache.sshd.server.kex
-
- AbstractDHServerKeyExchange() - 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
-
- 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
-
- 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
-
- 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
- AbstractMD5HashExtension - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
- AbstractMD5HashExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractMD5HashExtension
-
- AbstractOpenSSHExtensionParser - Class in org.apache.sshd.common.subsystem.sftp.extensions.openssh
-
Base class for various XXX@openssh.com
extension data reports
- AbstractOpenSSHExtensionParser(String) - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
-
- AbstractOpenSSHExtensionParser.OpenSSHExtension - Class in org.apache.sshd.common.subsystem.sftp.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.client.subsystem.sftp.extensions.openssh.helpers
-
- AbstractOpenSSHStatCommandExtension(String, SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.AbstractOpenSSHStatCommandExtension
-
- AbstractParser<T> - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- AbstractParser(String) - Constructor for class org.apache.sshd.common.subsystem.sftp.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.common.config.keys.loader.putty
-
- AbstractPuttyKeyDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.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.client.scp
-
- AbstractScpClient() - Constructor for class org.apache.sshd.client.scp.AbstractScpClient
-
- AbstractScpClient.ScpOperationExecutor<T> - Interface in org.apache.sshd.client.scp
-
- AbstractScpClientCreator - Class in org.apache.sshd.client.scp
-
TODO Add javadoc
- AbstractScpClientCreator() - Constructor for class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- AbstractScpClientCreator(String) - Constructor for class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- AbstractScpTransferEventListenerAdapter - Class in org.apache.sshd.common.scp
-
- AbstractScpTransferEventListenerAdapter() - Constructor for class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- 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(CloseableExecutorService) - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
-
- AbstractServerChannel(String, Collection<? extends RequestHandler<Channel>>, 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.
- 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.client.subsystem.sftp.impl
-
- AbstractSftpClient() - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- AbstractSftpClientExtension - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, Map<String, byte[]>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- AbstractSftpClientExtension(String, SftpClient, RawSftpClient, boolean) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- AbstractSftpEventListenerAdapter - Class in org.apache.sshd.server.subsystem.sftp
-
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.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- AbstractSftpEventListenerManager - Class in org.apache.sshd.server.subsystem.sftp
-
- AbstractSftpEventListenerManager() - Constructor for class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerManager
-
- AbstractSftpFileAttributeView - Class in org.apache.sshd.client.subsystem.sftp.impl
-
- AbstractSftpFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- AbstractSftpSubsystemHelper - Class in org.apache.sshd.server.subsystem.sftp
-
- AbstractSftpSubsystemHelper(UnsupportedAttributePolicy, SftpFileSystemAccessor, SftpErrorStatusDataHandler) - Constructor for class org.apache.sshd.server.subsystem.sftp.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(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuth
-
- AbstractUserAuth - Class in org.apache.sshd.server.auth
-
- AbstractUserAuth(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuth
-
- AbstractUserAuthFactory - Class in org.apache.sshd.client.auth
-
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuthFactory
-
- AbstractUserAuthFactory - Class in org.apache.sshd.server.auth
-
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuthFactory
-
- AbstractUserAuthMethodFactory<M> - 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
-
- AcceptAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.AcceptAllForwardingFilter
-
- AcceptAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- AcceptAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Accepts all authentication attempts
- AcceptAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Accepts all authentication attempts
- AcceptAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts all server keys.
- acceptIncompleteHostKeys(ClientSession, SocketAddress, PublicKey, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- 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
-
- 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.
- accessTime(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- accessTime(long, TimeUnit) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- accessTime(FileTime) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- accumulateException(T, T) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Used to "accumulate" exceptions of the same type.
- ACE4_ACCESS_ALLOWED_ACE_TYPE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_ACCESS_DENIED_ACE_TYPE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_ADD_FILE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_ADD_SUBDIRECTORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_APPEND_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_DELETE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_DELETE_CHILD - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_DIRECTORY_INHERIT_ACE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_EXECUTE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_FAILED_ACCESS_ACE_FLAG - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_FILE_INHERIT_ACE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_IDENTIFIER_GROUP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_INHERIT_ONLY_ACE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_LIST_DIRECTORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_NO_PROPAGATE_INHERIT_ACE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_READ_ACL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_READ_ATTRIBUTES - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_READ_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_READ_NAMED_ATTRS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_SUCCESSFUL_ACCESS_ACE_FLAG - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_SYNCHRONIZE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_SYSTEM_ALARM_ACE_TYPE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_SYSTEM_AUDIT_ACE_TYPE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_WRITE_ACL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_WRITE_ATTRIBUTES - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_WRITE_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_WRITE_NAMED_ATTRS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ACE4_WRITE_OWNER - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- ack() - Method in class org.apache.sshd.common.scp.ScpHelper
-
- acl(List<AclEntry>) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- ACL_SUPPORTED_MASK_PROP - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Comma separate list of SSH_ACL_CAP_xxx
names - where name can be without
the prefix.
- AclCapabilities() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- AclCapabilities(int) - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- AclSupportedParser - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- AclSupportedParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser
-
- AclSupportedParser.AclCapabilities - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- add(int) - Static method in class org.apache.sshd.common.util.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.server.scp.ScpCommandFactory
-
- addEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.server.scp.ScpCommandFactory.Builder
-
- addFlag(SftpClient.Attribute) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- addIdentity(KeyPair, String) - Method in interface org.apache.sshd.agent.SshAgent
-
- addIdentity(Path) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- addIdentity(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Adds a path to an identity file
- 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.
- addListener(Consumer<? super Boolean>) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- 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.server.subsystem.sftp.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.DefaultForwarderFactory
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.DefaultForwardingFilter
-
- 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.server.subsystem.sftp.AbstractSftpEventListenerManager
-
- addSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- addSftpEventListener(SftpEventListener) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListenerManager
-
Register a listener instance
- addSignalListener(SignalListener, Signal...) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addSignalListener(SignalListener, Collection<Signal>) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Add a global listener for all signals
- addSignalListener(SignalListener, Signal...) - Method in class org.apache.sshd.server.StandardEnvironment
-
- addSignalListener(SignalListener) - Method in class org.apache.sshd.server.StandardEnvironment
-
- addSignalListener(SignalListener, Collection<Signal>) - Method in class org.apache.sshd.server.StandardEnvironment
-
- addTargetIsDirectory(Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- 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
-
- 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
-
- 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
-
- AESPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
-
- AESPrivateKeyObfuscator() - Constructor for class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
-
- AGENT_FORWARDING_TYPE - Static variable in interface org.apache.sshd.common.FactoryManager
-
The request type of agent forwarding.
- 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 interface org.apache.sshd.common.FactoryManager
-
The agent forwarding type defined by IETF (https://tools.ietf.org/html/draft-ietf-secsh-agent-02).
- 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 interface org.apache.sshd.common.FactoryManager
-
The agent forwarding type defined by OpenSSH.
- 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
-
- 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
-
- 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(KeyPairResourceParser...) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
- 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
-
- AlgorithmNameProvider - Interface in org.apache.sshd.common
-
- all(Collection<? extends OptionalFeature>) - Static method in interface org.apache.sshd.common.OptionalFeature
-
- 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.server.subsystem.sftp.SftpSubsystemEnvironment
-
- ALLOW_AGENT_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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
-
- AllowTcpForwardingValue - Enum in org.apache.sshd.server.config
-
- 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.
- 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
-
- append(A) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- 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(A) - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Outputs the generated random art
- 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(byte[]) - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- append(byte[], int, int) - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- APPEND_END_OF_LIST_INDICATOR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- appendAclSupportedExtension(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- appendDedupSep(StringBuilder, CharSequence) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- appendExtensions(Buffer, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- appendHex(A, char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
- appendHex(A, byte[], int, int, char) - 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, String) - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- 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) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- 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
-
- appendPublicKeyEntry(A, PublicKey, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
- appendSignature(ClientSession, String, String, PublicKey, byte[], String, String, Signature, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- appendSignature(ClientSession, String, String, String, String, PublicKey, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- appendSupported2Extension(Buffer, Collection<String>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Appends the "supported2" extension to the buffer.
- appendSupportedExtension(Buffer, Collection<String>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Appends the "supported" extension to the buffer.
- appendUserHome(StringBuilder) - 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
-
- appendUserHome(StringBuilder, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- appendVendorIdExtension(Buffer, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Appends the "vendor-id" extension to the buffer.
- appendVersionsExtension(Buffer, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Appends the "versions" extension to the buffer.
- apply(byte[]) - Method in interface org.apache.sshd.common.subsystem.sftp.extensions.ExtensionParser
-
- apply(T) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, int, byte[], boolean) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
-
- 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
-
- applySlashifyRules(String, char) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
- ARCFOUR128 - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
-
- 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
-
- asKeyIdentityProvider(ClientIdentityLoader, Collection<? extends NamedResource>, FilePasswordProvider, boolean) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
-
- asList(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- asList(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- asListener(Object) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
- asListener(Object) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- ASN1Class - Enum in org.apache.sshd.common.util.io.der
-
- 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 in org.apache.sshd.common.util.io.der
-
- 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(V...) - 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>, 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
-
- 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
-
- 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.
- 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
-
- attachSession(IoSession, AbstractSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- attribExtensionNames - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- 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.server.subsystem.sftp.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() - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- attributesToPermissions(Path, Collection<PosixFilePermission>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- attributesToPermissions(boolean, boolean, boolean, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Converts a file / folder's attributes into a mask
- 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_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_METHODS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
This key is used when configuring multi-step authentications.
- AUTH_METHODS - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
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_PROP_NAME - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- AUTH_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
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.
- 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 exception org.apache.sshd.server.auth.AsyncAuthException
-
- 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
- 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, 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, Collection<? extends PublicKey>) - 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, String, ServerSession) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- authenticate(String, String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- authenticateClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext, ClientSession) - Method in interface org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemClientSessionInitializer
-
- AuthenticationIdentitiesProvider - Interface in org.apache.sshd.client.auth
-
- authenticator - Variable in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- AuthFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous authentication requests.
- 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
-
- 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
-
- AUTO_FOLLOW_LINKS - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
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).
- AUTO_WELCOME_BANNER_VALUE - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
Special value that can be set for the
ServerAuthenticationManager.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).
- autowireCreatedService(S) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- available(String) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.SpaceAvailableExtensionImpl
-
- available(String) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.SpaceAvailableExtension
-
- 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.CloseableEmptyInputStream
-
- available() - Method in class org.apache.sshd.common.util.io.EmptyInputStream
-
- available() - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- available() - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- available() - Method in interface org.apache.sshd.common.util.Readable
-
- available() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- AVAILABLE_KEY_LENGTHS - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
-
- await(long) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
- await() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
- await(long, TimeUnit) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long) - 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
-
- awaitUninterruptibly(long) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
- awaitUninterruptibly() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
- 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(long) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- 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
- 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 (see SSHD-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
-
- calculateE() - Method in class org.apache.sshd.common.kex.DHG
-
- calculateE() - Method in class org.apache.sshd.common.kex.ECDH
-
- 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
-
- calculateNextIgnorePacketCount(Random, long, int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- callback - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- callback - Variable in class org.apache.sshd.server.subsystem.sftp.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.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
-
- canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.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.client.subsystem.sftp.impl.AbstractSftpClient
-
- canonicalPath(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
The effective "normalized" remote path
- capacity() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- capacity() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
- CARRIER_GRADE_NAT_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
- CASE_SENSITIVE_ORDER - Static variable in class org.apache.sshd.common.util.GenericUtils
-
- caseInsensitiveMap() - Static method in class org.apache.sshd.common.util.GenericUtils
-
- cbCalled - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- CHANN2HNDLR - Static variable in interface org.apache.sshd.common.channel.ChannelRequestHandler
-
- 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 - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- CHANNEL_CLOSE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to configure the timeout used when writing a close request
on a channel.
- 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_OPEN_TIMEOUT_PROP - Static variable in interface org.apache.sshd.agent.SshAgentServer
-
Value that can be set on the
FactoryManager
or the session to configure the channel open timeout value (millis).
- CHANNEL_OPEN_TIMEOUT_PROP - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
Configuration value on the
FactoryManager
to control the
channel open timeout.
- 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
-
- 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) - 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(List<NamedFactory<Channel>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- channelFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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
-
- channelInitialized(Channel) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
- 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, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelOutputStream(AbstractChannel, Window, long, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelPipedInputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedInputStream(PropertyResolver, Window) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- ChannelPipedInputStream(Window, long) - 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 - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelSession() - Constructor for class org.apache.sshd.client.channel.ChannelSession
-
- ChannelSession - Class in org.apache.sshd.server.channel
-
TODO Add javadocWindowInitTest
- 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 - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- ChannelSession.CommandCloseable - Class in org.apache.sshd.server.channel
-
- ChannelSessionAware - Interface in org.apache.sshd.server
-
- 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() - 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(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.BaseBuilder
-
- ChannelStreamPacketWriterResolver - 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
- ChannelStreamPacketWriterResolverManager - 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
- channelWindowAdjust(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a window adjust packet on a channel
- 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
-
- checkAcceptance(String, Session, SshdSocketAddress) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- checkAttributes(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkAttributesResponse(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkAuthenticationTimeout(long, long) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks if authentication timeout expired
- checkCommandStatus(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- 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.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkDataResponse(int, Buffer, int, byte[], AtomicReference<Boolean>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkDirResponse(int, Buffer, AtomicReference<Boolean>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkExtendedReplyBuffer(Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- checkFileExists(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- checkFileHandle(SftpClient.Handle, Collection<String>, long, long, int) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.CheckFileHandleExtension
-
- checkFileHandle(SftpClient.Handle, Collection<String>, long, long, int) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CheckFileHandleExtensionImpl
-
- CheckFileHandleExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- CheckFileHandleExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements "check-file-handle" extension
- CheckFileHandleExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CheckFileHandleExtensionImpl
-
- checkFileName(String, Collection<String>, long, long, int) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.CheckFileNameExtension
-
- checkFileName(String, Collection<String>, long, long, int) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CheckFileNameExtensionImpl
-
- CheckFileNameExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- CheckFileNameExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements "check-file-name" extension
- CheckFileNameExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CheckFileNameExtensionImpl
-
- checkFingerPrint(String, 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
-
- checkFingerPrint(String, 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 auth and idle timeouts are checked).
- checkHandle(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkHandleResponse(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkIdleTimeout(long, long) - 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, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
-
- checkInstanceOf(Object, Class<T>, String) - 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, Object) - 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
-
- 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(C, 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(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(T[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
-
- checkOneName(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkOneNameResponse(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- checkPassword(Buffer, ServerSession, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
- 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, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
Checks if the incoming response is an SSH_FXP_STATUS
one,
and if so whether the substatus is SSH_FX_OK
.
- checkResponseStatus(int, int, int, String, String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- 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.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- checkSupported(String, int) - Static method in interface org.apache.sshd.common.cipher.Cipher
-
- checkSupported(String) - Static method in class org.apache.sshd.common.digest.DigestUtils
-
- 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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Checks if a proposed version is within supported range.
- chooseDH(int, int, int) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- Cipher - Interface in org.apache.sshd.common.cipher
-
Wrapper for a cryptographic cipher, used either for encryption
or decryption.
- Cipher.Mode - Enum in org.apache.sshd.common.cipher
-
- CIPHER_NAME - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
-
- cipherFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- 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.
- 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
-
- ClassLoadableResourceKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
- ClassLoadableResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- ClassLoadableResourceKeyPairProvider(ClassLoader) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- ClassLoadableResourceKeyPairProvider(String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- ClassLoadableResourceKeyPairProvider(ClassLoader, String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- ClassLoadableResourceKeyPairProvider(Collection<String>) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- ClassLoadableResourceKeyPairProvider(ClassLoader, Collection<String>) - Constructor for 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(boolean) - Method in class org.apache.sshd.common.session.SessionWorkBuffer
-
- 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(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reset read/write positions to zero
- clear(B) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
- clear(boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
- 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
-
- 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.server.subsystem.sftp.Handle
-
- 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_EXTENSIONS_PROP - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
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 interface org.apache.sshd.client.ClientFactoryManager
-
Key used to retrieve the value of the client identification string.
- CLIENT_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the client identification string.
- 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 - Interface in org.apache.sshd.client.channel
-
A client channel used to communicate with the SSH server.
- ClientChannel.Streaming - Enum in org.apache.sshd.client.channel
-
- ClientChannelEvent - Enum in org.apache.sshd.client.channel
-
- 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.
- ClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
-
Watches over a group of files that contains client identities
- 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<? 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<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
- 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, 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
-
- 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
-
- clientIdentityLoader - Variable in class org.apache.sshd.client.ClientBuilder
-
- 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
-
- 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
PROXY protocol.
- ClientProxyConnectorHolder - Interface in org.apache.sshd.client.session
-
- ClientSession - Interface in org.apache.sshd.client.session
-
An authenticated session to a given SSH server.
- ClientSession.ClientSessionEvent - Enum in org.apache.sshd.client.session
-
- ClientSessionCreator - Interface in org.apache.sshd.client.session
-
- ClientSessionHolder - Interface in org.apache.sshd.client.session
-
- ClientSessionImpl - Class in org.apache.sshd.client.session
-
- 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
-
- clientVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- clone() - Method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- 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.scp.ScpLocation
-
- clone() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- clone() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser.Newline
-
- clone() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
-
- clone() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- clone() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
- 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.server.scp.ScpCommandFactory
-
- cloneKeyPair(KeyPair) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- 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
- clonePrivateKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
-
- clonePrivateKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
-
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
-
- clonePrivateKey(PRV) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- 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.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
-
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
-
- 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
-
- clonePublicKey(DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
-
- clonePublicKey(ECPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
-
- clonePublicKey(RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
-
- clonePublicKey(PUB) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- 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.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
-
- 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
-
- 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.scp.SimpleScpClientImpl
-
- 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.client.subsystem.sftp.fs.SftpDirectoryStream
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- close(SftpClient.Handle) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultCloseableHandle
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- close(SftpClient.Handle) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Close the handle obtained from one of the open
methods
- close() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- close() - Method in class org.apache.sshd.client.subsystem.sftp.SftpOutputStreamWithChannel
-
- close(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- 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.Window
-
- close(boolean) - Method in interface org.apache.sshd.common.Closeable
-
Close this resource asynchronously and return a future.
- close() - Method in interface org.apache.sshd.common.Closeable
-
- close(Closeable) - Static method in interface org.apache.sshd.common.Closeable
-
- close() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- 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(boolean) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
- close(Closeable) - Method in class org.apache.sshd.common.util.closeable.Builder
-
- close(boolean) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
-
- close() - Method in class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- close() - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- close() - Method in class org.apache.sshd.common.util.io.NoCloseInputStream
-
- close() - Method in class org.apache.sshd.common.util.io.NoCloseOutputStream
-
- close() - Method in class org.apache.sshd.common.util.io.NoCloseReader
-
- close() - Method in class org.apache.sshd.common.util.io.NoCloseWriter
-
- close() - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- close() - Method in class org.apache.sshd.common.util.io.NullOutputStream
-
- 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() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- close() - Method in interface org.apache.sshd.server.channel.ChannelDataReceiver
-
Called to indicate EOF.
- close(boolean) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- close() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- close() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- close() - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- close() - Method in class org.apache.sshd.server.subsystem.sftp.Handle
-
- CLOSE - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- close() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- close() - Method in class org.apache.sshd.server.subsystem.sftp.TreeLockExecutor
-
- close() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- CLOSE_WAIT_TIMEOUT - Static variable in interface org.apache.sshd.common.Closeable
-
Timeout (milliseconds) for waiting on a
CloseFuture
to successfully
complete its action.
- Closeable - Interface in org.apache.sshd.common
-
A Closeable
is a resource that can be closed.
- closeable - Variable in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
-
- CloseableEmptyInputStream - Class in org.apache.sshd.common.util.io
-
A
/dev/null
stream that can be closed - in which case it will throw
IOException
s if invoked after being closed
- CloseableEmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- CloseableExecutorService - Interface in org.apache.sshd.common.util.threads
-
- CloseableHandle(String, byte[]) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpClient.CloseableHandle
-
- CloseableScpClient - Interface in org.apache.sshd.client.scp
-
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.server.subsystem.sftp.SftpSubsystem
-
- closed(ServerSession, String, Handle, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Specified file / directory has been closed
- closed - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- CloseFuture - Interface in org.apache.sshd.common.future
-
An
SshFuture
for asynchronous close requests.
- 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
-
- 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
-
- closeQuietly(Closeable...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- closeQuietly(Collection<? extends Closeable>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- closeShell(int, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- closing - Variable in class org.apache.sshd.common.util.closeable.SimpleCloseable
-
- closing(ServerSession, String, Handle) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- closing(ServerSession, String, Handle) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Specified file / directory about to be closed
- cmdFuture - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- cmdRunner - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- 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(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
- 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
- command - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- 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_EXIT_TIMEOUT - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
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_WAIT_EVENTS - Static variable in class org.apache.sshd.client.scp.AbstractScpClient
-
- CommandCloseable() - Constructor for class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- commandExitFuture - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- CommandFactory - Interface in org.apache.sshd.server.command
-
A factory of commands.
- commandInstance - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- CommandLifecycle - Interface in org.apache.sshd.server.command
-
- commandStarted - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- 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
- 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(String, String) - Method in class org.apache.sshd.common.file.util.BasePath
-
- compare(char[], char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Compares 2 character arrays - Note: null
and empty
are considered equal
- compareDSAKeys(DSAPublicKey, DSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- compareDSAKeys(DSAPrivateKey, DSAPrivateKey) - 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(PublicKey, PublicKey) - 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
-
- comparePreferredKexProposalOption(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- compareRSAKeys(RSAPublicKey, RSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- compareRSAKeys(RSAPrivateKey, RSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- compareTo(Digest) - Method in class org.apache.sshd.common.digest.BaseDigest
-
- 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(VersionInfo) - Method in class org.apache.sshd.common.util.VersionInfo
-
- 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
-
- Compression - Interface in org.apache.sshd.common.compression
-
Interface used to compress the stream of data between the
SSH server and clients.
- Compression.Type - Enum in org.apache.sshd.common.compression
-
Enum identifying if this object will be used to compress
or uncompress data.
- COMPRESSION_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- CompressionConfigValue - Enum in org.apache.sshd.common.config
-
- 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(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 unless null
.
- 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.server.subsystem.sftp.Handle
-
- computeRootDir(Session) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- 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
-
- 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
-
- configure(S, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- configureCiphers(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureCiphers(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
-
- configureCompression(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureKeyExchanges(M, PropertyResolver, boolean, Function<? super DHFactory, ? extends NamedFactory<KeyExchange>>, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureKeyExchanges(M, String, boolean, Function<? super DHFactory, ? extends NamedFactory<KeyExchange>>, 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
-
- configureMacs(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
-
- configureSignatures(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- connect(String, String, int) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- connect(HostConfigEntry, 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_TIME_PROP_NAME - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- 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, FactoryManager, IoHandler) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- 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
-
- constant(int) - Static method in class org.apache.sshd.common.util.Int2IntFunction
-
- constructAclCapabilities(Collection<Integer>) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- CONSTRUCTED - Static variable in class org.apache.sshd.common.util.io.der.ASN1Object
-
- consume(long) - Method in class org.apache.sshd.common.channel.Window
-
- consumeAndCheck(long) - Method in class org.apache.sshd.common.channel.Window
-
- 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
-
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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_BUFSIZE_PROP - Static variable in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- copyData(SftpClient.Handle, long, long, SftpClient.Handle, long) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.CopyDataExtension
-
- copyData(SftpClient.Handle, long, long, SftpClient.Handle, long) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CopyDataExtensionImpl
-
- CopyDataExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
Implements the "copy-data" extension
- CopyDataExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements the "copy-data" extension
- CopyDataExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CopyDataExtensionImpl
-
- copyFile(String, String, boolean) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.CopyFileExtension
-
- copyFile(String, String, boolean) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CopyFileExtensionImpl
-
- CopyFileExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- CopyFileExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements the "copy-file" extension
- CopyFileExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.CopyFileExtensionImpl
-
- 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
-
- CoreModuleProperties - Class in org.apache.sshd.core
-
Configurable properties for sshd-core.
- couldHoldIncluded(String) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Tests whether or not a name matches the start of at least one include
pattern.
- create() - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- create() - Method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- create() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- create() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
-
- create() - Method in class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
-
- create() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- create() - Method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientUserAuthServiceFactory
-
- create(SftpClient, RawSftpClient) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.SftpClientExtensionFactory
-
- create(SftpClient, RawSftpClient, Map<String, byte[]>, Map<String, ?>) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.SftpClientExtensionFactory
-
- create(String, List<String>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- create() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- create() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
-
- create() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
-
- create() - Method in interface org.apache.sshd.common.Factory
-
- create(String, List<String>) - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- create(String, String...) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- create(String, Collection<String>) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- create(String, List<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.BasePath
-
- create(String, List<String>) - Method in class org.apache.sshd.common.file.util.BasePath
-
- create(ConnectionService) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- create(ConnectionService) - Method in interface org.apache.sshd.common.forward.ForwardingFilterFactory
-
Creates the forwarder to be used for TCP/IP port forwards for this session.
- create() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- 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(Object...) - Method in interface org.apache.sshd.common.kex.DHFactory
-
- create() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- 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() - Method in class org.apache.sshd.common.random.JceRandomFactory
-
- create() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
-
- create(Session) - Method in interface org.apache.sshd.common.ServiceFactory
-
- 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() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
-
- create() - Method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- create() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
-
- create() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- create() - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
-
- create() - Method in class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
-
- create() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- create() - Method in class org.apache.sshd.server.auth.UserAuthNoneFactory
-
- create() - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
-
- create() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerUserAuthServiceFactory
-
- create() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- create() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- createAcceptor(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
-
- createAcceptor(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- createAcceptor() - Method in class org.apache.sshd.server.SshServer
-
- createAgentForwardSupport(AbstractSession) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- createBuffer(byte) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- 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) - 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 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, 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 interface org.apache.sshd.client.session.ClientSession
-
Create a channel of the given type and sub-type.
- 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.BaseRC4Cipher
-
- createClient() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- createClient(FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- createClient(FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- createClient(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.client.subsystem.sftp.fs.SftpFileSystemClientSessionInitializer
-
- createCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- createCommand(String) - Method in interface org.apache.sshd.server.command.CommandFactory
-
Create a command with the given name.
- createCommand(String) - Method in class org.apache.sshd.server.shell.ProcessShellCommandFactory
-
- createCommand(String) - Method in class org.apache.sshd.server.shell.UnknownCommandFactory
-
- createConnectCompletionListener(ConnectFuture, String, SocketAddress, KeyIdentityProvider, boolean) - Method in class org.apache.sshd.client.SshClient
-
- createConnectionCompletionHandler(IoConnectFuture, AsynchronousSocketChannel, AttributeRepository, FactoryManager, 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.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- created(ServerSession, Path, Map<String, ?>, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called after creating a directory
- createDefaultInstance(Class<?>, Class<T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
- createDefaultInstance(ClassLoader, Class<T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
- createDefaultInstance(Iterable<? extends ClassLoader>, Class<T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
- createDefaultSftpClient(ClientSession, SftpVersionSelector) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClientFactory
-
- createDelegateAuthenticator(String, ServerSession, Path, Collection<AuthorizedKeyEntry>, PublicKeyEntryResolver) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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(PtyMode...) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
- createEnabledOptions(Collection<PtyMode>) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
- createExecChannel(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createExecChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to execute a command.
- createFileSystem(Session) - Method in interface org.apache.sshd.common.file.FileSystemFactory
-
Create user specific file system.
- createFileSystem(Session) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
- createFileSystem(Session) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- createFileSystemURI(String, int, String, String) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- createFileSystemURI(String, int, String, String, Map<String, ?>) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- createFormattedException(Function<? super String, ? extends T>, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
-
- createForwardingFilter(AbstractSession) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- createGeneratorHostKeyProvider(Path) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
- createHostPattern(String, int) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
- createInvertedShell() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- createKeyPairProvider(Map<String, KeyPair>, boolean) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
-
- 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(int, String, String, boolean) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- createLink(int, String, String, boolean) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
- createProviderInstance(Class<?>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
-
- 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.client.scp.ScpClient
-
- 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, ScpFileOpener, ScpTransferEventListener) - Method in class org.apache.sshd.client.scp.DefaultScpClientCreator
-
- createScpClient(ClientSession) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession, ScpTransferEventListener) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession, ScpFileOpener) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(ClientSession, ScpFileOpener, ScpTransferEventListener) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
Create an SCP client from this session.
- createScpClient(IOFunction<? super SimpleClient, ? extends ClientSession>) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- createScpClient(ClientSession) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- createScpClient(ClientSession, ScpClient) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- createScpSourceStreamResolver(Session, Path) - Method in class org.apache.sshd.common.scp.helpers.DefaultScpFileOpener
-
- createScpSourceStreamResolver(Session, Path) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
- createScpTargetStreamResolver(Session, Path) - Method in class org.apache.sshd.common.scp.helpers.DefaultScpFileOpener
-
- createScpTargetStreamResolver(Session, Path) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
- createSecurityEntityFactory(Class<T>, Predicate<? super SecurityProviderRegistrar>) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
- createSendCommand(String, Collection<ScpClient.Option>) - Static method in interface org.apache.sshd.client.scp.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(Nio2Acceptor, SocketAddress, AsynchronousSocketChannel, IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
-
- createSession(FactoryManager, IoHandler, AsynchronousSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
-
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- 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
-
- createSftpClient(ClientSession, SftpVersionSelector) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClientFactory
-
- createSftpClient(IOFunction<? super SimpleClient, ? extends ClientSession>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- createSftpClient(ClientSession) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- createSftpClient(ClientSession, SftpClient) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- createSftpClient(ClientSession) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
Create an SFTP client from this session.
- createSftpClient(ClientSession, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
Creates an SFTP client using the specified version
- createSftpClient(ClientSession, SftpVersionSelector) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(SftpFileSystemProvider, SftpFileSystemInitializationContext, ClientSession, SftpVersionSelector) - Method in interface org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemClientSessionInitializer
-
- createSftpFileSystem(ClientSession, SftpVersionSelector, int, int) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClientFactory
-
- createSftpFileSystem(ClientSession) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(ClientSession, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(ClientSession, SftpVersionSelector) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(ClientSession, int, int, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(ClientSession, int, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createSftpFileSystem(ClientSession, SftpVersionSelector, int, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- createShellChannel() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createShellChannel() - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to start a shell.
- 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
-
- 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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- createTime(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- createTime(long, TimeUnit) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- createTime(FileTime) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- createUnsupportedCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- createX11ForwardSupport(AbstractSession) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- creating(ServerSession, Path, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- creating(ServerSession, Path, Map<String, ?>) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called prior to creating a directory
- creationTime() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- CredentialHelper - Class in org.apache.sshd.server.auth.gss
-
Simple helper class which gets GSS credential using a fixed Krb5 login configuration.
- creds(GSSManager, String, String) - Static method in class org.apache.sshd.server.auth.gss.CredentialHelper
-
- 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
- current - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- CURRENT - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- CURRENT_USER_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
- currentIdentities - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
-
- 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
-
- currentWrite - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- 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
-
- data(byte[], int, int) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
Receive binary data
- 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.server.subsystem.sftp.SftpSubsystem
-
- 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
-
- debugEnabled - Variable in class org.apache.sshd.common.future.AbstractSshFuture
-
- decode(Buffer) - Static method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- decode(Buffer, OpenSSHStatExtensionInfo) - Static method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- decode() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Decode the incoming buffer and handle packets as needed.
- decode(Buffer) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- decode(Buffer, SpaceAvailableExtensionInfo) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- decodeAclCapabilities(int) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- decodeAclEntryType(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- decodeAclFlags(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- decodeAclMask(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- decodeACLs(Buffer, int) - Static method in class org.apache.sshd.common.subsystem.sftp.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:
- decodeECPrivateKeySpec(InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to rfc5915 is:
- decodeECPrivateKeySpec(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
- decodeECPublicKeyValue(ECCurves, DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to rfc5915 is:
- 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(InputStream) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- decodeLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- decodePEMPrivateKeyPKCS8(List<Integer>, byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
-
- decodePEMPrivateKeyPKCS8(String, 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, 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
-
- 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
-
- 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
-
- decodePrivateKeyBytes(byte[], String, int, String, String) - Static method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
-
- decodePrivateKeyBytes(byte[], String, String, int, byte[], byte[]) - Static method in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
-
- decodePublicKey(SessionContext, String, InputStream) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
-
- decodePublicKey(SessionContext, String, InputStream) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
-
- decodePublicKey(SessionContext, String, InputStream) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
-
- decodePublicKey(SessionContext, String, byte...) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
- decodePublicKey(SessionContext, String, byte[], int, int) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
- decodePublicKey(SessionContext, String, InputStream) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
- decodePublicKey(SessionContext, String, InputStream) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
-
- decodePublicKeyByType(SessionContext, String, InputStream) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
- 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(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
-
- deconstructAclCapabilities(int) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- 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.client.subsystem.sftp.fs.SftpFileSystemClientSessionInitializer
-
- 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.server.subsystem.sftp.SftpErrorStatusDataHandler
-
- DEFAULT - Static variable in interface org.apache.sshd.server.subsystem.sftp.SftpFileSystemAccessor
-
- DEFAULT_ACL_SUPPORTED_MASK - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- DEFAULT_AGENT_FORWARDING - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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.common.signature.SignatureRSA
-
- 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_APPEND_END_OF_LIST_INDICATOR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- DEFAULT_AUTH_TIME - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- DEFAULT_AUTH_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_AUTHENTICATION_TIMEOUT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- DEFAULT_AUTO_FOLLOW_LINKS - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- DEFAULT_BACKLOG - Static variable in interface org.apache.sshd.common.io.IoAcceptor
-
- DEFAULT_BANNER_PHASE - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
- 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_BUFFER_SIZE - Static variable in class org.apache.sshd.server.shell.InvertedShellWrapper
-
Default buffer size for the I/O pumps.
- DEFAULT_CHANNEL_CLOSE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- 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.client.subsystem.sftp.SftpClient
-
Default modes for opening a channel if no specific modes specified
- DEFAULT_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.agent.SshAgentServer
-
- DEFAULT_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- DEFAULT_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- DEFAULT_CIPHER_MODE - Static variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- DEFAULT_CIPHERS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_CIPHERS_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
- DEFAULT_CLIENT_IDENTITY_LOADER - Static variable in class org.apache.sshd.client.ClientBuilder
-
- DEFAULT_CLOSE_WAIT_TIMEOUT - Static variable in interface org.apache.sshd.common.Closeable
-
- DEFAULT_COLUMNS_COUNT - Static variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- DEFAULT_COMMAND_EXIT_TIMEOUT - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
- 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_TIME - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- 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.common.scp.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_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
- DEFAULT_DIGEST - Static variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
- DEFAULT_DIR_OCTAL_PERMISSIONS - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- DEFAULT_DISCONNECT_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_EXCLUSIVE_IDENTITIES - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- DEFAULT_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT - Static variable in interface org.apache.sshd.client.scp.ScpClient
-
- DEFAULT_EXEC_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.client.scp.ScpClient
-
- DEFAULT_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- DEFAULT_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- DEFAULT_FILE_OCTAL_PERMISSIONS - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- 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
-
- DEFAULT_FORWARD_REQUEST_TIMEOUT - Static variable in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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_HEARTBEAT_INTERVAL - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
- DEFAULT_HEIGHT - Static variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- DEFAULT_HEX_SEPARATOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
-
- DEFAULT_HEXDUMP_CHUNK_SIZE - 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_HOST_KEY_ALGORITHMS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_IDLE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_IGNORE_INVALID_IDENTITIES - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
- DEFAULT_IGNORE_MESSAGE_FREQUENCY - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_IGNORE_MESSAGE_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_IGNORE_MESSAGE_VARIANCE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyUtils
-
- DEFAULT_INTERACTIVE_AUTHENTICATOR - Static variable in class org.apache.sshd.server.ServerBuilder
-
- DEFAULT_INTERACTIVE_LANGUAGE_TAG - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- DEFAULT_INTERACTIVE_SUBMETHODS - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- DEFAULT_KB_INTERACTIVE_ECHO_PROMPT - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- DEFAULT_KB_INTERACTIVE_INSTRUCTION - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- DEFAULT_KB_INTERACTIVE_LANG - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- DEFAULT_KB_INTERACTIVE_NAME - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- DEFAULT_KB_INTERACTIVE_PROMPT - Static variable in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- DEFAULT_KEEP_ALIVE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
- DEFAULT_KEX_ALGORITHMS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_KEX_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
- DEFAULT_KEY_LENGTH - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
-
- DEFAULT_LIMIT_PACKET_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- 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
-
- DEFAULT_MACS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_MAX_AUTH_REQUESTS - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
- DEFAULT_MAX_AUTH_TRIES - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_MAX_CHANNELS - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- DEFAULT_MAX_IDENTIFICATION_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_MAX_OPEN_HANDLES - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- DEFAULT_MAX_PACKET_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_MAX_READDATA_PACKET_LENGTH - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- DEFAULT_MAX_READDIR_DATA_SIZE - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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_NAME - Static variable in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- DEFAULT_NAME_DECODER_CHARSET - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- DEFAULT_NAME_DECODING_CHARSET - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- DEFAULT_NIO2_MIN_WRITE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_NIO2_READ_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_NIO_WORKERS - Static variable in interface org.apache.sshd.common.FactoryManager
-
Default number of worker threads to use if none set - the number
of available processors + 1
- DEFAULT_OPEN_SSH_EXTENSIONS - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- DEFAULT_OPEN_SSH_EXTENSIONS_NAMES - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- DEFAULT_PARSERS - Static variable in class org.apache.sshd.common.config.keys.loader.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_PASSWORD_PROMPTS - Static variable in interface org.apache.sshd.client.ClientAuthenticationManager
-
- DEFAULT_POLICY - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- DEFAULT_POOL_SIZE - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- DEFAULT_PORT - Static variable in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- DEFAULT_PORT - Static variable in class org.apache.sshd.common.SshConstants
-
- DEFAULT_PROXY_AUTH_CHANNEL_TYPE - Static variable in interface org.apache.sshd.agent.SshAgentFactory
-
- DEFAULT_PROXY_CHANNEL_TYPE - Static variable in interface org.apache.sshd.agent.SshAgentServer
-
- DEFAULT_PTY_MODES - Static variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- 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_PUMP_SLEEP_TIME - Static variable in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- 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.common.scp.ScpHelper
-
- DEFAULT_REKEY_BYTES_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_REKEY_PACKETS_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_REKEY_TIME_LIMIT - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_REKEY_TIME_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_REQUEST_EXEC_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelExec
-
- DEFAULT_REQUEST_SHELL_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelShell
-
- DEFAULT_REQUEST_SUBSYSTEM_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelSubsystem
-
- DEFAULT_REUSE_ADDRESS - Static variable in interface org.apache.sshd.common.io.IoService
-
Socket reuse address.
- DEFAULT_ROWS_COUNT - Static variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- 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.common.scp.ScpHelper
-
- DEFAULT_SEND_REPLY_FOR_CHANNEL_DATA - Static variable in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- 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_SIGNATURE_PREFERENCE - Static variable in class org.apache.sshd.common.BaseBuilder
-
- 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_STOP_WAIT_TIME - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_SUBSTATUS_MESSAGE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- DEFAULT_SUPPORTED_CLIENT_EXTENSIONS - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
The default reported supported client extensions (case insensitive)
- DEFAULT_SYSLOG_FACILITY - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- DEFAULT_TCP_FORWARDING - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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_TRANSFER_BUFFER_SIZE - Static variable in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- DEFAULT_UNIX_VIEW - Static variable in interface org.apache.sshd.server.subsystem.sftp.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
-
- DEFAULT_VISUAL_HOST_KEY - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- DEFAULT_WAIT_FOR_SPACE_TIMEOUT - Static variable in class org.apache.sshd.common.channel.ChannelOutputStream
-
- DEFAULT_WAIT_TIMEOUT - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- DEFAULT_WELCOME_BANNER_LANGUAGE - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
- DEFAULT_WIDTH - Static variable in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- DEFAULT_WINDOW_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_WINDOW_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- DEFAULT_WRITE_CHUNK_SIZE - Static variable in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- DEFAULT_X11_BASE_PORT - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- DEFAULT_X11_BIND_HOST - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- DEFAULT_X11_DISPLAY_OFFSET - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- DEFAULT_X11_FORWARDING - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- DEFAULT_X11_MAX_DISPLAYS - Static variable in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- 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
-
- 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(Path, boolean, LinkOption...) - 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
-
- DefaultClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
-
- 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
-
- 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(boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
-
- DefaultCloseableHandle - Class in org.apache.sshd.client.subsystem.sftp.impl
-
- DefaultCloseableHandle(SftpClient, String, byte[]) - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.DefaultCloseableHandle
-
- DefaultCloseFuture - Class in org.apache.sshd.common.future
-
- 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
-
- DefaultConnectFuture(Object, Object) - Constructor for class org.apache.sshd.client.future.DefaultConnectFuture
-
- defaultDir - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- DefaultForwarderFactory - Class in org.apache.sshd.common.forward
-
- DefaultForwarderFactory() - Constructor for class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- DefaultForwardingFilter - Class in org.apache.sshd.common.forward
-
Requests a "tcpip-forward" action
- DefaultForwardingFilter(ConnectionService) - Constructor for class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- DefaultGroupPrincipal(String) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem.DefaultGroupPrincipal
-
- DefaultGroupPrincipal - Class in org.apache.sshd.server.subsystem.sftp
-
- DefaultGroupPrincipal(String) - Constructor for class org.apache.sshd.server.subsystem.sftp.DefaultGroupPrincipal
-
- 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
-
- DefaultKeyboardInteractiveAuthenticator - Class in org.apache.sshd.server.auth.keyboard
-
- 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
-
- DefaultOpenFuture(Object, Object) - Constructor for class org.apache.sshd.client.future.DefaultOpenFuture
-
- DefaultScpClient - Class in org.apache.sshd.client.scp
-
- DefaultScpClient(ClientSession, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.client.scp.DefaultScpClient
-
- DefaultScpClientCreator - Class in org.apache.sshd.client.scp
-
TODO Add javadoc
- DefaultScpClientCreator() - Constructor for class org.apache.sshd.client.scp.DefaultScpClientCreator
-
- DefaultScpFileOpener - Class in org.apache.sshd.common.scp.helpers
-
- DefaultScpFileOpener() - Constructor for class org.apache.sshd.common.scp.helpers.DefaultScpFileOpener
-
- DefaultScpStreamResolver - Class in org.apache.sshd.client.scp
-
- DefaultScpStreamResolver(String, Path, Collection<PosixFilePermission>, ScpTimestamp, long, InputStream, String) - Constructor for class org.apache.sshd.client.scp.DefaultScpStreamResolver
-
- DefaultSftpClient - Class in org.apache.sshd.client.subsystem.sftp.impl
-
- DefaultSftpClient(ClientSession) - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- DefaultSftpClientFactory - Class in org.apache.sshd.client.subsystem.sftp.impl
-
TODO Add javadoc
- DefaultSftpClientFactory() - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClientFactory
-
- DefaultSshFuture<T extends SshFuture> - Class in org.apache.sshd.common.future
-
- 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(String) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem.DefaultUserPrincipal
-
- DefaultUserPrincipal - Class in org.apache.sshd.server.subsystem.sftp
-
- DefaultUserPrincipal(String) - Constructor for class org.apache.sshd.server.subsystem.sftp.DefaultUserPrincipal
-
- DefaultUserPrincipalLookupService() - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem.DefaultUserPrincipalLookupService
-
- 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
-
- DELAYED_ZLIB - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
-
- DelegateCloseable() - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
-
- DelegatingServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
- DelegatingServerKeyVerifier() - Constructor for class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
-
- delete(Path) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- delete(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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
-
- 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
-
- 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() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- destroy() - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- destroy() - 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() - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- destroy() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- destroy() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- destroy() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- destroying(ServerSession) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- destroying(ServerSession) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called when subsystem is destroyed since it was closed
- DEV_NULL - Static variable in class org.apache.sshd.common.util.io.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
-
- DHGClient - Class in org.apache.sshd.client.kex
-
Base class for DHG key exchange algorithms.
- DHGClient(DHFactory) - Constructor for class org.apache.sshd.client.kex.DHGClient
-
- DHGEXClient - Class in org.apache.sshd.client.kex
-
- DHGEXClient(DHFactory) - Constructor for class org.apache.sshd.client.kex.DHGEXClient
-
- DHGEXServer - Class in org.apache.sshd.server.kex
-
- DHGEXServer(DHFactory) - 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.
- DHGServer - Class in org.apache.sshd.server.kex
-
- DHGServer(DHFactory) - Constructor for class org.apache.sshd.server.kex.DHGServer
-
- 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
-
- DIFFIE_HELLMAN_GROUP1_SHA1 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
-
- 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
-
- 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 - Interface in org.apache.sshd.common.digest
-
Interface used to compute digests, based on algorithms such as MD5 or SHA1.
- digest() - Method in interface org.apache.sshd.common.digest.Digest
-
- 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
-
- DirectoryHandle - Class in org.apache.sshd.server.subsystem.sftp
-
- DirectoryHandle(SftpSubsystem, Path, String) - Constructor for class org.apache.sshd.server.subsystem.sftp.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(String, 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
-
- DirEntry(String, String, SftpClient.Attributes) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpClient.DirEntry
-
- 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 interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of the disconnect timeout which
is used when a disconnection is attempted.
- 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.
- 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.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
-
- doBlock(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doBlock(int, String, long, long, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doBlock(int, String, long, long, int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doCheckFileHash(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCheckFileHash(int, Path, NamedFactory<? extends Digest>, long, long, int, Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCheckFileHash(int, String, String, Collection<String>, long, long, int, Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCheckFileHash(int, String, String, Collection<String>, long, long, int, Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doClose(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doClose(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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.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, boolean) - Method in class org.apache.sshd.client.SshClient
-
- doCopyData(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCopyData(int, String, long, long, String, long) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCopyData(int, String, long, long, String, long) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doCopyFile(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCopyFile(int, String, String, boolean) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doCopyFile(int, String, String, Collection<CopyOption>) - Method in class org.apache.sshd.server.subsystem.sftp.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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.BaseMac
-
- 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 interface org.apache.sshd.common.mac.Mac
-
- doFSetStat(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doFSetStat(int, String, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doFSetStat(int, String, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doFStat(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doFStat(int, String, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doFStat(int, String, int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doGetHash(Object, Collection<String>, long, long, int) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractCheckFileExtension
-
- doGetHash(Object, long, long, byte[]) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractMD5HashExtension
-
- doGetKeyPairs(SessionContext, ClientIdentityProvider) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
-
- doGetStat(Object) - Method in class org.apache.sshd.client.subsystem.sftp.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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doInit(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doInitialAuth(ServerSession, String, KeyboardInteractiveAuthenticator, Buffer) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractive
-
- doInitSignature(String, boolean) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Initializes the internal signature instance
- doLink(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doLink(int, String, String, boolean) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doLoadKeys(SessionContext, R) - 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, NamedResource, InputStream, FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
-
- doLoadKeys(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- doLStat(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doLStat(int, String, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMakeDirectory(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMakeDirectory(int, String, Map<String, ?>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMD5Hash(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMD5Hash(int, String, String, long, long, byte[]) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMD5Hash(int, Path, long, long, byte[]) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doMD5Hash(int, String, String, long, long, byte[]) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpen(int, String, int, int, Map<String, Object>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpen(int, String, int, int, Map<String, Object>) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doOpen() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- doOpenDir(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpenDir(int, String, Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpenDir(int, String, Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doOpenPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- doOpenSSHFsync(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpenSSHFsync(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpenSSHFsync(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doOpenSSHHardLink(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doOpenSSHHardLink(int, String, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doProcess(Buffer, int, int, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doProcess(Buffer, int, int, int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doRead(List<ByteBuffer>, long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- doRead(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRead(int, String, long, int, byte[], int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRead(int, String, long, int, byte[], int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doReadCycle(ByteBuffer, Readable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- doReadCycle(ByteBuffer, Nio2CompletionHandler<Integer, Object>) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- doReadDir(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doReadDir(int, String, DirectoryHandle, Buffer, int, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doReadDir(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.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(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doReadLink(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRealPath(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRealPathV345(int, String, Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRealPathV6(int, String, Collection<String>, Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRemove(int, Path) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRemove(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRemove(int, String, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRemoveDirectory(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRemoveDirectory(int, String, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRename(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRename(int, String, String, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doRename(int, String, String, Collection<CopyOption>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSetAttributes(Path, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSetStat(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSetStat(int, String, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSpaceAvailable(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSpaceAvailable(int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doStat(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doStat(int, String, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSymLink(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doSymLink(int, String, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doTextSeek(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doTextSeek(int, String, long) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doTextSeek(int, String, long) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doUnblock(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doUnblock(int, String, long, long) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doUnblock(int, String, long, long) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- doUnsupported(Buffer, int, int, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doUnsupportedExtension(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doVersionSelect(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doVersionSelect(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- downcast() - Static method in class org.apache.sshd.common.util.GenericUtils
-
- download(String[], String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- download(String[], Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- download(String, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- download(String, String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- download(String, FileSystem, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- download(String, OutputStream) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- download(String, FileSystem, Path, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- download(String, String, ScpClient.Option...) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String, String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String, Path, ScpClient.Option...) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String, Path, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String, OutputStream) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String[], String, ScpClient.Option...) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String[], Path, ScpClient.Option...) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String[], String, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- download(String[], Path, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- downloadBytes(String) - Method in interface org.apache.sshd.client.scp.ScpClient
-
- doWrite(List<ByteBuffer>, long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- doWrite(Buffer, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doWrite(int, String, long, int, byte[], int, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- doWrite(int, String, long, int, byte[], int, int) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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
-
- DSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
-
- 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.common.config.keys.loader.putty
-
- DSSPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.DSSPuttyKeyDecoder
-
- dumpHex(SimplifiedLog, String, PropertyResolver) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- 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
-
- 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
-
- duration(String) - Static method in interface org.apache.sshd.common.Property
-
- duration(String, 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
-
- durationOf(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
- durationOf(Map<TimeValueConfig, ? extends Number>) - Static method in enum 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
-
- durationSec(String) - Static method in interface org.apache.sshd.common.Property
-
- durationSec(String, Duration) - Static method in interface org.apache.sshd.common.Property
-
- DynamicPortForwardingTracker - Class in org.apache.sshd.client.session.forward
-
- DynamicPortForwardingTracker(ClientSession, SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.session.forward.DynamicPortForwardingTracker
-
- e - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- 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_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 in org.apache.sshd.common.cipher
-
Utilities for working with elliptic curves.
- ECCurves.Constants - Class in org.apache.sshd.common.cipher
-
- ECCurves.ECPointCompression - Enum 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(ECCurves) - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDH(ECParameterSpec) - 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
-
- 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.common.config.keys.loader.putty
-
TODO Add javadoc
- ECDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.ECDSAPuttyKeyDecoder
-
- 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
-
- ecPointToOctetString(String, ECPoint) - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
- ED25519 - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
-
- 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
-
- Ed25519PublicKeyDecoder - Class in org.apache.sshd.common.util.security.eddsa
-
- 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
-
- EdDSAPuttyKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.putty
-
TODO Add javadoc
- EdDSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.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
-
- 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 interface org.apache.sshd.common.scp.ScpTransferEventListener
-
An "empty" implementation to be used instead of null
s
- 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.logging.SimplifiedLog
-
- EMPTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderChoice
-
- EMPTY - Static variable in class org.apache.sshd.server.auth.BuiltinUserAuthFactories.ParseResult
-
- 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.client.subsystem.sftp.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
-
- EMPTY_KEYS_PROVIDER - Static variable in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
- 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
-
- EMPTY_STRING_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
-
- emptyIfNull(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- EmptyInputStream - Class in org.apache.sshd.common.util.io
-
A /dev/null
implementation - always open
- EmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.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.
- encode(Buffer, OpenSSHStatExtensionInfo) - Static method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- encode(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Encode a buffer into the SSH protocol.
- encode(Buffer, SpaceAvailableExtensionInfo) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- encodeAclEntryType(AclEntryType) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Returns the equivalent SFTP value for the ACL type
- encodeAclFlags(Collection<AclEntryFlag>) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- encodeAclMask(Collection<AclEntryPermission>) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- encodeACLs(B, int, Collection<? extends AclEntry>) - Static method in class org.apache.sshd.common.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- encodeECPoint(ECPoint, ECParameterSpec) - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
- encodeECPoint(ECPoint, EllipticCurve) - Static method in enum 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(OutputStream, DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
-
- encodePrivateKey(OutputStream, ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
-
- encodePrivateKey(OutputStream, PRV) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
-
Encodes the
PrivateKey
using the
OpenSSH
format - same
one used by the
decodePublicKey
method(s)
- encodePrivateKey(OutputStream, EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
-
- 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, PUB) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
Encodes the
PublicKey
using the
OpenSSH
format - same
one used by the
decodePublicKey
method(s)
- encodePublicKey(OutputStream, EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
-
- 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
-
- ENCRYPTION_HEADER - Static variable in class org.apache.sshd.common.config.keys.loader.putty.AbstractPuttyKeyDecoder
-
- 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
-
- 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
-
- endFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, Throwable) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- endFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>, Throwable) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- endFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>, Throwable) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- endFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>, Throwable) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- endsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
-
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
-
- endsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
-
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
-
- endsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
-
- 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
-
- ensureDirectory(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- 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
-
- 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.server.channel.ChannelSession
-
- env - Variable in class org.apache.sshd.server.subsystem.sftp.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_LINES - Static variable in interface org.apache.sshd.server.Environment
-
Key for the lines 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 - Interface in org.apache.sshd.server
-
Interface providing access to the environment map and allowing the registration
of listeners for certain signals.
- 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
- eofReceived - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- eofSent - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- EOL - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
The local O/S line separator
- equals(Object) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- equals(Object) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem.DefaultUserPrincipal
-
- equals(Object) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultCloseableHandle
-
- equals(Object) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Handle
-
- 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.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.scp.ScpLocation
-
- equals(Object) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- equals(Object) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser.Newline
-
- equals(Object) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
-
- equals(Object) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- equals(byte[], byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
- equals(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
- 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(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.util.VersionInfo
-
- 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.server.subsystem.sftp.PrincipalBase
-
- 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.subsystem.sftp.SftpSubsystem
-
- ERROR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- error - Variable in class org.apache.sshd.server.scp.ScpCommand
-
- 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
-
- 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
- EventListenerUtils - Class in org.apache.sshd.common.util
-
- EventNotifier<E> - Interface in org.apache.sshd.common.util
-
Notify about the occurrence of an event
- exceptionCaught(Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- 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(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- 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.server.x11.DefaultX11ForwardSupport
-
- 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)
- exec(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the specified command and return the output
(both stdout and stderr).
- execute(ScpHelper, Collection<T>, Collection<ScpClient.Option>) - Method in interface org.apache.sshd.client.scp.AbstractScpClient.ScpOperationExecutor
-
- execute(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- executeExtendedCommand(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.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, Charset) - 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
- executeSupportedCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- executeSupportedCommand(String) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- executor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- executor - Variable in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- executorService - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- executorService - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- ExecutorServiceCarrier - Interface in org.apache.sshd.common.util.threads
-
- exhaustCurrentIdentities(Iterator<? extends KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Attempts to find the first non-
null
KeyPair
- EXISTS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
-
- exists() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
- ExitCallback - Interface in org.apache.sshd.server
-
Callback used by the shell to notify the SSH server is has exited
- 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
-
- 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
-
- 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
-
- EXT_ACL_SUPPORTED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_CHECK_FILE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_CHECK_FILE_HANDLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_CHECK_FILE_NAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_COPY_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_COPY_FILE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_MD5_HASH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_MD5_HASH_HANDLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_NEWLINE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_SPACE_AVAILABLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_SUPPORTED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_SUPPORTED2 - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_TEXT_SEEK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_VENDOR_ID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_VERSION_SELECT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- EXT_VERSIONS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- extensionNames - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- extensionNames - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- ExtensionParser<T> - Interface in org.apache.sshd.common.subsystem.sftp.extensions
-
- extensions(Map<String, byte[]>) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- extensions - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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.common.config.keys.loader.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[]) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Makes an attempt to detect if the signature is encoded or pure data
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<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, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
-
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
-
- g - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- 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.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.server.subsystem.sftp.SftpSubsystem
-
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
-
- generateInitializationVector(int) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
-
- generateInitializationVector(int) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
-
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
-
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
-
- generateKeyPair(int) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- generateKeyPair(String, int) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- 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
-
- 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 type
Number
.
- 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(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
-
- GenericMapPopulator(M) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
-
- GenericUtils - Class in org.apache.sshd.common.util
-
- 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(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() - 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
- get() - Method in interface org.apache.sshd.common.Factory
-
- 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
-
- get(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
-
- get(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
-
- get() - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
-
- get() - Method in interface org.apache.sshd.common.util.ObjectBuilder
-
- get(String) - Static method in enum org.apache.sshd.server.Signal
-
Retrieves a signal value given its name
- get(int) - Static method in enum org.apache.sshd.server.Signal
-
Retrieves a signal value given its numeric value
- 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.server.subsystem.sftp.FileHandle
-
- getAccessTime() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- getAcl() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpAclFileAttributeView
-
- getAcl() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- getAclCapabilityName(int) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- getAclCapabilityNamesMap() - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- getAclCapabilityValue(String) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- getAclCapabilityValuesMap() - Static method in class org.apache.sshd.common.subsystem.sftp.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 org.apache.sshd.common.cipher.BuiltinCiphers
-
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.CipherNone
-
- getAlgorithm() - Method in enum 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.digest.BaseDigest
-
- getAlgorithm() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
-
- getAlgorithm() - Method in class org.apache.sshd.common.mac.BaseMac
-
- getAlgorithm() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- getAlgorithm() - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- 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
-
- getAlias() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- 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
-
- 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(String) - Method in class org.apache.sshd.client.subsystem.sftp.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(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(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.server.subsystem.sftp.Handle
-
- getAttributes() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.DirEntry
-
- getAttributes(Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.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.server.subsystem.sftp.Handle
-
- getAuthCommandName(int) - Static method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- 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
-
- 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.
- 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 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 org.apache.sshd.common.mac.BuiltinMacs
-
- getBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
-
- getBLString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- getBool(Boolean) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- getBoolean(String) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getBoolean(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getBoolean(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getBoolean() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- getBooleanProperty(String, boolean) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getBooleanProperty(PropertyResolver, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getBooleanProperty(Map<String, ?>, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getBooleanSettingValue(Map<PtyMode, ?>, PtyMode) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
- getBooleanSettingValue(Object) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
- getBooleanSettingValue(int) - Static method in enum 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
-
- 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
-
- getBoundLocalPortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getBoundLocalPortForward(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getBoundLocalPortForward(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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
-
- getByCurveSize(ECParameterSpec) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- 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
-
- 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.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- getCertificateFactory(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
- getChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
-
- getChannel() - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- 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(byte, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Retrieve the channel designated by the given packet
- getChannel(byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- 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
-
- getChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getChannelStreamPacketWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- getChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelStreamPacketWriterResolver() - 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(PropertyResolver, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getCharset(Map<String, ?>, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- 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 org.apache.sshd.common.cipher.BuiltinCiphers
-
- 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
-
- getCipherInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getCipherInformation(boolean) - Method in interface org.apache.sshd.common.session.Session
-
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
-
- 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 org.apache.sshd.common.util.io.der.ASN1Class
-
- getClient() - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- getClient() - Method in class org.apache.sshd.client.session.SessionFactory
-
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- getClient() - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.SftpClientExtension
-
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpDirectoryStream
-
Client instance used to access the remote directory
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
The client instance
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
The client instance
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.SftpIterableDirEntry
-
The client instance
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.SftpOutputStreamWithChannel
-
The client instance
- getClient() - Method in class org.apache.sshd.client.subsystem.sftp.StfpIterableDirHandle
-
The client instance
- 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.client.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getClientKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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 class org.apache.sshd.client.channel.AbstractClientChannel
-
- getClientSession() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- getClientSession() - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- 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.client.subsystem.sftp.fs.SftpFileSystem
-
- getClientSession() - Method in class org.apache.sshd.client.subsystem.sftp.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.
- 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(Object) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- getCommandBuffer(Object, int) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- getCommandBuffer(int) - Method in class org.apache.sshd.client.subsystem.sftp.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.common.subsystem.sftp.SftpConstants
-
Converts a command value to a user-friendly name
- 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(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.Session
-
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.DefaultForwardingFilter
-
- 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.client.subsystem.sftp.SftpClient.Attributes
-
- getCredentials() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- getCurrentPasswordCandidate() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getCurrentUser() - Static method in class org.apache.sshd.common.util.OsUtils
-
Get current user name
- getCurveSize(ECParameterSpec) - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
- 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 org.apache.sshd.common.mac.BuiltinMacs
-
- getDefaultBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
-
- getDefaultBuiltinIdentitiesPaths(Path) - Static method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
-
- getDefaultBuiltinIdentitiesPaths() - Static method in class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
-
- getDefaultDir() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- getDefaultDir() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- getDefaultDirectory() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- getDefaultDirectory() - Method in interface org.apache.sshd.server.subsystem.sftp.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.DefaultForwardingFilter
-
- 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
-
- getDelegateVerifier() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getDescription() - Method in enum org.apache.sshd.common.kex.KexProposalOption
-
- 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 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
-
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- 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
-
- 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"
- 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.common.subsystem.sftp.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.common.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getEnvironment() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getEOLBytes() - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getErrorStatusDataHandler() - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getErrorStatusDataHandler() - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- getEvent(Channel, String, V) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- getEventListenerFilePath() - Method in class org.apache.sshd.client.scp.DefaultScpStreamResolver
-
- getEventListenerFilePath() - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- getEventListenerFilePath() - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpTargetStreamResolver
-
- getEventListenerFilePath() - Method in interface org.apache.sshd.common.scp.ScpSourceStreamResolver
-
- getEventListenerFilePath() - Method in interface org.apache.sshd.common.scp.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.server.scp.ScpCommandFactory
-
- getExecutorService() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- getExecutorService() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- getExecutorServiceFactory() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- 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.common.scp.ScpException
-
- getExitStatusName(Integer) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- getExtension(Class<? extends E>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- getExtension(String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- getExtension(SftpClientExtensionFactory) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- getExtension(Class<? extends E>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- getExtension(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- getExtensions() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- getExternalNetwork4Addresses() - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
- getFactoryClass() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getFactoryClassName() - Method in enum 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.io.nio2.Nio2Service
-
- 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.server.subsystem.sftp.Handle
-
- getFileAttributes() - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- getFileChannel() - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- getFileHandle() - Method in class org.apache.sshd.server.subsystem.sftp.Handle
-
- getFileName() - Method in class org.apache.sshd.client.scp.DefaultScpStreamResolver
-
- getFilename() - Method in class org.apache.sshd.client.subsystem.sftp.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.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- getFileName() - Method in interface org.apache.sshd.common.scp.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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getFileStore(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- getFileStoreAttributeView(Class<V>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- getFileStores() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- 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
-
- getFileSystem() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- getFileSystem(URI) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getFileSystem(String) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getFileSystem(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- getFileSystem(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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
-
- getFileSystemAccessor() - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getFileSystemAccessor() - Method in interface org.apache.sshd.server.subsystem.sftp.SftpFileSystemAccessorManager
-
- getFileSystemAccessor() - Method in interface org.apache.sshd.server.subsystem.sftp.SftpSubsystemEnvironment
-
- getFileSystemAccessor() - Method in class org.apache.sshd.server.subsystem.sftp.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(URI) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
Uses the host, port and username to create a unique identifier
- getFileSystemIdentifier(ClientSession) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
Uses the remote host address, port and current username to create a unique identifier
- getFileSystemIdentifier(String, int, String) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getFilter() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
-
- getFingerPrint(PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- 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(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getFingerPrint(Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getFingerPrint(Factory<? extends Digest>, String) - 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.config.keys.KeyUtils
-
- getFingerPrint(Digest, String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getFingerPrint(Digest, String, Charset) - 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.digest.DigestUtils
-
- 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.digest.DigestUtils
-
- 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(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
-
- 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.client.subsystem.sftp.SftpClient.Attributes
-
- getForwardedPort(int) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getForwardedPort(int) - Method in interface org.apache.sshd.common.forward.ForwardingFilter
-
- 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 class org.apache.sshd.client.session.AbstractClientSession
-
- 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
-
- getForwardingFilter() - Method in interface org.apache.sshd.common.session.ConnectionService
-
Retrieve the forwarder instance
- getForwardingFilter() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getForwardingFilter() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- 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.client.subsystem.sftp.SftpClient.Attributes
-
- getGroupId() - Method in class org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.SftpDirEntryIterator
-
- getHandle() - Method in class org.apache.sshd.client.subsystem.sftp.StfpIterableDirHandle
-
- getHash(String, long, long, byte[]) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.MD5FileExtensionImpl
-
- getHash(SftpClient.Handle, long, long, byte[]) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.MD5HandleExtensionImpl
-
- getHash(String, long, long, byte[]) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.MD5FileExtension
-
- getHash(SftpClient.Handle, long, long, byte[]) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.MD5HandleExtension
-
- 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.
- 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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- getHost() - Method in class org.apache.sshd.common.scp.ScpLocation
-
- getHost() - Method in class org.apache.sshd.common.util.net.NetworkConnector
-
- getHost() - Method in class org.apache.sshd.server.SshServer
-
- 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
-
- 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
-
- getId() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- getId() - Method in interface org.apache.sshd.agent.SshAgentServer
-
- getId() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- getId() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- 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 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.KeySetPublickeyAuthenticator
-
- getId() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Returns the session id.
- getIdentifier() - Method in class org.apache.sshd.client.subsystem.sftp.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(NamedResource) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
- getIdentityFileName(String) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
- getIdentityFileName(String, String, String) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
-
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdentityFileName(String) - 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
-
- getIncludedFiles() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Returns the names of the files which matched at least one of the
include patterns and none of the exclude patterns.
- getIndicatorValue() - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
- 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.DefaultForwardingFilter
-
- 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(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getInteger(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getInteractionInstruction(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionInstruction() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionLanguage(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionPrompt(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInterval() - Method in enum org.apache.sshd.common.config.TimeValueConfig
-
- getIntProperty(String, int) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getIntProperty(PropertyResolver, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getIntProperty(Map<String, ?>, 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, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
-
- getIoResource(SessionContext, String) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- getIoResource(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- 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
-
- getIVSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- getIVSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- 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
-
- 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
-
- getKdfSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- getKdfSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- 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
-
- getKexFactories(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- 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.RSAPublicKeyDecoder
-
- 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
-
- 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(Collection<? extends Map.Entry<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- getKeyPair() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- 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.RSAPublicKeyDecoder
-
- 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 org.apache.sshd.common.cipher.BuiltinCiphers
-
- getKeySize() - Method in class org.apache.sshd.common.cipher.CipherNone
-
- getKeySize() - Method in enum org.apache.sshd.common.cipher.ECCurves
-
- getKeySize() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
- getKeySize(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Determines the key size in bits
- getKeySize() - Method in interface org.apache.sshd.common.keyprovider.KeySizeIndicator
-
- getKeySize() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getKeySpec() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getKeyType() - Method in enum org.apache.sshd.common.cipher.ECCurves
-
- getKeyType(KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getKeyType(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getKeyType() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
- getKeyType() - Method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
-
- getKeyTypes(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
- getKeyTypes(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
-
- 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.common.scp.ScpTimestamp
-
- getLastModifiedTime() - Method in class org.apache.sshd.common.scp.ScpTimestamp
-
- getLength() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
- getLinkOptions(boolean) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- getLoadedHostsEntries() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getLocalAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- 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.common.scp.ScpFileOpener
-
- getLocalFilePermissions(Session, Path, LinkOption...) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
- getLocalFolderChildren(Session, Path) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Invoked when required to send all children of a local directory
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- getLocalForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- 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
-
- getLock() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getLoggingLevel() - Method in enum org.apache.sshd.common.config.LogLevelValue
-
- getLoginOptions() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
- getLong(String) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getLong(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getLong(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getLong() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- getLongFilename() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.DirEntry
-
- getLongName(String, Map<String, ?>) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Creates an "ls -l" compatible long name string
- getLongName(Path, String, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getLongName(Path, String, boolean, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getLongName(Path, String, Map<String, ?>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getLongProperty(String, long) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getLongProperty(PropertyResolver, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getLongProperty(Map<String, ?>, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getLowerCaseValue() - Method in enum org.apache.sshd.common.config.TimeValueConfig
-
- 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.Session
-
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, String, String) - Method in interface org.apache.sshd.common.scp.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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- getMaxCloseWaitTime(PropertyResolver) - Static method in interface org.apache.sshd.common.Closeable
-
- getMaxConnectTime() - Method in class org.apache.sshd.client.subsystem.sftp.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 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
-
- 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.client.subsystem.sftp.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 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 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 enum org.apache.sshd.client.subsystem.sftp.extensions.BuiltinSftpClientExtensions
-
- getName() - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- getName() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem.DefaultUserPrincipal
-
- getName() - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- getName() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- getName() - Method in enum org.apache.sshd.common.cipher.ECCurves
-
- getName() - Method in class org.apache.sshd.common.compression.BaseCompression
-
- getName() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- getName() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
-
- getName() - Method in enum 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 enum org.apache.sshd.common.digest.BuiltinDigests
-
- getName(int) - Method in class org.apache.sshd.common.file.util.BasePath
-
- getName(int) - Method in class org.apache.sshd.common.file.util.MockPath
-
- getName() - Method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- getName() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getName() - Method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getName() - Method in enum 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 interface org.apache.sshd.common.Property
-
- 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 org.apache.sshd.common.signature.BuiltinSignatures
-
- getName() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.AbstractParser
-
- getName() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
-
- getName() - Method in enum org.apache.sshd.common.subsystem.sftp.SftpUniversalOwnerAndGroup
-
- 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.server.auth.AbstractUserAuth
-
- getName() - Method in enum 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 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 class org.apache.sshd.server.subsystem.sftp.PrincipalBase
-
- getName() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- 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.client.subsystem.sftp.impl.DefaultSftpClient
-
- getNameDecodingCharset() - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- 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.Session
-
Retrieve one of the negotiated values during the KEX stage
- getNewline() - Method in class org.apache.sshd.common.subsystem.sftp.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
-
- getNTString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
-
- getNumeric() - Method in enum org.apache.sshd.server.Signal
-
- getNumPointOctets() - Method in enum 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(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getObject(Map<String, ?>, String) - 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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getOctalPermissions(Collection<PosixFilePermission>) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getOctalPermissions(Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- getOID() - Method in enum org.apache.sshd.common.cipher.ECCurves
-
- getOIDValue() - Method in enum 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.server.subsystem.sftp.FileHandle
-
- getOpenOptions(int, int) - Static method in class org.apache.sshd.server.subsystem.sftp.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
-
- getOrCreateProvider(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
Attempts to see if a provider with this name already registered.
- getOriginatorAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getOrNull(PropertyResolver) - Method in class org.apache.sshd.common.Property.BaseProperty
-
- getOrNull(PropertyResolver) - Method in interface org.apache.sshd.common.Property
-
- getOrNull(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
-
- 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.client.subsystem.sftp.fs.SftpAclFileAttributeView
-
- getOwner() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- getOwner() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- 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 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 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.client.subsystem.sftp.impl.AbstractSftpClient
-
- getParsedServerExtensions(Map<String, byte[]>) - Method in class org.apache.sshd.client.subsystem.sftp.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(SessionContext, NamedResource, int) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
- getPassword() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- 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
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.SshClient
-
- getPath(URI) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Handle
-
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
The remotely accessed directory path
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
The remotely accessed file path
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.SftpIterableDirEntry
-
The remotely accessed directory path
- getPath() - Method in class org.apache.sshd.client.subsystem.sftp.SftpOutputStreamWithChannel
-
The remotely accessed file path
- getPath(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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() - Method in class org.apache.sshd.common.scp.ScpLocation
-
- 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.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- 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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- 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
-
- getPendingMessagesQueue() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getPermissions() - Method in class org.apache.sshd.client.scp.DefaultScpStreamResolver
-
- getPermissions() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- getPermissions() - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- getPermissions() - Method in interface org.apache.sshd.common.scp.ScpSourceStreamResolver
-
- getPermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- getPermissionsFromFile(File) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- getPKCS8AlgorithmIdentifier(byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
-
- getPKCS8AlgorithmIdentifier(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
-
According to the standard:
- getPKCS8AlgorithmIdentifier(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
-
- 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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- 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.server.SshServer
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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
-
- getPrivateKeyEntryDecoder(String) - 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
-
- getPrivateKeyEntryDecoder(Key) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
-
- getPrivateKeyEntryDecoder(Class<?>) - 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 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.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.SessionHelper
-
- getProperties() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
- getProperties() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
- 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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- getProposalIndex() - Method in enum 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
-
- getPtyColumns() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyHeight() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyLines() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyModes() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- 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
-
- getPtyWidth() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPublicKey() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- getPublicKey() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- getPublicKey() - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
- 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
-
- 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(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getPublicKeyEntryDecoder(KeyPair) - 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(Class<?>) - 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 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
-
- 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(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- getRawFingerprint(Digest, 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
-
- getRawPublicKey() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- getRawPublicKey(BufferPublicKeyParser<? extends PublicKey>) - 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.RSABufferPublicKeyParser
-
- 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.client.subsystem.sftp.fs.SftpFileSystem
-
- 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.server.scp.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.client.subsystem.sftp.impl.AbstractSftpClient
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- getRegisteredExtensions() - Static method in enum 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
-
- getRegisteredListeners() - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerManager
-
- getRegisteredManagers() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.common.subsystem.sftp.extensions.ParserUtils
-
- getRegisteredParsers() - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.ParserUtils
-
- getRegisteredParsersNames() - Static method in class org.apache.sshd.common.subsystem.sftp.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
-
- 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.DefaultForwardingFilter
-
- 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.client.subsystem.sftp.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 class org.apache.sshd.common.Property.BaseProperty
-
- getRequired(PropertyResolver) - Method in interface org.apache.sshd.common.Property
-
- getRequired(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
-
- getRequiredDefault() - Method in class org.apache.sshd.common.Property.BaseProperty
-
- 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
-
- 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.util.BaseFileSystem
-
- getRootDirectories() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- getRootFileSystem() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- getRounds() - Method in exception org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
-
- getRWXPermissions(int) - Static method in class org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getScheme() - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- getScpClientCreator() - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- getScpFileOpener() - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- getScpFileOpener() - Method in interface org.apache.sshd.common.scp.ScpFileOpenerHolder
-
- getScpFileOpener() - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- getScpTransferEventListener() - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- getScpTransferEventListener() - Method in interface org.apache.sshd.client.scp.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.server.scp.ScpCommandFactory
-
- getSeparator() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- getSeparator() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- getServer() - Method in class org.apache.sshd.server.session.SessionFactory
-
- getServerExtensions() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- getServerExtensions() - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- getServerKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerKey() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- getServerKey() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- getServerKey() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the server's key
- getServerKey() - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- 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 class org.apache.sshd.server.channel.AbstractServerChannel
-
- 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.server.subsystem.sftp.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(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.
- getService() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- 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 interface org.apache.sshd.client.future.ConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.scp.AbstractScpClient
-
- 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.subsystem.AbstractSubsystemClient
-
- getSession() - Method in interface org.apache.sshd.common.auth.UserAuthInstance
-
- getSession() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getSession() - Method in interface org.apache.sshd.common.channel.Channel
-
- getSession() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.scp.ScpHelper
-
- getSession() - Method in interface org.apache.sshd.common.Service
-
- getSession() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- 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.
- getSession() - Method in interface org.apache.sshd.common.session.SessionHolder
-
- getSession() - Method in class org.apache.sshd.common.session.SessionWorkBuffer
-
- 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
-
- getSessionContext() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
-
- getSessionFactory() - Method in class org.apache.sshd.client.SshClient
-
- getSessionFactory() - Method in class org.apache.sshd.server.SshServer
-
- 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
-
- getSftpClient() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultCloseableHandle
-
- getSftpClientFactory() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getSftpClientFactory() - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- getSftpEventListenerProxy() - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerManager
-
- getSftpEventListenerProxy() - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getSftpEventListenerProxy() - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListenerManager
-
- getSftpFileSystemClientSessionInitializer() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- getSftpVersionSelector() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- getSftpVersionSelector() - Method in class org.apache.sshd.client.subsystem.sftp.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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.StandardEnvironment
-
Retrieves the set of listeners registered for a signal
- getSignature() - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- getSignature(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
- 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.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.SignatureFactoriesManager
-
- getSignatureFactories(SignatureFactoriesManager) - Static method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
-
- 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
-
- getSignatureFactoriesNameList() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
-
- getSignatureFactoriesNames() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
-
- getSignatures(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- 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.client.scp.DefaultScpStreamResolver
-
- getSize() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- getSize() - Method in class org.apache.sshd.common.channel.Window
-
- getSize() - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- getSize() - Method in interface org.apache.sshd.common.scp.ScpSourceStreamResolver
-
- getSize() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getSocket() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getStartedCommandFuture() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.DefaultForwardingFilter
-
- getStartedRemotePortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getStatus() - Method in exception org.apache.sshd.common.subsystem.sftp.SftpException
-
- getStatusName(int) - Static method in class org.apache.sshd.common.subsystem.sftp.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.client.channel.ClientChannel
-
- getString(String) - Method in interface org.apache.sshd.common.PropertyResolver
-
- getString(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getString(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getString() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- 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
-
- 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(PropertyResolver, String, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
- getStringProperty(Map<String, ?>, 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
- 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() - Method in class org.apache.sshd.server.subsystem.sftp.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 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.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.
- 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.client.scp.DefaultScpStreamResolver
-
- getTimestamp() - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- getTimestamp() - Method in interface org.apache.sshd.common.scp.ScpSourceStreamResolver
-
- getTotalSpace() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- getTransformation() - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- getTransformation() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- 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 enum org.apache.sshd.client.subsystem.sftp.extensions.BuiltinSftpClientExtensions
-
- getType() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- 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
-
- getTypeValue() - Method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getUByte() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- 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.client.subsystem.sftp.fs.SftpFileStore
-
- getUnixDate(FileTime) - Static method in class org.apache.sshd.server.subsystem.sftp.UnixDateFormat
-
Get unix style date string.
- getUnixDate(long) - Static method in class org.apache.sshd.server.subsystem.sftp.UnixDateFormat
-
- 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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- getUnsupportedAttributePolicy() - Method in interface org.apache.sshd.server.subsystem.sftp.SftpSubsystemEnvironment
-
- getUnsupportedAttributePolicy() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- 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 org.apache.sshd.common.config.TimeValueConfig
-
- getUri() - Method in class org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileStore
-
- getUserAuthFactories() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- 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.server.ServerAuthenticationManager
-
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.client.ClientAuthenticationManager
-
- getUserAuthFactoriesNameList() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- getUserAuthFactoriesNames() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getUserAuthFactoriesNames() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- getUserAuthService() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserHomeDir(String) - 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.client.subsystem.sftp.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.scp.ScpLocation
-
- getUsername() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- 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.client.subsystem.sftp.fs.SftpFileSystem
-
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- 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
-
- 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.client.subsystem.sftp.fs.SftpFileSystem
-
- getVersion() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- getVersion() - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- 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.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
-
- getVersion() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- getVersion() - Method in interface org.apache.sshd.server.subsystem.sftp.SftpSubsystemEnvironment
-
- getVersionProperties() - Static method in class org.apache.sshd.common.config.VersionProperties
-
- getVersions() - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- getWelcomePhase() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getWriteBufferSize() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- 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
-
- 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(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- globalRequestHandlers - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- globToRegex(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- 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
-
- group() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- group(String) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- GROUP_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- groupByKeyType(Collection<? extends I>) - Static method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
-
- 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
-
- i_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- i_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- id - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- 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
-
- 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() - Static method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a function that always returns its input argument.
- 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
-
- IDLE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of idle timeout after which
it will close the connection - in milliseconds.
- 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.
- IETF - Static variable in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- IGNORE_INVALID_IDENTITIES - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Whether to ignore invalid identities files when pre-initializing
the client session
- 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 interface org.apache.sshd.common.FactoryManager
-
Average number of packets to be skipped before an SSH_MSG_IGNORE
message is inserted in the stream.
- 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 interface org.apache.sshd.common.FactoryManager
-
Minimum size of SSH_MSG_IGNORE
payload to send if feature enabled.
- 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 interface org.apache.sshd.common.FactoryManager
-
- IGNORE_MESSAGE_VARIANCE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- 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
-
- 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.client.subsystem.sftp.SftpRemotePathChannel
-
- in - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- in - Variable in class org.apache.sshd.common.scp.ScpHelper
-
- in - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- 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
-
- includes - Variable in class org.apache.sshd.common.util.io.DirectoryScanner
-
The patterns for the files to be included.
- inCompression - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- indexOf(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- indicateEndOfNamesList(Buffer, int, PropertyResolver) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Appends the end-of-list=TRUE
indicator for SSH_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.common.subsystem.sftp.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 not null
- 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(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(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.DHGClient
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- init(long) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- 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(PropertyResolver) - Method in class org.apache.sshd.common.channel.Window
-
- init(long, long, PropertyResolver) - Method in class org.apache.sshd.common.channel.Window
-
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- 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() - Method in class org.apache.sshd.common.digest.BaseDigest
-
- init() - Method in interface org.apache.sshd.common.digest.Digest
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Initialize the key exchange algorithm.
- init(byte[]) - Method in class org.apache.sshd.common.mac.BaseMac
-
- init(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.DHGServer
-
- 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(String, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
-
- 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.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(ServerSession, int) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- initialized(ServerSession, int) - Method in interface org.apache.sshd.server.subsystem.sftp.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
-
- initializeObfuscator(C, PrivateKeyObfuscator, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- initializeSessionIdentities(ClientSession, SignatureFactoriesManager) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- initSigner(PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- initSigner(PrivateKey) - Method in interface org.apache.sshd.common.signature.Signature
-
- initVerifier(PublicKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- initVerifier(PublicKey) - Method in interface org.apache.sshd.common.signature.Signature
-
- initVerifier(PublicKey) - Method in class org.apache.sshd.common.signature.SignatureRSA
-
- inMac - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- inMacResult - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- inPacketsCount - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
.
- InputStreamWithChannel - Class in org.apache.sshd.common.util.io
-
- InputStreamWithChannel() - Constructor for class org.apache.sshd.common.util.io.InputStreamWithChannel
-
- insertCharacter(Buffer, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- 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.scp.DefaultScpClientCreator
-
- instance() - Static method in interface org.apache.sshd.client.scp.ScpClientCreator
-
- 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.client.subsystem.sftp.fs.SftpFileSystem.DefaultUserPrincipalLookupService
-
- INSTANCE - Static variable in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClientFactory
-
- instance() - Static method in interface org.apache.sshd.client.subsystem.sftp.SftpClientFactory
-
- 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.RSAPublicKeyDecoder
-
- 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.putty.DSSPuttyKeyDecoder
-
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.ECDSAPuttyKeyDecoder
-
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.EdDSAPuttyKeyDecoder
-
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.putty.RSAPuttyKeyDecoder
-
- INSTANCE - Static variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
- INSTANCE - Static variable in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- INSTANCE - Static variable in class org.apache.sshd.common.random.JceRandomFactory
-
- INSTANCE - Static variable in class org.apache.sshd.common.scp.helpers.DefaultScpFileOpener
-
- INSTANCE - Static variable in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.FstatVfsExtensionParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.FsyncExtensionParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.HardLinkExtensionParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.PosixRenameExtensionParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.StatVfsExtensionParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser
-
- INSTANCE - Static variable in class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser
-
- 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.RSABufferPublicKeyParser
-
- 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.Ed25519PublicKeyDecoder
-
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
-
- 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
-
- Int2IntFunction - Class in org.apache.sshd.common.util
-
- integer(String) - Static method in interface org.apache.sshd.common.Property
-
- integer(String, int) - Static method in interface org.apache.sshd.common.Property
-
- 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_LANGUAGE_TAG - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- 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_SUBMETHODS - Static variable in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- 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 he wants to use.
- interactiveAuthenticator - Variable in class org.apache.sshd.server.ServerBuilder
-
- 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
-
- IntProperty(String) - Constructor for class org.apache.sshd.common.Property.IntProperty
-
- IntProperty(String, Integer) - Constructor for class org.apache.sshd.common.Property.IntProperty
-
- InvalidHandleException - Exception in org.apache.sshd.server.subsystem.sftp
-
- InvalidHandleException(String, Handle, Class<? extends Handle>) - Constructor for exception org.apache.sshd.server.subsystem.sftp.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
-
- InvertedShellWrapper(InvertedShell) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- 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.Invoker
-
- invokeAll(ARG, Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.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.DefaultForwardingFilter
-
- invokePortEventListenerSignallerHolders(Collection<? extends PortForwardingEventListenerManager>, Invoker<PortForwardingEventListener, Void>) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- invokePortEventListenerSignallerListeners(Collection<? extends PortForwardingEventListener>, Invoker<PortForwardingEventListener, Void>) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- Invoker<ARG,RET> - Interface in org.apache.sshd.common.util
-
The complement to the Callable
interface - accepts one argument
and possibly throws somethind
- 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.Invoker
-
Invokes all instances until 1st failure (if any)
- IO_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.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 - Interface in org.apache.sshd.common.io
-
- IoHandlerFactory - Interface in org.apache.sshd.common.io
-
- IoInputStream - Interface in org.apache.sshd.common.io
-
- IoOutputStream - Interface in org.apache.sshd.common.io
-
- 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 - Interface in org.apache.sshd.common.io
-
- IoUtils - Class in org.apache.sshd.common.util.io
-
TODO Add javadoc
- 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_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
-
- 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 - Variable in class org.apache.sshd.common.util.io.DirectoryScanner
-
Whether or not the file system should be treated as a case sensitive
one.
- isCertificateFactorySupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
- 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
-
- 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
-
- isCloseOnFinished() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- isClosing() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- isClosing() - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- isClosing() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- isClosing() - Method in interface org.apache.sshd.common.Closeable
-
- 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
-
- isCompressionExecuted() - Method in class org.apache.sshd.common.compression.BaseCompression
-
- isCompressionExecuted() - Method in enum 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 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
- isDelayed() - Method in enum 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 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.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- isDirectory() - Method in class org.apache.sshd.client.subsystem.sftp.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.server.subsystem.sftp.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
-
- 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(KeyIdentityProvider) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
- isEmpty() - Method in class org.apache.sshd.common.SyspropsMapWrapper
-
- isEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isEmpty(Map<?, ?>) - 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(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isEmpty(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isEmpty(char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isEmpty() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
-
- isEmpty(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- isEmpty(int[]) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- isEmpty(long[]) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- isEnabled(Level) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
-
- 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
-
- 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
-
- 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.forward.LocalForwardingEntry
-
- isEquivalent(SshdSocketAddress) - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
- 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 org.apache.sshd.common.kex.BuiltinDHFactories
-
- isGroupExchange() - Method in interface org.apache.sshd.common.kex.DHFactory
-
- isHidden(Path) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- isHidden(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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, 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
- 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
- isIdentitiesOnly() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- isIgnoreNonExisting() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
-
- isIncluded(String) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Tests whether or not a name matches against at least one include
pattern.
- 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
-
- isIPv6Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
- 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.common.scp.ScpLocation
-
- isLocalForwarding() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- 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 class org.apache.sshd.common.util.logging.LoggingUtils
-
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(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
- isLoopback(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
-
- isNoDelay() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- isNoneCipherIncluded(String) - Static method in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
-
- isNormal() - Method in class org.apache.sshd.common.file.util.BasePath
-
- isNotEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isNotEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isNotEmpty(Map<?, ?>) - 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(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- isNumericClass(Class<?>) - Static method in class org.apache.sshd.common.util.NumberUtils
-
- 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.scp.AbstractScpClient
-
- isOpen() - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- isOpen() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultCloseableHandle
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- isOpen() - Method in class org.apache.sshd.client.subsystem.sftp.SftpOutputStreamWithChannel
-
- 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.Window
-
- isOpen() - Method in interface org.apache.sshd.common.Closeable
-
- 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.CloseableEmptyInputStream
-
- isOpen() - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- isOpen() - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- isOpen() - Method in class org.apache.sshd.common.util.io.NullOutputStream
-
- isOpen() - Method in class org.apache.sshd.server.subsystem.sftp.Handle
-
- isOpenAppend() - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- isOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- isOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
-
- isOther() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- isOther() - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- isOverwriteAllowed() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- 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(Session) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- isPuttyClient(String) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- isPuttyRequest(String) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- isReadOnly() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- 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
-
- 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.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- isRegularFile() - Method in class org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- isSameFile(Path, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- isSameReference(T, T) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- 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(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
- isSecurityEntitySupported(PropertyResolver, String, Class<?>, String, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
- isSendDot() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- isSendDotDot() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- isServerSession() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- 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(SessionContext, KeyPair) - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
-
- isSupported() - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- isSupported() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- isSupported() - Method in enum org.apache.sshd.common.cipher.ECCurves
-
- isSupported() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- isSupported() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
-
- isSupported() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
- isSupported() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
-
- isSupported() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- isSupported() - Method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- isSupported() - Method in enum 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 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
-
- isSupportedCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- isSupportedCommand(String) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- isSupportedFileAttributeView(Path, Class<? extends FileAttributeView>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- isSupportedFileAttributeView(SftpFileSystem, Class<? extends FileAttributeView>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- isSupportedOnly() - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
-
- isSymbolicLink() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- isSymbolicLink() - Method in class org.apache.sshd.client.subsystem.sftp.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
-
- isUNIX() - Static method in class org.apache.sshd.common.util.OsUtils
-
- isUsePty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- 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
-
- 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
-
- 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
-
- isWritten() - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
-
- isWritten() - Method in interface org.apache.sshd.common.io.IoWriteFuture
-
- iterableOf(Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
- iterableOf(SessionContext, Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
- iterateDefaultClassLoaders(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
- iterator() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpDirectoryStream
-
- iterator() - Method in class org.apache.sshd.client.subsystem.sftp.SftpIterableDirEntry
-
- iterator() - Method in class org.apache.sshd.client.subsystem.sftp.StfpIterableDirHandle
-
- 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
-
- iteratorOf(HostKeyIdentityProvider) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
-
- iteratorOf(PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
- iteratorOf(PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Resolves a non-null
iterator of the available passwords
- 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
- Mac - Interface in org.apache.sshd.common.mac
-
Message Authentication Code for use in SSH.
- macFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- 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
-
- manager - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- map(FileChannel.MapMode, long, long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- map(Collection<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
-
- 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.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<T>, Function<? super T, ? extends U>, Comparator<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>, V...) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- mapValues(Function<? super V, ? extends K>, Supplier<? extends M>, Collection<? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Creates a map out of a group of values
- mark(int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- mark(int) - Method in class org.apache.sshd.common.util.io.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.server.subsystem.sftp.DirectoryHandle
-
- markDotDotSent() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- markDotSent() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- MARKER_INDICATOR - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Character that denotes that start of a marker
- markSupported() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- 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.
- 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.
- 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 "**".
- 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_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_REQUESTS - Static variable in interface org.apache.sshd.server.ServerAuthenticationManager
-
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_CHANNELS_PROP - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
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_CONCURRENT_SESSIONS - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
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_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.server.subsystem.sftp.SftpSubsystem
-
Max.
- MAX_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- MAX_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- MAX_FORWARDER_BUF_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- MAX_IDENTIFICATION_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Maximum allowed size of the initial identification text sent during
the handshake
- 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.server.subsystem.sftp.SftpSubsystem
-
Properties key for the maximum of available open handles per session.
- MAX_PACKET_SIZE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of the maximum packet size
in the configuration properties map.
- 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_PROP - Static variable in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Force the use of a max.
- MAX_READDIR_DATA_SIZE_PROP - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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:
- maxFileHandleRounds - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- MAXIMUM - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- maxPendingBytesCount - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- maxReadSize - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- maxReadSize - Variable in class org.apache.sshd.common.subsystem.sftp.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
-
- maxWaitForPendingWrites - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- MD5 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- MD5_QUICK_HASH_SIZE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- MD5FileExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- MD5FileExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements "md5-hash" extension
- MD5FileExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.MD5FileExtensionImpl
-
- MD5HandleExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- MD5HandleExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements "md5-hash-handle" extension
- MD5HandleExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.MD5HandleExtensionImpl
-
- me() - Method in class org.apache.sshd.common.BaseBuilder
-
- mergeProposals(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- messageReceived(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- 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(Readable) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Main input point for the MINA framework.
- 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
-
- min - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- min - Variable in class org.apache.sshd.server.kex.DHGEXServer
-
- MIN_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- MIN_CHKFILE_BLOCKSIZE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- MIN_COPY_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
The minimum size for sending / receiving files
- MIN_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
The min.
- MIN_FILE_HANDLE_ROUNDS - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- MIN_FILE_HANDLE_SIZE - Static variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- MIN_FORWARDER_BUF_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- MIN_READ_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- MIN_RECEIVE_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- MIN_SEND_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- MIN_WRITE_BUFFER_SIZE - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- MINIMUM - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- MissingAttachedSessionException - Exception in org.apache.sshd.common.session.helpers
-
- 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.client.subsystem.sftp.impl.AbstractSftpClient
-
- mkdir(String) - Method in interface org.apache.sshd.client.subsystem.sftp.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 - Class in org.apache.sshd.common.file.util
-
- MockPath(String) - Constructor for class org.apache.sshd.common.file.util.MockPath
-
- MODES - Static variable in enum 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.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- modifiedAttributes(ServerSession, Path, Map<String, ?>, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.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.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- modifyingAttributes(ServerSession, Path, Map<String, ?>) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called prior to modifying the attributes of a file / directory
- modifyTime(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- modifyTime(long, TimeUnit) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- modifyTime(FileTime) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- Moduli - Class in org.apache.sshd.server.kex
-
Helper class to load DH group primes from a file.
- Moduli.DhGroup - Class in org.apache.sshd.server.kex
-
- 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_URL - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
A URL pointing to the moduli file.
- MONTHS - Static variable in class org.apache.sshd.server.subsystem.sftp.UnixDateFormat
-
A
List
of
short months names where Jan=0, Feb=1, etc.
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- moved(ServerSession, Path, Path, Collection<CopyOption>, Throwable) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- moved(ServerSession, Path, Path, Collection<CopyOption>, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called after renaming a file / directory
- moving(ServerSession, Path, Path, Collection<CopyOption>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- moving(ServerSession, Path, Path, Collection<CopyOption>) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called prior to renaming a file / directory
- MSG_KEX_COOKIE_SIZE - Static variable in class org.apache.sshd.common.SshConstants
-
- mul(int) - Static method in class org.apache.sshd.common.util.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
-
Wraps a group of
Supplier
s of
Iterable
instances into a "unified"
Iterable
of their values, in the same order as the suppliers - i.e., once the values
from a specific supplier are exhausted, the next one is consulted, and so on, until all
suppliers have been consulted
- MultiKeyIdentityIterator - Class in org.apache.sshd.common.keyprovider
-
- 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
-
- 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(PasswordIdentityProvider...) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
- multiProvider(Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
- multiProvider(KeyIdentityProvider...) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
- multiProvider(Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
- 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
-
- p - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- PacketWriter - Interface in org.apache.sshd.common.io
-
TODO Add javadoc
- parallel(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
-
- parallel(Object, Iterable<? extends 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
-
- parse(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
- parse(String, V) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
- parse(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
- parse(String) - Static method in class org.apache.sshd.common.scp.ScpLocation
-
Parses a local or remote SCP location in the format user@host:path
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser
-
- parse(Buffer) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser
-
- parse(byte[]) - Method in interface org.apache.sshd.common.subsystem.sftp.extensions.ExtensionParser
-
- parse(byte[], int, int) - Method in interface org.apache.sshd.common.subsystem.sftp.extensions.ExtensionParser
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser
-
- parse(String) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
-
- parse(String) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser
-
- parse(Map<String, byte[]>) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.ParserUtils
-
- parse(String, byte...) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.ParserUtils
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser
-
- parse(Buffer) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser
-
- parse(Buffer) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser
-
- parse(Buffer) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser
-
- parse(byte[], int, int) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser
-
- parse(String) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser
-
- 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 '.'.
- parseAlgorithmInfo(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- parseAlgorithmInfo(C, String) - Static 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
-
- parseBooleanValue(String) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- parseCiphersList(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- parseCiphersList(String...) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- parseCiphersList(Collection<String>) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- parseCompressionsList(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- parseCompressionsList(String...) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- parseCompressionsList(Collection<String>) - Static method in enum 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(URI) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
Attempts to parse the user information from the URI
- parseCredentials(String) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- parseDHFactoriesList(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- parseDHFactoriesList(String...) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- parseDHFactoriesList(Collection<String>) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- parseFactoriesList(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- parseFactoriesList(String...) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- parseFactoriesList(Collection<String>) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- parseFactoriesList(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- parseFactoriesList(String...) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- parseFactoriesList(Collection<String>) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- parseKnownHostEntry(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
- parseKnownHostEntry(E, 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
-
- parseMacsList(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- parseMacsList(String...) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- parseMacsList(Collection<String>) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- 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.common.scp.ScpHelper
-
- 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
-
- parsePtyModes(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
- 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
-
- 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
-
- 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
-
- ParserUtils - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- parseSignatureList(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- parseSignatureList(String...) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- parseSignatureList(Collection<String>) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- parseTime(String) - Static method in class org.apache.sshd.common.scp.ScpTimestamp
-
- parseURIParameters(URI) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- parseURIParameters(String) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- 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 interface org.apache.sshd.client.ClientAuthenticationManager
-
Specifies the number of interactive prompts before giving up.
- PASSWORD_PROMPTS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Specifies the number of interactive prompts before giving up.
- 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(Throwable, 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
-
- PasswordHolder - Interface in org.apache.sshd.common.auth
-
- 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
- path - Variable in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- path - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- path - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpTargetStreamResolver
-
- path - Variable in class org.apache.sshd.server.scp.ScpCommand
-
- PATH_MACRO_CHAR - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- 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
-
- 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
-
- 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.GenericUtils
-
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
-
- 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.server.subsystem.sftp.SftpSubsystem
-
- pendingPackets - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- pendingQueue - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- 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
-
- permissions() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- PERMISSIONS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
-
- permissionsToAttributes(int) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- permissionsToAttributes(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Translates a mask of permissions into its enumeration values equivalents
- permissionsToFileType(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Converts a POSIX permissions mask to a file type value
- perms(int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- perms - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- PipeDataReceiver - Class in org.apache.sshd.server.channel
-
- PipeDataReceiver(PropertyResolver, Window) - Constructor for class org.apache.sshd.server.channel.PipeDataReceiver
-
- 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
-
- POOL_SIZE_PROP - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- port - Variable in class org.apache.sshd.server.SshServer
-
- 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.client.subsystem.sftp.SftpRemotePathChannel
-
- position(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- PosixRenameExtensionParser - Class in org.apache.sshd.common.subsystem.sftp.extensions.openssh
-
- PosixRenameExtensionParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.openssh.PosixRenameExtensionParser
-
- postProcessReceivedData(String, boolean, Set<PosixFilePermission>, ScpTimestamp) - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpTargetStreamResolver
-
- postProcessReceivedData(String, boolean, Set<PosixFilePermission>, ScpTimestamp) - Method in interface org.apache.sshd.common.scp.ScpTargetStreamResolver
-
Called after successful reception of the data (and after closing the stream)
- PPK_FILE_SUFFIX - Static variable in interface org.apache.sshd.common.config.keys.loader.putty.PuttyKeyPairResourceParser
-
- preClose() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- 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.DefaultForwardingFilter
-
- 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 interface org.apache.sshd.agent.SshAgentFactory
-
- PREFER_UNIX_AGENT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- PREFERRED_AUTHS - Static variable in interface org.apache.sshd.client.ClientAuthenticationManager
-
Ordered comma separated list of authentications methods.
- PREFERRED_AUTHS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Ordered comma separated list of authentications methods.
- PREFERRED_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
- preferredVersionSelector(int...) - Static method in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- preferredVersionSelector(Iterable<? extends Number>) - Static method in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- 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
-
- prepareKnownHostEntry(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- prepareModifiedServerKeyLine(ClientSession, SocketAddress, KnownHostEntry, String, PublicKey, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- prepareReply(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- prepareReply(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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.server.subsystem.sftp
-
- PrincipalBase(String) - Constructor for class org.apache.sshd.server.subsystem.sftp.PrincipalBase
-
- 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.common.config.keys.loader.putty.PuttyKeyPairResourceParser
-
- 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(int, Buffer, Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- process(Buffer) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- process(Buffer) - Method in interface org.apache.sshd.client.auth.UserAuth
-
- process(Channel, String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- process(int, Buffer) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- process(Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
Process an SFTP packet
- process(Channel, String, boolean, Buffer) - Method in interface org.apache.sshd.common.channel.ChannelRequestHandler
-
- process(T, String, boolean, Buffer) - Method in interface org.apache.sshd.common.channel.RequestHandler
-
Process an SSH request.
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- process(Session, String, boolean, ScpTimestamp) - Method in interface org.apache.sshd.common.scp.ScpReceiveLineHandler
-
- process(int, Buffer) - Method in interface org.apache.sshd.common.Service
-
Service the request.
- process(ConnectionService, String, boolean, Buffer) - Method in interface org.apache.sshd.common.session.ConnectionServiceRequestHandler
-
- process(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- process(ConnectionService, String, boolean, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionServiceRequestHandler
-
- 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.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(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- process(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Process an SFTP command.
- 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
-
- 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, String, Buffer) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- processRequestValue(Channel, String, Buffer) - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
-
- 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.ExitStatusChannelRequestHandler
-
- processRequestValue(Channel, int) - 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
-
A
Factory
of
Command
that will create a new process and bridge
the streams.
- ProcessShellFactory() - Constructor for class org.apache.sshd.server.shell.ProcessShellFactory
-
- ProcessShellFactory(String...) - Constructor for class org.apache.sshd.server.shell.ProcessShellFactory
-
- ProcessShellFactory(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.common.subsystem.sftp.extensions.VendorIdParser.VendorId
-
- productName - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser.VendorId
-
- productVersion - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser.VendorId
-
- 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
-
- 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
-
- PROP_DHGEX_SERVER_MIN_KEY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- 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.IntProperty - 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 - Interface in org.apache.sshd.common
-
Indicates an entity that can be configured using properties.
- PropertyResolverUtils - Class in org.apache.sshd.common
-
- 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 org.apache.sshd.common.kex.KexProposalOption
-
- PROPOSAL_SERVER_HOST_KEY_ALGS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
-
- 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
-
- protectInProgressBinding(SocketAddress, AsynchronousServerSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- provider() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- provider - Variable in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- provider() - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- provider() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- provider(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- provider() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- provider() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- 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.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 registered
KeyPair
identities and the extra available ones as a single iterator
of key pairs
- providers - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
-
- PROXY - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
-
- Proxy(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- PROXY_AUTH_CHANNEL_TYPE - Static variable in interface org.apache.sshd.agent.SshAgentFactory
-
Value that can be set in order to control the type of authentication
channel being requested when forwarding a PTY session.
- 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 interface org.apache.sshd.agent.SshAgentServer
-
Value used to configure the type of proxy forwarding channel to be
used.
- 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.
- ProxyAgentFactory - Class in org.apache.sshd.agent.local
-
- ProxyAgentFactory() - Constructor for class org.apache.sshd.agent.local.ProxyAgentFactory
-
- 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.
- 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.
- PtyCapableChannelSession - Class in org.apache.sshd.client.channel
-
Serves as the base channel session for executing remote commands - including
a full shell.
- PtyCapableChannelSession(boolean) - Constructor for class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- PtyMode - Enum in org.apache.sshd.common.channel
-
- 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.common.config.keys.loader.putty.PuttyKeyPairResourceParser
-
- PublickeyAuthenticator - Interface in org.apache.sshd.server.auth.pubkey
-
The PublickeyAuthenticator
is used on the server side
to authenticate user public keys.
- publickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.ServerBuilder
-
- 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
-
- 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
- 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.
- PUMP_SLEEP_TIME - Static variable in class org.apache.sshd.server.shell.InvertedShellWrapper
-
Value used to control the "busy-wait" sleep time (millis) on
the pumping loop if nothing was pumped - must be positive
- pumpInputStream() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- 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
-
- 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[], Charset) - 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
-
- 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(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(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- putBuffer(Readable, boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
- putBuffer(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
- 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
-
- 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[], Charset) - 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
-
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
-
- 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.SecurityUtils
-
- 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
- putMPInt(BigInteger) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- putMPInt(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- 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
-
- putReferencedName(int, B, String, int) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- 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.client.subsystem.sftp.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.common.config.keys.loader.putty
-
Loads a
KeyPair
from PuTTY's ".ppk" file.
- PuttyKeyReader - Class in org.apache.sshd.common.config.keys.loader.putty
-
Helper class for Putty
key files decoders
- PuttyKeyReader(InputStream) - Constructor for class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- PuttyKeyUtils - Class in org.apache.sshd.common.config.keys.loader.putty
-
- PuttyRequestHandler - Class in org.apache.sshd.server.channel
-
- 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)
- random(int) - Method in class org.apache.sshd.common.random.JceRandom
-
- Random - Interface in org.apache.sshd.common.random
-
A pseudo random number generator.
- 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 - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
The pseudo random generator
- 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).
- randomFactory - Variable in class org.apache.sshd.common.BaseBuilder
-
- randomFactory(Factory<Random>) - Method in class org.apache.sshd.common.BaseBuilder
-
- randomFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- RandomFactory - Interface in org.apache.sshd.common.random
-
- randomizer - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- RAW_PROPS_RESOLVER - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
Exposes the "raw" system properties as a
PropertyResolver
without any further filtering
- 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.client.subsystem.sftp
-
- read(SftpClient.Handle, long, byte[], int, int, AtomicReference<Boolean>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- read() - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- read(SftpClient.Handle, long, byte[]) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Reads data from the open (file) handle
- read(SftpClient.Handle, long, byte[], AtomicReference<Boolean>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Reads data from the open (file) handle
- read(SftpClient.Handle, long, byte[], int, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(SftpClient.Handle, long, byte[], int, int, AtomicReference<Boolean>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Reads data from the open (file) handle
- read(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(String, int) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(String, SftpClient.OpenMode...) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(String, int, SftpClient.OpenMode...) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(String, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- read(String, int, Collection<SftpClient.OpenMode>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Read a remote file's data via an input stream
- read() - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- read(byte[], int, int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- read(ByteBuffer) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- read(ByteBuffer, long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- read(ByteBuffer[], int, int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- read(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- read() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- read(int) - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- 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() - Method in class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- read() - Method in class org.apache.sshd.common.util.io.EmptyInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.EmptyInputStream
-
- 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() - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- read() - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- read() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- read(ServerSession, String, DirectoryHandle, Map<String, Path>) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- read(ServerSession, String, FileHandle, long, byte[], int, int, int, Throwable) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- read(byte[], long) - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- read(byte[], int, int, long) - Method in class org.apache.sshd.server.subsystem.sftp.FileHandle
-
- read(ServerSession, String, DirectoryHandle, Map<String, Path>) - Method in interface org.apache.sshd.server.subsystem.sftp.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
- read(ServerSession, String, FileHandle, long, byte[], int, int, int, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Result of reading from a file
- READ_BUFFER_PROP_NAME - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- READ_MODES - Static variable in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- Readable - Interface in org.apache.sshd.common.util
-
- readable(ByteBuffer) - Static method in interface org.apache.sshd.common.util.Readable
-
- readAck(boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- readACLs(Buffer, int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- readAclViewAttributes(SftpPath, String, String, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readAllLines(URL) - 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(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
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readAttributes(Path, String, String, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readAttributes() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- readAttributes(int, Buffer, AtomicInteger) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- readAttrs(Buffer, int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- readAttrs(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- 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
- 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(BufferedReader) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
- readBigInteger() - Method in class org.apache.sshd.common.util.io.der.DERParser
-
- readConfigFile(Path, OpenOption...) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- readConfigFile(URL) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- 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(BufferedReader) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
Reads the configuration file contents into a
Properties
instance.
- readCustomViewAttributes(SftpPath, String, String, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- 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(SftpClient.Handle, AtomicReference<Boolean>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- readDir(SftpClient.Handle) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- readDir(SftpClient.Handle, AtomicReference<Boolean>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- readDir(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- readExtensions(Buffer) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- readFileAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- 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.
- readHostConfigEntries(Path, OpenOption...) - 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(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(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Reads configuration entries
- 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.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- reading(ServerSession, String, FileHandle, long, byte[], int, int) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Preparing to read from a file
- readInt() - Method in class org.apache.sshd.common.config.keys.loader.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(Path, OpenOption...) - 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(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(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Reads configuration entries
- 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.common.scp.ScpHelper
-
- readLine(boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- readLink(String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- readLink(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Retrieve target of a link
- 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(InputStream) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- readOakleyGroupPrimeValue(Reader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- 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(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, Throwable) - Constructor for exception org.apache.sshd.common.io.ReadPendingException
-
- ReadPendingException(String) - 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.client.subsystem.sftp.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, NamedResource, OpenSSHParserContext, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
-
- readRawInput() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- readRemoteAttributes(SftpPath, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readRemoteAttributes() - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpFileAttributeView
-
- readRLEBytes(InputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
- readString() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- readString(Charset) - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- readSymbolicLink(Path) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- readSymbolicLink(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- readTime(Buffer, int, int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- 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
- receive(int) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- receive(Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
Read SFTP packets from buffer
- receive(int) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- receive(int) - Method in interface org.apache.sshd.client.subsystem.sftp.RawSftpClient
-
- 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(Path, boolean, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receive(ScpReceiveLineHandler) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveBufferSize - Variable in class org.apache.sshd.server.scp.ScpCommand
-
- receiveDir(String, Path, ScpTimestamp, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveFile(String, Path, ScpTimestamp, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveFileStream(OutputStream, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- receiveKexInit(Buffer, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Receive the remote key exchange init message.
- receiveKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
-
- receiveNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Put new keys into use.
- receiver - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- receiveStream(String, ScpTargetStreamResolver, ScpTimestamp, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- 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(PrivateKey) - 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(PRV) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
-
Attempts to recover the public key given the private one
- recoverPublicKey(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
-
- recoverRSAPublicKey(RSAPrivateKey) - 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(BigInteger, BigInteger) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
- 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.
- ReflectionUtils - Class in org.apache.sshd.common.util
-
- 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
-
- register(WatchService, WatchEvent.Kind<?>...) - 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.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.MockPath
-
- REGISTER_BOUNCY_CASTLE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
- 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
-
- registerExtension(CipherFactory) - Static method in enum 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 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 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 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 org.apache.sshd.common.signature.BuiltinSignatures
-
Registered a
NamedFactory
to be available besides the built-in
ones when parsing configuration
- 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.common.subsystem.sftp.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(PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- registerPrivateKeyObfuscator(String, 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
-
- RejectAllForwardingFilter - Class in org.apache.sshd.server.forward
-
- RejectAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.RejectAllForwardingFilter
-
- RejectAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- RejectAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Rejects all authentication attempts
- RejectAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Rejects all authentication attempts
- RejectAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
- REKEY_BLOCKS_LIMIT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
number of cipher blocks has been processed - positive 64-bit value.
- 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 interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the session
has sent or received the given amount of bytes.
- 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 interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
number of packets has been exchanged - positive 64-bit value.
- 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 interface org.apache.sshd.common.FactoryManager
-
Key re-exchange will be automatically performed after the specified
amount of time has elapsed since the last key exchange - in milliseconds.
- 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.
- relativize(Path) - Method in class org.apache.sshd.common.file.util.BasePath
-
- relativize(Path) - Method in class org.apache.sshd.common.file.util.MockPath
-
- 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) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
-
- reloadHostConfigEntries(Path, String, int, 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
-
- remote - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
-
- 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
-
- remove() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- remove() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPathIterator
-
- remove(String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- remove(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- remove() - Method in class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- remove() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
-
- remove(PropertyResolver) - Method in class org.apache.sshd.common.Property.BaseProperty
-
- remove(PropertyResolver) - Method in interface org.apache.sshd.common.Property
-
- remove(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
-
- remove(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
-
- remove(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
-
- 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() - Method in class org.apache.sshd.server.subsystem.sftp.DirectoryHandle
-
- 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(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(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 class org.apache.sshd.common.session.helpers.SessionHelper
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.server.subsystem.sftp.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.
- 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, Throwable) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- removed(ServerSession, Path, Throwable) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called after a file / directory has been removed
- removeEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.server.scp.ScpCommandFactory.Builder
-
- removeEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- removeFileSystem(String) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- removeFlag(SftpClient.Attribute) - Method in class org.apache.sshd.client.subsystem.sftp.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
-
- 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.DefaultForwarderFactory
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.DefaultForwardingFilter
-
- 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.server.subsystem.sftp.AbstractSftpEventListenerManager
-
- removeSftpEventListener(SftpEventListener) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- removeSftpEventListener(SftpEventListener) - Method in interface org.apache.sshd.server.subsystem.sftp.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) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpEventListenerAdapter
-
- removing(ServerSession, Path) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
Called prior to removing a file / directory
- rename(String, String, Collection<SftpClient.CopyMode>) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- rename(String, String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- rename(String, String, SftpClient.CopyMode...) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- rename(String, String, Collection<SftpClient.CopyMode>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
- replace(String, String, String, int) - Static method in class org.apache.sshd.common.util.io.DirectoryScanner
-
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
-
- reply(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
-
- REPORTED_VERSION - Static variable in class org.apache.sshd.common.config.VersionProperties
-
Property used to hold the reported version
- 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(String, Buffer, long, TimeUnit) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- request(String, Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- 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.client.channel.ChannelExec
-
Configure whether reply for the "exec" request is required
- 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.client.channel.ChannelShell
-
Configure whether reply for the "shell" 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.client.channel.ChannelSubsystem
-
Configure whether reply for the "subsystem&quoot; 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
- 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 in org.apache.sshd.common.channel
-
- 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
- requests - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- requestsCount - Variable in class org.apache.sshd.server.subsystem.sftp.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
- 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
-
- ReservedSessionMessagesHandler - Interface in org.apache.sshd.common.session
-
Provides a way to listen and handle the SSH_MSG_IGNORE
and
SSH_MSG_DEBUG
messages that are received by a session.
- 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.client.subsystem.sftp.SftpInputStreamWithChannel
-
- reset() - Method in class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- reset() - Method in class org.apache.sshd.common.util.io.EmptyInputStream
-
- reset() - Method in class org.apache.sshd.common.util.io.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(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[]) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
-
- resolve(SessionContext, String, byte[]) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
- resolve(Path) - Method in class org.apache.sshd.common.file.util.BasePath
-
- resolve(String) - Method in class org.apache.sshd.common.file.util.BasePath
-
- resolve(Path) - Method in class org.apache.sshd.common.file.util.MockPath
-
- resolve(String) - Method in class org.apache.sshd.common.file.util.MockPath
-
- resolveAclSupportedCapabilities(ServerSession) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveAgentForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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(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(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(FactoryManager, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.session.Session
-
- 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
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- resolveAvailableSignaturesProposal() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- 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
- resolveChannelStreamPacketWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolver
-
- resolveChannelStreamPacketWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- resolveChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- resolveChannelStreamPacketWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- resolveChannelStreamPacketWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveClassLoader() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
-
- resolveClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveDefaultClassLoader(Object) - 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:
- resolveDefaultClassLoaders(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
-
- resolveDefaultInteractiveCommand() - Static method in class org.apache.sshd.common.util.OsUtils
-
- resolveEffectiveCommand(List<String>) - Method in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
-
- resolveEffectiveCommand(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(Class<V>, List<NamedFactory<V>>, List<NamedFactory<V>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEffectiveHost(String, int, SocketAddress, String, AttributeRepository) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
-
- resolveEffectiveHost(String, int, SocketAddress, 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) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
-
- resolveEmptySignaturesProposal(Iterable<String>, Iterable<String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- resolveEnabledOptions(Map<PtyMode, ?>, PtyMode...) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
- resolveEnabledOptions(Map<PtyMode, ?>, Collection<PtyMode>) - Static method in enum 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.
- resolveErrorLanguage(SftpSubsystemEnvironment, int, Throwable, int, int, Object...) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpErrorStatusDataHandler
-
- resolveErrorMessage(SftpSubsystemEnvironment, int, Throwable, int, int, Object...) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpErrorStatusDataHandler
-
- resolveExceptionCause(Throwable) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- resolveFactory(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- resolveFactory(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- resolveFile(String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveFileAttributes(Path, int, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveFileSystemParameters(Map<String, ?>, Map<String, Object>) - Static method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- 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>, ScpTimestamp) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Invoked when receiving a new file to via a directory command
- resolveIncomingReceiveLocation(Session, Path, boolean, boolean, boolean) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Invoked when a request to receive something is processed
- resolveInputStream(InputStream, boolean) - Static method in class org.apache.sshd.common.util.io.NoCloseInputStream
-
- resolveInteractiveCommand(boolean) - Static method in class org.apache.sshd.common.util.OsUtils
-
- resolveKdfOptions(SessionContext, NamedResource, String, String, InputStream) - 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
-
- 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
-
- resolveLocalPath(RootedPath) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- resolveLocalPath(Session, FileSystem, String) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
- resolveLocalPath(String, String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- resolveLocalPath(String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- resolveMissingFileAttributes(Path, int, Map<String, Object>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveMissingFileAttributeValue(Path, String, Object, FileInfoExtractor<?>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveNewlineValue(ServerSession) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveNormalizedLocation(String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveOpenSSHExtensions(ServerSession) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- resolveOutgoingFilePath(Session, Path, LinkOption...) - Method in interface org.apache.sshd.common.scp.ScpFileOpener
-
Called when there is a candidate file/folder for sending
- resolveOutputStream(OutputStream, boolean) - Static method in class org.apache.sshd.common.util.io.NoCloseOutputStream
-
- resolvePasswordIdentityProvider(PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
- resolvePeerAddress(SocketAddress) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- 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
- 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.
- resolvePublicKey(SessionContext, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
- 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
-
- resolveReader(Reader, boolean) - Static method in class org.apache.sshd.common.util.io.NoCloseReader
-
- 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
-
- resolveSftpVersionSelector(URI, SftpVersionSelector, PropertyResolver) - Method in class org.apache.sshd.client.subsystem.sftp.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(Path) - Method in class org.apache.sshd.common.file.util.BasePath
-
- resolveSibling(String) - Method in class org.apache.sshd.common.file.util.BasePath
-
- resolveSibling(Path) - Method in class org.apache.sshd.common.file.util.MockPath
-
- resolveSibling(String) - 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...)
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.client.scp.DefaultScpStreamResolver
-
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- resolveSourceStream(Session, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.common.scp.ScpSourceStreamResolver
-
- resolveStatusMessage(int) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
- resolveSubstatus(Throwable) - Static method in class org.apache.sshd.common.subsystem.sftp.SftpHelper
-
Returns the most adequate sub-status for the provided exception
- resolveSubStatus(SftpSubsystemEnvironment, int, Throwable, int, Object...) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpErrorStatusDataHandler
-
- resolveTargetStream(Session, String, long, Set<PosixFilePermission>, OpenOption...) - Method in class org.apache.sshd.common.scp.helpers.LocalFileScpTargetStreamResolver
-
- resolveTargetStream(Session, String, long, Set<PosixFilePermission>, OpenOption...) - Method in interface org.apache.sshd.common.scp.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<NamedFactory<UserAuth>>) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- 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
- resolveUsername() - Method in class org.apache.sshd.common.scp.ScpLocation
-
Resolves the effective username to use for a remote location.
- resolveWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- resolveWriter(Writer, boolean) - Static method in class org.apache.sshd.common.util.io.NoCloseWriter
-
- resolveX11ForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- ResourceStreamProvider - Interface in org.apache.sshd.common.util.io.resource
-
- 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
- rmdir(String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- rmdir(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Remove remote directory
- root(RootedFileSystem, DirectoryStream<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(RootedFileSystem, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- root - Variable in class org.apache.sshd.common.file.util.BasePath
-
- 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
-
- rpos() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
- rpos(int) - 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.ByteArrayBuffer
-
- 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_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
-
- 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.common.config.keys.loader.putty
-
- RSAPuttyKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.putty.RSAPuttyKeyDecoder
-
- run() - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- run(Object, Runnable) - Method in class org.apache.sshd.common.util.closeable.Builder
-
- run() - Method in class org.apache.sshd.server.scp.ScpCommand
-
- run() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- run() - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- run() - Method in class org.apache.sshd.server.subsystem.sftp.TreeLockExecutor
-
- 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(Throwable) - Constructor for exception org.apache.sshd.common.RuntimeSshException
-
- RuntimeSshException(String, 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.client.scp.AbstractScpClient
-
- runUpload(String, Collection<ScpClient.Option>, Collection<T>, AbstractScpClient.ScpOperationExecutor<T>) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- S_IFBLK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFCHR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFDIR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFIFO - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFLNK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFMT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFREG - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IFSOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IRGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IRGRP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IROTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IROTH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IRUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IRUSR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_ISGID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_ISUID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_ISVTX - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IWGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWGRP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IWOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWOTH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IWUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWUSR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IXGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXGRP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IXOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXOTH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- S_IXUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXUSR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- safeCompare(String, String, boolean) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- 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.
- scandir(File, String) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Scans the given directory for files and directories.
- 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
- SCP_COMMAND_PREFIX - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
Command prefix used to identify SCP commands
- SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUT - Static variable in interface org.apache.sshd.client.scp.ScpClient
-
Configurable value of the
FactoryManager
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 interface org.apache.sshd.client.scp.ScpClient
-
Configurable value of the
FactoryManager
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.server.scp.ScpCommandFactory
-
- ScpClient - Interface in org.apache.sshd.client.scp
-
- ScpClient.Option - Enum in org.apache.sshd.client.scp
-
- ScpClientCreator - Interface in org.apache.sshd.client.scp
-
- ScpCommand - Class in org.apache.sshd.server.scp
-
This commands provide SCP support on both server and client side.
- ScpCommand(String, CloseableExecutorService, int, int, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.server.scp.ScpCommand
-
- ScpCommandFactory - Class in org.apache.sshd.server.scp
-
This CommandFactory
can be used as a standalone command factory
or can be used to augment another CommandFactory
and provides
SCP
support.
- ScpCommandFactory() - Constructor for class org.apache.sshd.server.scp.ScpCommandFactory
-
- ScpCommandFactory.Builder - Class in org.apache.sshd.server.scp
-
- ScpException - Exception in org.apache.sshd.common.scp
-
- ScpException(String) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(String, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(Throwable, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpException(String, Throwable, Integer) - Constructor for exception org.apache.sshd.common.scp.ScpException
-
- ScpFileOpener - Interface in org.apache.sshd.common.scp
-
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.common.scp
-
- ScpHelper - Class in org.apache.sshd.common.scp
-
- ScpHelper(Session, InputStream, OutputStream, FileSystem, ScpFileOpener, ScpTransferEventListener) - Constructor for class org.apache.sshd.common.scp.ScpHelper
-
- ScpLocation - Class in org.apache.sshd.common.scp
-
Represents a local or remote SCP location in the format user@host:path
for a remote path and a simple path for a local one.
- ScpLocation() - Constructor for class org.apache.sshd.common.scp.ScpLocation
-
- ScpLocation(String) - Constructor for class org.apache.sshd.common.scp.ScpLocation
-
- scpLogin(String, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(String, int, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.scp.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.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session on the default port and logs in using the provided credentials
- scpLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.scp.SimpleScpClient
-
Creates an SCP session using the provided credentials
- scpLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- scpLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- ScpReceiveLineHandler - Interface in org.apache.sshd.common.scp
-
- ScpSourceStreamResolver - Interface in org.apache.sshd.common.scp
-
- ScpTargetStreamResolver - Interface in org.apache.sshd.common.scp
-
- ScpTimestamp - Class in org.apache.sshd.common.scp
-
Represents an SCP timestamp definition
- ScpTimestamp(long, long) - Constructor for class org.apache.sshd.common.scp.ScpTimestamp
-
- ScpTransferEventListener - Interface in org.apache.sshd.common.scp
-
Can be registered in order to receive events about SCP transfers
- ScpTransferEventListener.FileOperation - Enum in org.apache.sshd.common.scp
-
- securedRead(InputStream, 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
-
- SECURITY_PROVIDER_REGISTRARS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
- SecurityEntityFactory<T> - Interface in org.apache.sshd.common.util.security
-
- 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
- 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
- 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
- selectNextMatchingValue(Iterator<?>, Class<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- SelectorUtils - Class in org.apache.sshd.common.util
-
This is a utility class used by selectors and DirectoryScanner.
- selectVersion(ClientSession, int, List<Integer>) - Method in class org.apache.sshd.client.subsystem.sftp.SftpVersionSelector.NamedVersionSelector
-
- selectVersion(ClientSession, int, List<Integer>) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpVersionSelector
-
- send(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- send(int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- send(int, Buffer) - Method in interface org.apache.sshd.client.subsystem.sftp.RawSftpClient
-
- send(Collection<String>, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- send(Path, boolean, boolean, int, LinkOption...) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- send(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- send(Buffer) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- 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.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
RFC4254 does not clearly specify how to handle SSH_MSG_CHANNEL_DATA
and SSH_MSG_CHANNEL_EXTENDED_DATA
received through an unknown channel.
- 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
and
SSH_MSG_CHANNEL_EXTENDED_DATA
received through an unknown channel.
- sendAndCheckExtendedCommandStatus(Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- sendAsDirectory(Session, Path, LinkOption...) - Method in interface org.apache.sshd.common.scp.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.common.scp.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.server.subsystem.sftp.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.server.scp.ScpCommand
-
- sendChannelOpenFailure(Buffer, int, int, String, String) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- sendClientIdentification() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- sendClientProxyMetadata(ClientSession) - Method in interface org.apache.sshd.client.session.ClientProxyConnector
-
Invoked just before the client identification is sent so that the
proxy can 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.common.scp.ScpHelper
-
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendError(String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendError(O, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- sendExtendedCommand(Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.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.common.scp.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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- sendHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
Sends a heartbeat message
- sendIdentification(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Send our identification.
- 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
- sendInitialServiceRequest() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- 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() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- sendLink(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- sendNewKeys() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
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
- 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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- sendPaths(Collection<? extends Path>, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.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
-
- 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.common.scp.ScpHelper
-
- sendResponseMessage(O, int, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- sendServerIdentification(String...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Sends the server identification + any extra header lines
- sendStatus(Buffer, int, Throwable, int, Object...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
Invoked when an exception was thrown due to the execution of some SFTP command
- sendStatus(Buffer, int, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- sendStatus(Buffer, int, int, String, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- sendStream(ScpSourceStreamResolver, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendWarning(String) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendWarning(O, String) - Static method in class org.apache.sshd.common.scp.ScpHelper
-
- 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.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- seqi - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- seqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sequential(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
-
- sequential(Object, Iterable<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
-
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
- 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_EXTRA_IDENTIFICATION_LINES - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
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_IDENTIFICATION - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key used to retrieve the value of the server identification string.
- 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
-
- 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
- serverKey - Variable in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- serverKeyVerifier - Variable in class org.apache.sshd.client.ClientBuilder
-
- 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.
- 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
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.server.command.AbstractCommandSupport
-
- ServerSession - Interface in org.apache.sshd.server.session
-
- serverSession - Variable in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- ServerSessionHolder - Interface in org.apache.sshd.server.session
-
- ServerSessionImpl - Class in org.apache.sshd.server.session
-
- ServerSessionImpl(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.ServerSessionImpl
-
- 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.common.channel.AbstractChannel
-
- 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
-
- session - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- session - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
-
- 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 - Interface in org.apache.sshd.common.session
-
Represents an SSH session.
- Session.TimeoutStatus - Enum in org.apache.sshd.common.session
-
Timeout status.
- SessionAware - Interface in org.apache.sshd.server
-
Interface that can be implemented by a command to be able to access the
server session in which this command will be used.
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionClosed(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
-
- sessionClosed(Nio2Session) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- 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
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- SessionContext - Interface in org.apache.sshd.common.session
-
A "succinct" summary of the most important attributes of an SSH session
- 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(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
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- sessionDisconnect(Session, int, String, String, boolean) - Method in interface org.apache.sshd.common.session.SessionListener
-
Invoked when SSH_MSG_DISCONNECT
message was sent/received
- sessionEvent(Session, SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- 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 - Class in org.apache.sshd.client.session
-
A factory of client sessions.
- SessionFactory(ClientFactoryManager) - Constructor for class org.apache.sshd.client.session.SessionFactory
-
- sessionFactory - Variable in class org.apache.sshd.client.SshClient
-
- SessionFactory - Class in org.apache.sshd.server.session
-
A factory of server sessions.
- SessionFactory(ServerFactoryManager) - Constructor for class org.apache.sshd.server.session.SessionFactory
-
- SessionHelper - Class in org.apache.sshd.common.session.helpers
-
- 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
-
- 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 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
- sessionLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- 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, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session 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, 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, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session 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(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- 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 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
- 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
- sessions - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- 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
AbstractSession
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(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(String, String) - Method in class org.apache.sshd.server.StandardEnvironment
-
Adds a variable to the environment.
- setAccessTime(FileTime) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- setAcl(List<AclEntry>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpAclFileAttributeView
-
- setAcl(List<AclEntry>) - Method in class org.apache.sshd.client.subsystem.sftp.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
-
- 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 return
false
regardless of the configured value for
the specific provider registrar instance.
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- setAttribute(Path, String, String, Object, LinkOption...) - Method in class org.apache.sshd.client.subsystem.sftp.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(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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(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.server.subsystem.sftp.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
-
- 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.common.util.io.DirectoryScanner
-
Sets the base directory to be scanned.
- setBasedir(File) - 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.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities
-
- setChannelFactories(List<NamedFactory<Channel>>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelSession(ChannelSession) - Method in interface org.apache.sshd.server.ChannelSessionAware
-
Receives the channel in which the command is being executed.
- setChannelSession(ChannelSession) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamPacketWriterResolverManager
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelStreamPacketWriterResolver(ChannelStreamPacketWriterResolver) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setChannelType(String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- 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
-
- setCipherType(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- setClient(SimpleClient) - Method in class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- setClient(SimpleClient) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- 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...) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommand(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.client.subsystem.sftp.SftpClient.Attributes
-
- setCredentials(BasicCredentialsProvider) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setCurrentUser(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
-
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- 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
-
- 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
-
- setEcho(boolean) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- setEnv(String, String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setErr(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setErr(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setErrorStatusDataHandler(SftpErrorStatusDataHandler) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setErrorStream(OutputStream) - Method in interface org.apache.sshd.server.command.Command
-
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.server.subsystem.sftp.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
-
- setExecutorService(CloseableExecutorService) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setExecutorService(CloseableExecutorService) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
-
- 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.server.subsystem.sftp.SftpSubsystem
-
- setExtensions(Map<String, byte[]>) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.ECDH
-
- setFileAccessControl(Path, List<AclEntry>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- setFileAttribute(Path, String, String, Object, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- setFileAttributes(Path, Map<String, ?>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- setFileExtensions(Path, Map<String, byte[]>, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- setFileOwnership(Path, String, Principal, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.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.server.subsystem.sftp.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.server.subsystem.sftp.SftpSubsystem
-
- setFileSystemAccessor(SftpFileSystemAccessor) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpFileSystemAccessorManager
-
- setFileSystemAccessor(SftpFileSystemAccessor) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setFileTime(Path, String, String, FileTime, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- setForwarderFactory(ForwardingFilterFactory) - 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(GroupPrincipal) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- setGroup(String) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- 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(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- setHost(String) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setHost(String) - Method in class org.apache.sshd.common.scp.ScpLocation
-
- setHost(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
-
- setHost(String) - Method in class org.apache.sshd.server.SshServer
-
- 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
-
- setHostName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
- 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.DirectoryScanner
-
Sets the list of include patterns to use.
- setInitVector(byte...) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
-
- setInputStream(InputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setInputStream(InputStream) - Method in interface org.apache.sshd.server.command.Command
-
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.server.subsystem.sftp.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.AsyncCommand
-
Set the error stream that can be used by the shell to write its errors.
- setIoErrorStream(IoOutputStream) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- setIoInputStream(IoInputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the input stream that can be used by the shell to read input.
- setIoInputStream(IoInputStream) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- setIoOutputStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the output stream that can be used by the shell to write its output.
- setIoOutputStream(IoOutputStream) - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- 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<NamedFactory<KeyExchange>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKeyExchangeFactories(List<NamedFactory<KeyExchange>>) - 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(S, Properties, boolean) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.SshServer
-
- 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.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
-
- 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(long) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setMaxConnectTime(long) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setMaxDHGroupExchangeKeySize(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
- setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setModifyTime(FileTime) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- setName(String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
-
- setNameDecodingCharset(Charset) - Method in class org.apache.sshd.client.subsystem.sftp.impl.DefaultSftpClient
-
- setNameDecodingCharset(Charset) - Method in interface org.apache.sshd.client.subsystem.sftp.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.common.subsystem.sftp.extensions.NewlineParser.Newline
-
- setNioWorkers(int) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setNoDelay(boolean) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- 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
-
- 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, String, 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
-
- setOut(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setOut(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setOutputStream(OutputStream) - Method in interface org.apache.sshd.server.command.Command
-
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.server.subsystem.sftp.SftpSubsystem
-
- setOverwriteAllowed(boolean) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setOwner(UserPrincipal) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpAclFileAttributeView
-
- setOwner(UserPrincipal) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- setOwner(String) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- 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
-
- 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.common.scp.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(Set<PosixFilePermission>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- setPermissions(int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- setPermissions(Path, Set<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- 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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setPort(int) - Method in class org.apache.sshd.common.util.net.NetworkConnector
-
- setPort(int) - Method in class org.apache.sshd.server.SshServer
-
Configure the port number to use for this SSH server.
- 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.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- setProtocol(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
-
- setPtyColumns(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyHeight(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyLines(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyType(String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyWidth(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- 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<Random>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setReadBufferSize(int) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- setReadTimeout(long) - Method in class org.apache.sshd.common.util.net.NetworkConnector
-
- setReceiveBufferSize(int) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setRecipient(int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- 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.client.scp.SimpleScpClientImpl
-
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- setScpFileOpener(ScpFileOpener) - Method in interface org.apache.sshd.common.scp.ScpFileOpenerHolder
-
- setScpFileOpener(ScpFileOpener) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setScpTransferEventListener(ScpTransferEventListener) - Method in class org.apache.sshd.client.scp.AbstractScpClientCreator
-
- setScpTransferEventListener(ScpTransferEventListener) - Method in interface org.apache.sshd.client.scp.ScpClientCreator
-
- setSendBufferSize(int) - Method in class org.apache.sshd.server.scp.ScpCommandFactory
-
- setServerKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- 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<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.SessionAware
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.client.SshClient
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.server.SshServer
-
- setSftpClientFactory(SftpClientFactory) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- setSftpFileSystemClientSessionInitializer(SftpFileSystemClientSessionInitializer) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- setShellFactory(Factory<Command>) - Method in class org.apache.sshd.server.SshServer
-
- 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.client.subsystem.sftp.SftpClient.Attributes
-
- setSocketOptions(S) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setStat(String, SftpClient.Attributes) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- setStat(String, SftpClient.Attributes) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Update remote node meta-data
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Update remote node meta-data
- setStreaming(ClientChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setStreaming(ClientChannel.Streaming) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setStringExtensions(Map<String, String>) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- setSttyCommand(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
- setSubsystemFactories(List<NamedFactory<Command>>) - 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.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- setType(int) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- 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.server.subsystem.sftp.SftpSubsystemFactory
-
- setUpBuiltinFactories(boolean, Collection<? extends E>) - Static method in interface org.apache.sshd.common.NamedFactory
-
- 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.
- 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
-
- setUpDefaultSignatures(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
-
- 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
-
- setupSession(S) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- setupSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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<NamedFactory<UserAuth>>) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.client.SshClient
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.server.SshServer
-
- setUserAuthFactoriesNameList(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactoriesNameList(String) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setUserAuthFactoriesNames(String...) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactoriesNames(String...) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- 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.scp.ScpLocation
-
- setUsername(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setUsersHomeDir(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set the root location where users home is to be created
- setValue(Object) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Sets the result of the asynchronous operation, and mark it as finished.
- setValue(byte[]) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
- setVersion(String) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension
-
- setVersions(List<String>) - Method in class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- setWin32(Boolean) - Static method in class org.apache.sshd.common.util.OsUtils
-
- setWriteBufferSize(int) - Method in class org.apache.sshd.client.subsystem.sftp.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_CHANNEL_OPEN_TIMEOUT - Static variable in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Property that can be used on the
FactoryManager
to control the internal timeout used by the client to open a channel.
- SFTP_SUBSYSTEM_NAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFTP_V3 - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFTP_V4 - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFTP_V5 - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFTP_V6 - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFTP_VERSION - Static variable in interface org.apache.sshd.server.subsystem.sftp.SftpSubsystemEnvironment
-
Force the use of a given sftp version
- SftpAclFileAttributeView - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpAclFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpAclFileAttributeView
-
- SftpClient - Interface in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.Attribute - Enum in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.Attributes - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.CloseableHandle - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.CopyMode - Enum in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.DirEntry - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.Handle - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpClient.OpenMode - Enum in org.apache.sshd.client.subsystem.sftp
-
- SftpClientExtension - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- SftpClientExtensionFactory - Interface in org.apache.sshd.client.subsystem.sftp.extensions
-
- SftpClientFactory - Interface in org.apache.sshd.client.subsystem.sftp
-
TODO Add javadoc
- SftpConstants - Class in org.apache.sshd.common.subsystem.sftp
-
- SftpDirectoryStream - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpDirectoryStream(SftpPath) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpDirectoryStream
-
- SftpDirEntryIterator - Class in org.apache.sshd.client.subsystem.sftp
-
Iterates over the available directory entries for a given path.
- SftpDirEntryIterator(SftpClient, String) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- SftpDirEntryIterator(SftpClient, SftpClient.Handle) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- SftpDirEntryIterator(SftpClient, String, SftpClient.Handle, boolean) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpDirEntryIterator
-
- SftpErrorStatusDataHandler - Interface in org.apache.sshd.server.subsystem.sftp
-
Invoked in order to format failed commands messages
- SftpEventListener - Interface in org.apache.sshd.server.subsystem.sftp
-
Can be used register for SFTP events.
- SftpEventListenerManager - Interface in org.apache.sshd.server.subsystem.sftp
-
- SftpException - Exception in org.apache.sshd.common.subsystem.sftp
-
- SftpException(int, String) - Constructor for exception org.apache.sshd.common.subsystem.sftp.SftpException
-
- SftpFileStore - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileStore(String, SftpFileSystem) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- SftpFileSystem - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystem(SftpFileSystemProvider, String, ClientSession, SftpClientFactory, SftpVersionSelector) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- SftpFileSystem.DefaultGroupPrincipal - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystem.DefaultUserPrincipal - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystem.DefaultUserPrincipalLookupService - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystemAccessor - Interface in org.apache.sshd.server.subsystem.sftp
-
- SftpFileSystemAccessorManager - Interface in org.apache.sshd.server.subsystem.sftp
-
- SftpFileSystemChannel - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystemChannel(SftpPath, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemChannel
-
- SftpFileSystemChannel(String, SftpFileSystem, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemChannel
-
- SftpFileSystemClientSessionInitializer - Interface in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystemInitializationContext - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpFileSystemInitializationContext(String, URI, Map<String, ?>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemInitializationContext
-
- SftpFileSystemProvider - Class in org.apache.sshd.client.subsystem.sftp.fs
-
A registered
FileSystemProvider
that registers the "sftp://"
scheme so that URLs with this protocol are handled as remote SFTP
Path
-s
- e.g., "
sftp://user:password@host/remote/file/path
"
- SftpFileSystemProvider() - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- SftpFileSystemProvider(SftpVersionSelector) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- SftpFileSystemProvider(SshClient) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- SftpFileSystemProvider(SshClient, SftpVersionSelector) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- SftpFileSystemProvider(SshClient, SftpClientFactory, SftpVersionSelector) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
- SftpHelper - Class in org.apache.sshd.common.subsystem.sftp
-
- SftpInputStreamWithChannel - Class in org.apache.sshd.client.subsystem.sftp
-
Implements an input stream for reading from a remote file
- SftpInputStreamWithChannel(SftpClient, int, String, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- SftpIterableDirEntry - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpIterableDirEntry(SftpClient, String) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpIterableDirEntry
-
- sftpLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- sftpLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- sftpLogin(String, String, String) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(String, int, String, String) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.subsystem.sftp.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.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session on the default port and logs in using the provided credentials
- sftpLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- sftpLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.subsystem.sftp.SimpleSftpClient
-
Creates an SFTP session using the provided credentials
- SftpOutputStreamWithChannel - Class in org.apache.sshd.client.subsystem.sftp
-
Implements an output stream for a given remote file
- SftpOutputStreamWithChannel(SftpClient, int, String, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpOutputStreamWithChannel
-
- SftpPath - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpPath(SftpFileSystem, String, List<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpPath
-
- SftpPathIterator - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpPathIterator(SftpPath, Iterable<? extends SftpClient.DirEntry>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpPathIterator
-
- SftpPathIterator(SftpPath, Iterator<? extends SftpClient.DirEntry>) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpPathIterator
-
- SftpPosixFileAttributes - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpPosixFileAttributes(Path, SftpClient.Attributes) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- SftpPosixFileAttributeView - Class in org.apache.sshd.client.subsystem.sftp.fs
-
- SftpPosixFileAttributeView(SftpFileSystemProvider, Path, LinkOption...) - Constructor for class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributeView
-
- SftpRemotePathChannel - Class in org.apache.sshd.client.subsystem.sftp
-
- SftpRemotePathChannel(String, SftpClient, boolean, Collection<SftpClient.OpenMode>) - Constructor for class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- SftpSubsystem - Class in org.apache.sshd.server.subsystem.sftp
-
SFTP subsystem
- SftpSubsystem(CloseableExecutorService, UnsupportedAttributePolicy, SftpFileSystemAccessor, SftpErrorStatusDataHandler) - Constructor for class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- SftpSubsystemEnvironment - Interface in org.apache.sshd.server.subsystem.sftp
-
- SftpSubsystemFactory - Class in org.apache.sshd.server.subsystem.sftp
-
- SftpSubsystemFactory() - Constructor for class org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory
-
- SftpSubsystemFactory.Builder - Class in org.apache.sshd.server.subsystem.sftp
-
- SftpUniversalOwnerAndGroup - Enum in org.apache.sshd.common.subsystem.sftp
-
Some universal identifiers used in owner and/or group specification strings
- SftpVersionSelector - Interface in org.apache.sshd.client.subsystem.sftp
-
- SftpVersionSelector.NamedVersionSelector - Class in org.apache.sshd.client.subsystem.sftp
-
- SFX_ACL_AUDIT_ALARM_INCLUDED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFX_ACL_AUDIT_ALARM_INHERITED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFX_ACL_CONTROL_INCLUDED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFX_ACL_CONTROL_INHERITED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SFX_ACL_CONTROL_PRESENT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SHA1 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- SHA224 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- SHA256 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- SHA384 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- SHA512 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
-
- ShellFactory - Interface in org.apache.sshd.server.shell
-
Useful marker interface
- 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
-
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- sign(PublicKey, byte[]) - Method in interface org.apache.sshd.agent.SshAgent
-
- sign(byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- sign(byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- sign(byte[]) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
Proves the public key identity by signing the given data
- sign() - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- sign() - Method in interface org.apache.sshd.common.signature.Signature
-
Compute the signature
- sign() - Method in class org.apache.sshd.common.signature.SignatureDSA
-
- sign() - Method in class org.apache.sshd.common.signature.SignatureECDSA
-
- Signal - Enum in org.apache.sshd.server
-
System signals definition that the shell can receive.
- signal(Signal) - Method in interface org.apache.sshd.server.SignalListener
-
- signal(Signal) - Method in class org.apache.sshd.server.StandardEnvironment
-
- signalAuthFailure(AuthFuture, Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- 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
-
- signalEstablishedDynamicTunnel(SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishedExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalEstablishingExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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(List<String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- signalHandleOpen(SftpSubsystem) - Method in class org.apache.sshd.server.subsystem.sftp.Handle
-
- signalHandleOpening(SftpSubsystem) - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- 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.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- signalRemovalPreConditionFailure(int, String, Path, E) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- SIGNALS - Static variable in enum org.apache.sshd.server.Signal
-
An un-modifiable
Set
of all the available
Signal
s
- 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
-
- 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
-
- signalTearingDownDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTearingDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownDynamicTunnel(SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- signalTornDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- Signature - Interface in org.apache.sshd.common.signature
-
Signature interface for SSH used to sign or verify packets.
- 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.common.BaseBuilder
-
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- SignatureFactoriesManager - Interface in org.apache.sshd.common.signature
-
Manage the list of named factories for Signature
.
- SignatureFactory - Interface in org.apache.sshd.common.signature
-
- SignatureRSA - Class in org.apache.sshd.common.signature
-
RSA Signature
- SignatureRSA() - Constructor for class org.apache.sshd.common.signature.SignatureRSA
-
- SignatureRSA(String) - Constructor for class org.apache.sshd.common.signature.SignatureRSA
-
- 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
-
- SimpleScpClient - Interface in org.apache.sshd.client.scp
-
A simplified synchronous API for obtaining SCP sessions.
- SimpleScpClientImpl - Class in org.apache.sshd.client.scp
-
TODO Add javadoc
- SimpleScpClientImpl() - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- SimpleScpClientImpl(SimpleClient) - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- SimpleScpClientImpl(SimpleClient, ScpClientCreator) - Constructor for class org.apache.sshd.client.scp.SimpleScpClientImpl
-
- SimpleSessionClient - Interface in org.apache.sshd.client.simple
-
A simplified synchronous API for creating client sessions
- SimpleSftpClient - Interface in org.apache.sshd.client.subsystem.sftp
-
A simplified synchronous API for obtaining SFTP sessions.
- SimpleSftpClientImpl - Class in org.apache.sshd.client.subsystem.sftp.impl
-
- SimpleSftpClientImpl() - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- SimpleSftpClientImpl(SimpleClient) - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- SimpleSftpClientImpl(SimpleClient, SftpClientFactory) - Constructor for class org.apache.sshd.client.subsystem.sftp.impl.SimpleSftpClientImpl
-
- SimplifiedLog - Interface in org.apache.sshd.common.util.logging
-
- SINGLE_CHAR_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used in a host pattern to denote any one character
- 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
-
- SIX_MONTHS - Static variable in class org.apache.sshd.server.subsystem.sftp.UnixDateFormat
-
Six months duration in msec.
- size() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpPosixFileAttributes
-
- size(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpClient.Attributes
-
- size() - Method in class org.apache.sshd.client.subsystem.sftp.SftpRemotePathChannel
-
- size - Variable in class org.apache.sshd.common.scp.helpers.LocalFileScpSourceStreamResolver
-
- 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(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- size(Map<?, ?>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- size() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
-
- SIZE - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
-
- size() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
- skip(long) - Method in class org.apache.sshd.client.subsystem.sftp.SftpInputStreamWithChannel
-
- skip() - Method in class org.apache.sshd.common.config.keys.loader.putty.PuttyKeyReader
-
- skip(long) - Method in class org.apache.sshd.common.util.io.CloseableEmptyInputStream
-
- skip(long) - Method in class org.apache.sshd.common.util.io.EmptyInputStream
-
- skip(long) - Method in class org.apache.sshd.common.util.io.LimitInputStream
-
- skip(long) - Method in class org.apache.sshd.common.util.io.NullInputStream
-
- SKIP_SIZE - Static variable in class org.apache.sshd.common.cipher.BaseRC4Cipher
-
- 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 interface org.apache.sshd.common.FactoryManager
-
Socket backlog.
- SOCKET_BACKLOG - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket backlog.
- SOCKET_KEEPALIVE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket keep-alive.
- SOCKET_KEEPALIVE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket linger.
- SOCKET_LINGER - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket linger.
- SOCKET_RCVBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket receive buffer size.
- SOCKET_RCVBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket reuse address.
- SOCKET_REUSEADDR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket send buffer size.
- SOCKET_SNDBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket send buffer size.
- 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
-
- SORTED_KEY_SIZE - Static variable in enum org.apache.sshd.common.cipher.ECCurves
-
- 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.client.subsystem.sftp.extensions
-
Implements the "space-available" extension
- SpaceAvailableExtensionImpl - Class in org.apache.sshd.client.subsystem.sftp.extensions.helpers
-
Implements "space-available" extension
- SpaceAvailableExtensionImpl(SftpClient, RawSftpClient, Collection<String>) - Constructor for class org.apache.sshd.client.subsystem.sftp.extensions.helpers.SpaceAvailableExtensionImpl
-
- SpaceAvailableExtensionInfo - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- SpaceAvailableExtensionInfo() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- SpaceAvailableExtensionInfo(Buffer) - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- SpaceAvailableExtensionInfo(FileStore) - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.SpaceAvailableExtensionInfo
-
- split(String, char) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- 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
-
- SSH_ACL_CAP_ALARM - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_ACL_CAP_ALLOW - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_ACL_CAP_AUDIT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_ACL_CAP_DENY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_ACL_CAP_INHERIT_ACCESS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_ACL_CAP_INHERIT_AUDIT_ALARM - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_AGENT_CONSTRAIN_CONFIRM - 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_ED25519 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for ED25519 elliptic curve keys
- SSH_EXTENDED_DATA_STDERR - Static variable in class org.apache.sshd.common.SshConstants
-
- SSH_FILEXFER_ATTR_ACCESSTIME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_ACL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_ALL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_ALLOCATION_SIZE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_BITS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_CREATETIME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_CTIME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_APPEND_ONLY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_ARCHIVE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_CASE_INSENSITIVE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_COMPRESSED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_ENCRYPTED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_HIDDEN - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_IMMUTABLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_READONLY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_SPARSE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_SYNC - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_FLAGS_SYSTEM - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_LINK_COUNT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_MIME_TYPE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_MODIFYTIME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_OWNERGROUP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_SIZE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_SUBSECOND_TIMES - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_TEXT_HINT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_UIDGID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_ATTR_UNTRANSLATED_NAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_BLOCK_DEVICE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_CHAR_DEVICE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_DIRECTORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_FIFO - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_REGULAR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_SOCKET - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_SPECIAL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_SYMLINK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FILEXFER_TYPE_UNKNOWN - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_BAD_MESSAGE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_CANNOT_DELETE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_CONNECTION_LOST - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_DELETE_PENDING - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_DIR_NOT_EMPTY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_EOF - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_FAILURE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_FILE_ALREADY_EXISTS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_FILE_CORRUPT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_FILE_IS_A_DIRECTORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_GROUP_INVALID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_INVALID_FILENAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_INVALID_HANDLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_INVALID_PARAMETER - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_LINK_LOOP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_LOCK_CONFLICT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_CONNECTION - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_MEDIA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_SUCH_FILE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NO_SUCH_PATH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_NOT_A_DIRECTORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_OK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_OP_UNSUPPORTED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_OWNER_INVALID - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_PERMISSION_DENIED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_QUOTA_EXCEEDED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_UNKNOWN_PRINCIPAL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FX_WRITE_PROTECT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXE_STATVFS_ST_NOSUID - Static variable in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- SSH_FXE_STATVFS_ST_RDONLY - Static variable in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatExtensionInfo
-
- SSH_FXF_ACCESS_AUDIT_ALARM_INFO - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_ACCESS_BACKUP - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_ACCESS_DISPOSITION - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_APPEND - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_APPEND_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_APPEND_DATA_ATOMIC - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_BACKUP_STREAM - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_BLOCK_ADVISORY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_CREAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_CREATE_NEW - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_CREATE_TRUNCATE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_DELETE_LOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_DELETE_ON_CLOSE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_EXCL - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_NOFOLLOW - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_OPEN_EXISTING - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_OPEN_OR_CREATE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_OVERRIDE_OWNER - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_READ - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_READ_LOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_RENAME_ATOMIC - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_RENAME_NATIVE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_RENAME_OVERWRITE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_TEXT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_TEXT_MODE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_TRUNC - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_TRUNCATE_EXISTING - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_WRITE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXF_WRITE_LOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_ATTRS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_BLOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_CLOSE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_DATA - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_EXTENDED - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_EXTENDED_REPLY - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_FSETSTAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_FSTAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_HANDLE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_INIT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_LINK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_LSTAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_MKDIR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_NAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_OPEN - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_OPENDIR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_READ - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_READDIR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_READLINK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_REALPATH - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_REALPATH_NO_CHECK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_REALPATH_STAT_ALWAYS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_REALPATH_STAT_IF - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_REMOVE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_RENAME - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_RENAME_ATOMIC - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_RENAME_NATIVE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_RENAME_OVERWRITE - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_RMDIR - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_SETSTAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_STAT - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_STATUS - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_SYMLINK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_UNBLOCK - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_VERSION - Static variable in class org.apache.sshd.common.subsystem.sftp.SftpConstants
-
- SSH_FXP_WRITE - Static variable in class org.apache.sshd.common.subsystem.sftp.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_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_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
- SshAgent - Interface in org.apache.sshd.agent
-
SSH key agent server
- SshAgentConstants - Class in org.apache.sshd.agent
-
- SshAgentFactory - Interface in org.apache.sshd.agent
-
The SshAgentFactory
is used to communicate with an SshAgent.
- 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
-
- 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, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
-
- SshChannelBufferedOutputException(int, String, 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, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelClosedException(int, String, 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, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelException(int, String, 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, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelNotFoundException(int, String, 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
-
- SshConfigFileReader - Class in org.apache.sshd.common.config
-
Reads and interprets some useful configurations from an OpenSSH
configuration file.
- SshConstants - Class in org.apache.sshd.common
-
This interface defines constants for the SSH protocol.
- 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(InetSocketAddress) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
-
- SshdSocketAddress(String, int) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
-
- SshdThreadFactory - Class in org.apache.sshd.common.util.threads
-
- 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(String) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(String, Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, String) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, String, 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.
- 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>, ThreadFactory) - 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, 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(Environment) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- start(Environment) - Method in interface org.apache.sshd.server.command.CommandLifecycle
-
Starts the command execution.
- start(Environment) - Method in class org.apache.sshd.server.scp.ScpCommand
-
- start() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- start(Environment) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- start(Environment) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- start(Environment) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- start() - Method in class org.apache.sshd.server.SshServer
-
Start the SSH server and accept incoming exceptions on the configured port.
- start(Environment) - Method in class org.apache.sshd.server.subsystem.sftp.SftpSubsystem
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start dynamic local port forwarding using a SOCKS proxy.
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- startFileEvent(Session, ScpTransferEventListener.FileOperation, Path, long, Set<PosixFilePermission>) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in class org.apache.sshd.common.scp.AbstractScpTransferEventListenerAdapter
-
- startFolderEvent(Session, ScpTransferEventListener.FileOperation, Path, Set<PosixFilePermission>) - Method in interface org.apache.sshd.common.scp.ScpTransferEventListener
-
- startHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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(int) - 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(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.DefaultForwardingFilter
-
- 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) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startService(String) - Method in interface org.apache.sshd.common.session.Session
-
- startService(String) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- startsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
-
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
-
- startsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
-
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
-
- startsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
-
- startWriting() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- startWriting() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- stat(SftpClient.Handle) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.OpenSSHStatHandleExtensionImpl
-
- stat(String) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers.OpenSSHStatPathExtensionImpl
-
- stat(SftpClient.Handle) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatHandleExtension
-
- stat(String) - Method in interface org.apache.sshd.client.subsystem.sftp.extensions.openssh.OpenSSHStatPathExtension
-
- stat(String) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- stat(SftpClient.Handle) - Method in class org.apache.sshd.client.subsystem.sftp.impl.AbstractSftpClient
-
- stat(String) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Retrieve remote path meta-data - follow symbolic links if encountered
- stat(SftpClient.Handle) - Method in interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Retrieve file/directory handle meta-data
- state - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
State of this object
- STATIC_IO_MSG_RECEIVED_EVENTS - Static variable in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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
-
- 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.scp.helpers.LocalFileScpTargetStreamResolver
-
- StatVfsExtensionParser - Class in org.apache.sshd.common.subsystem.sftp.extensions.openssh
-
- StatVfsExtensionParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.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
- StfpIterableDirHandle - Class in org.apache.sshd.client.subsystem.sftp
-
- StfpIterableDirHandle(SftpClient, SftpClient.Handle) - Constructor for class org.apache.sshd.client.subsystem.sftp.StfpIterableDirHandle
-
- 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_WAIT_TIME - Static variable in interface org.apache.sshd.common.FactoryManager
-
Timeout (milliseconds) to wait for client / server stop request
if immediate stop requested.
- 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.DefaultForwardingFilter
-
- 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
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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.DefaultForwardingFilter
-
- 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
-
- stream(Iterable<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- streaming - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- 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
-
- STRICTLY_PROHIBITED_FILE_PERMISSION - Static variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
- 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
-
- 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.
- SttySupport - Class in org.apache.sshd.common.channel
-
Support for stty command on unix
- sub(int) - Static method in class org.apache.sshd.common.util.Int2IntFunction
-
- submit(Callable<T>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- submit(Runnable, T) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- submit(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
-
- submit(Runnable, String...) - Method in class org.apache.sshd.server.subsystem.sftp.TreeLockExecutor
-
- 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_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
- SubsystemClient - Interface in org.apache.sshd.client.subsystem
-
- SubsystemFactory - Interface in org.apache.sshd.server.subsystem
-
- supplierOf(T) - Static method in class org.apache.sshd.common.util.GenericUtils
-
- Supported() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- Supported2() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- Supported2Parser - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- Supported2Parser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser
-
- Supported2Parser.Supported2 - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- SUPPORTED_OPTIONS - Static variable in enum org.apache.sshd.client.subsystem.sftp.SftpClient.OpenMode
-
- supportedAccessMask - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedAccessMask - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- supportedAttributeBits - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedAttributeBits - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- supportedAttributeMask - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedAttributeMask - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- supportedBlock - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedEntities - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
- supportedExtensions(Map<String, ?>) - Static method in class org.apache.sshd.common.subsystem.sftp.extensions.ParserUtils
-
- supportedFileAttributeViews() - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystem
-
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- supportedOpenBlockVector - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedOpenFlags - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.Supported2Parser.Supported2
-
- supportedOpenFlags - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser.Supported
-
- SupportedParser - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- SupportedParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.SupportedParser
-
- SupportedParser.Supported - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- supportsFileAttributeView(String) - Method in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileStore
-
- suspend() - 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 interface org.apache.sshd.client.subsystem.sftp.SftpClient
-
Create symbolic link
- syncFileData(ServerSession, SftpEventListenerManager, Path, String, Channel) - Method in interface org.apache.sshd.server.subsystem.sftp.SftpFileSystemAccessor
-
Called when file meta-data re-synchronization is required
- synchronizedListenersSet(Collection<? extends L>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
-
- synchronizedListenersSet() - 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 in org.apache.sshd.common.config
-
- 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
-
- SyspropsMapWrapper - Class in org.apache.sshd.common
-
A wrapper that exposes a read-only
Map
access to the system
properties.
- v_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- v_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- validateAckReplyCode(String, Object, int, boolean) - Method in class org.apache.sshd.common.scp.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, int, boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- validateExcludedPermissions(Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
- validateFilePath(Path, Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- validateHandle(String, Handle, Class<H>) - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- validateIncomingResponse(int, int, int, int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.extensions.helpers.AbstractSftpClientExtension
-
- validateIncomingResponse(int, int, int, int, Buffer) - Method in class org.apache.sshd.client.subsystem.sftp.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.scp.ScpTransferEventListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.session.SessionListener
-
- validateListener(L, String) - Static method in interface org.apache.sshd.common.util.SshdEventListener
-
Makes sure that the listener is neither null
nor a proxy
- validateListener(L) - Static method in interface org.apache.sshd.server.SignalListener
-
- validateListener(L) - Static method in interface org.apache.sshd.server.subsystem.sftp.SftpEventListener
-
- validateOperationReadyCode(String, Object, int, boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- validateProposedVersion(Buffer, int, String) - Method in class org.apache.sshd.server.subsystem.sftp.AbstractSftpSubsystemHelper
-
- validateRealPath(int, String, Path, LinkOption...) - Method in class org.apache.sshd.server.subsystem.sftp.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
-
- validating(Property<T>, Consumer<T>) - Static method in interface org.apache.sshd.common.Property
-
- Validating(Property<T>, Consumer<T>) - Constructor for class org.apache.sshd.common.Property.Validating
-
- valueOf(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.channel.ClientChannel.Streaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.scp.ScpClient.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.subsystem.sftp.extensions.BuiltinSftpClientExtensions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.CopyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.OpenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.RequestHandler.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.Cipher.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.compression.Compression.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.CompressionConfigValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.LogLevelValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.SyslogFacilityValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.KexProposalOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.KexState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.scp.ScpTransferEventListener.FileOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.Session.TimeoutStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.SessionListener.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.subsystem.sftp.SftpUniversalOwnerAndGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.Signal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.subsystem.sftp.UnsupportedAttributePolicy
-
Returns the enum constant of this type with the specified name.
- VALUES - Static variable in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.channel.ClientChannel.Streaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.channel.ClientChannelEvent
-
- values() - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
- values() - Static method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.scp.ScpClient.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.subsystem.sftp.extensions.BuiltinSftpClientExtensions
-
- values() - Static method in enum org.apache.sshd.client.subsystem.sftp.extensions.BuiltinSftpClientExtensions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.CopyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.subsystem.sftp.SftpClient.OpenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.channel.PtyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.channel.RequestHandler.Result
-
- values() - Static method in enum org.apache.sshd.common.channel.RequestHandler.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
- values() - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.cipher.Cipher.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
- values() - Static method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.cipher.ECCurves
-
A
Set
of all the known curves
- values() - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.compression.BuiltinCompressions
-
- values() - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.compression.Compression.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.CompressionConfigValue
-
- values() - Static method in enum org.apache.sshd.common.config.CompressionConfigValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
- values() - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
- values() - Static method in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.LogLevelValue
-
- values() - Static method in enum org.apache.sshd.common.config.LogLevelValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.SyslogFacilityValue
-
- values() - Static method in enum org.apache.sshd.common.config.SyslogFacilityValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.config.TimeValueConfig
-
- values() - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.digest.BuiltinDigests
-
- values() - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- values() - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- values() - Static method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- values() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
-
- values() - Static method in enum org.apache.sshd.common.kex.KexProposalOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.KexState
-
- values() - Static method in enum org.apache.sshd.common.kex.KexState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.mac.BuiltinMacs
-
- values() - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.scp.ScpTransferEventListener.FileOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.session.Session.TimeoutStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.session.SessionListener.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.signature.BuiltinSignatures
-
- values() - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.subsystem.sftp.SftpUniversalOwnerAndGroup
-
- values() - Static method in enum org.apache.sshd.common.subsystem.sftp.SftpUniversalOwnerAndGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.sshd.common.SyspropsMapWrapper
-
- values() - Static method in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
-
- VALUES - Static variable in enum org.apache.sshd.common.util.io.der.ASN1Class
-
- values() - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.util.io.der.ASN1Type
-
- values() - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
- values() - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
- values() - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
- values() - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.server.Signal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.subsystem.sftp.UnsupportedAttributePolicy
-
- values() - Static method in enum org.apache.sshd.server.subsystem.sftp.UnsupportedAttributePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VendorId() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser.VendorId
-
- VendorIdParser - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- VendorIdParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser
-
- VendorIdParser.VendorId - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- vendorName - Variable in class org.apache.sshd.common.subsystem.sftp.extensions.VendorIdParser.VendorId
-
- VerifiableFuture<T> - Interface in org.apache.sshd.common.future
-
Represents an asynchronous operation whose successful result can be
verified somehow.
- 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() - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
- verify(long, TimeUnit) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- 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(byte[]) - Method in interface org.apache.sshd.common.signature.Signature
-
Verify against the given signature
- verify(byte[]) - Method in class org.apache.sshd.common.signature.SignatureDSA
-
- verify(byte[]) - Method in class org.apache.sshd.common.signature.SignatureECDSA
-
- verify(byte[]) - Method in class org.apache.sshd.common.signature.SignatureRSA
-
- verify(byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.SignatureEd25519
-
- 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.server.subsystem.sftp.SftpSubsystem
-
- VERSION_PARAM - Static variable in class org.apache.sshd.client.subsystem.sftp.fs.SftpFileSystemProvider
-
URI parameter that can be used to specify a special version selection.
- 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
-
- Versions() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- Versions(List<String>) - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions
-
- VersionsParser - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- VersionsParser() - Constructor for class org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser
-
- VersionsParser.Versions - Class in org.apache.sshd.common.subsystem.sftp.extensions
-
- 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
-