- Static variable in class org.apache.sshd.client.
- e - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- 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
-
- EMPTY - Static variable in class org.apache.sshd.client.auth.BuiltinUserAuthFactories.ParseResult
-
- EMPTY - Static variable in interface org.apache.sshd.common.channel.ChannelListener
-
- 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.server.auth.BuiltinUserAuthFactories.ParseResult
-
- encode(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Encode a buffer into the SSH protocol.
- encodeLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
-
- env - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- 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
-
- 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.server.auth.keyboard.PromptEntry
-
- equals(Object) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- 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
-
- 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
- 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(Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Handle any exceptions that occurred on this session.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- 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
-
- exec(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the specified command and return the output
(both stdout and stderr).
- 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
-
- executor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- executorService - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- 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
-
- 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
-
- g - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- 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
- 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
- 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
-
- getAgent() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- 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
-
- getAlias() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- 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(AttributeStore.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getAttribute(AttributeStore.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(AttributeStore.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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.AbstractSession
-
- getAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
- getBLString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- 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
-
- 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.AbstractSession
-
- 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.AbstractSession
-
- 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
-
- 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.
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- 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.AbstractSession
-
- 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
-
- 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
- getCiphers(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getClient() - Method in class org.apache.sshd.client.session.SessionFactory
-
- 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.subsystem.SubsystemClient
-
- 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
-
- getClientIdentityLoader() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- getClientIdentityLoader() - Method in class org.apache.sshd.client.SshClient
-
- 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.kex.AbstractDHClientKeyExchange
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getClientSession() - Method in interface org.apache.sshd.client.session.ClientSessionHolder
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getClientSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- 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.Session
-
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
-
- 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
- getComment() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- 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
- 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.
- 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.AbstractSession
-
- 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
-
- getCurrentPasswordCandidate() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getDefaultAuthorizedKeysFile() - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- getDefaultDir() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- getDefaultHomeDir() - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- getDefaultIoServiceFactoryFactoryInstance() - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- getDefaultListeners() - Method in class org.apache.sshd.common.forward.DefaultForwardingFilter
-
- 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
-
- getDomain() - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getE() - Method in class org.apache.sshd.common.kex.DHG
-
- getE() - Method in class org.apache.sshd.common.kex.ECDH
-
- getEnv() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the environment map
- getEnv() - Method in class org.apache.sshd.server.StandardEnvironment
-
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getEnvironment() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- 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
-
- 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.agent.unix.AgentServer
-
- getExecutorService() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- getExecutorService() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getExecutorService() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getExecutorService() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getExecutorService() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- 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
-
- 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.AbstractSession
-
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- 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
-
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- getFileName() - Method in class org.apache.sshd.common.file.util.BasePath
-
- getFileName() - Method in class org.apache.sshd.common.file.util.MockPath
-
- getFilePasswordProvider() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- getFilePasswordProvider() - Method in class org.apache.sshd.client.SshClient
-
- getFileStore(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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(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
-
- 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
-
- 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.AbstractSession
-
- 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
-
- 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
- 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.
- 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
-
- 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.agent.unix.AgentServerProxy
-
- getId() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getId() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- getId() - Method in interface org.apache.sshd.common.channel.Channel
-
- getId() - Method in interface org.apache.sshd.common.io.IoSession
-
- getId() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getId() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Returns the session id.
- 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
-
- 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.server.config.keys.ServerIdentity
-
- getIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getIdleTimeout() - 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
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.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.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.agent.unix.AprLibrary
-
get the shared instance of APR library, if none, initialize one
- 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
-
- 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
-
- 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.AbstractSession
-
- getIoSession() - Method in interface org.apache.sshd.common.session.Session
-
- getIoSession() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- 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
- 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
-
- 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
-
- 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
.
- getKeyPair(Collection<? extends Map.Entry<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- getKeyPairProvider() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getKeySet() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- getLanguage() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- getLanguageTag() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getLoadedHostsEntries() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getLocalAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getLocalAddress() - Method in interface org.apache.sshd.common.io.IoSession
-
- getLocalAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getLocalAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- 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.AbstractSession
-
- 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
-
- getLock() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
-
- 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
-
- getMaxSize() - Method in class org.apache.sshd.common.channel.Window
-
- getMessage() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- getMetadataMap() - Method in interface org.apache.sshd.client.session.ClientSession
-
Access to the metadata.
- getMetadataMap() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getModifiedServerKeyAcceptor() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getName() - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- getName() - Method in class org.apache.sshd.agent.unix.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 class org.apache.sshd.client.kex.DHGClient
-
- getName() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getName() - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- getName(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 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
-
- getNameCount() - Method in class org.apache.sshd.common.file.util.BasePath
-
- getNameCount() - Method in class org.apache.sshd.common.file.util.MockPath
-
- 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
- getNextChannelId() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- 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
-
- getOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getOpenFuture() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getOriginatorAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- 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
-
- 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
-
- 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 class org.apache.sshd.common.session.helpers.AbstractSession
-
- getParsedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- 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
-
- 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.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
-
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- 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
-
- 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.common.channel.AbstractChannel
-
- getProperties() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getProperties() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getProposalIndex() - Method in enum org.apache.sshd.common.kex.KexProposalOption
-
- 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
-
- 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
-
- getPublicKeysParser() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- 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
-
- getRead() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getRead() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
- getReasonCode() - Method in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
The reason code as specified by RFC 4254.
- getRecipient() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRecipient() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- 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
-
- 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
-
- getRemoteAddress() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- getRemoteAddress() - Method in interface org.apache.sshd.common.io.IoSession
-
- getRemoteAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- 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.AbstractSession
-
- 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
-
- 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.AbstractSession
-
- getReservedSessionMessagesHandler() - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- 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
-
- getScheduledExecutorService() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ScheduledExecutorService
to be used.
- getScheduledExecutorService() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getScheme() - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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
-
- 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
-
- getServerVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerVersion() - Method in interface org.apache.sshd.common.session.Session
-
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.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 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
-
- 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.Session
-
- 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
-
- 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
-
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.StandardEnvironment
-
Retrieves the set of listeners registered for a signal
- 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 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
-
- getSignatures(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getSimpleKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
-
- getSize() - Method in class org.apache.sshd.common.channel.Window
-
- 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.AbstractSession
-
- 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.AbstractSession
-
- getStreaming() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getStreaming() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- 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
-
- 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.AbstractSession
-
- getTimeoutStatus() - Method in interface org.apache.sshd.common.session.Session
-
Check if timeout has occurred.
- 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 class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- 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.AbstractSession
-
- getUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- getUnsupportedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- 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).
- 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
-
- 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.common.session.helpers.AbstractSession
-
- getUsername() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getUsername() - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.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
-
- 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
-
- getWelcomePhase() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- 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_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- GSSAuthenticator - Class in org.apache.sshd.server.auth.gss
-
Class providing basic GSS authentication services.
- GSSAuthenticator() - Constructor for class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
- h - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- handleAcceptance(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleAcceptance(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleAcceptance(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleAcceptance(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleAgentForwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleAuthenticationFailure(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationInProgress(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationSuccess(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleBreak(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleChannelConnectResult(OpenFuture, IoConnectFuture) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenFailure(OpenFuture, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenSuccess(OpenFuture, IoSession) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelRegistrationFailure(Channel, int) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClientPasswordChangeRequest(Buffer, ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invoked when the client sends a SSH_MSG_USERAUTH_REQUEST
indicating
a password change.
- handleClose() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClose() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_CLOSE
received
- handleClosePacketWriteFailure(Channel, boolean, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleClosePacketWritten(Channel, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleCompletedWriteCycle(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
-
- handleData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_DATA
received
- handleDebug(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleDebugMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, boolean, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_DEBUG
packet is received
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- handleDisconnect(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleEnv(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- handleEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleEof() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EOF
received
- handleEof() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- handleExec(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleExtendedData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleExtendedData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EXTENDED_DATA
received
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleFailure() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleFailure() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_FAILURE
received
- handleFirstKexPacketFollows(int, Buffer, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.client.global.OpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- handleIgnore(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleIgnoreMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, byte[], Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_IGNORE
packet is received
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKexMessage(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKnownHostsFileUpdateFailure(ClientSession, SocketAddress, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
-
- handleMessage(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Abstract method for processing incoming decoded packets.
- handleModifiedServerKeyUpdateFailure(ClientSession, SocketAddress, KnownHostsServerKeyVerifier.HostEntryPair, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if #updateModifiedServerKey(ClientSession, SocketAddress, HostEntryPair, PublicKey, Path)
throws an exception.
- handleNewKeys(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenFailure(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the
session when the server has rejected this channel opening.
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the
session when the confirmation has been received.
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handlePtyReq(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handler - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- handleReadCycleCompletion(ByteBuffer, Readable, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleReadCycleFailure(ByteBuffer, Readable, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleRejection(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleRejection(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleRejection(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleRejection(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleRequest(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleRequest(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_REQUEST
received
- handleServerPasswordChangeRequest(Buffer, ServerSession, String, String, PasswordChangeRequiredException) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
- handleServiceAccept(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleServiceRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleShell(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSignal(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSubsystem(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleSuccess() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_SUCCESS
received
- handleUnimplemented(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleUnimplementedMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleUnimplementedMessage(Session, Buffer, long) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleUnimplementedMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_UNIMPLEMENTED
packet is received
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandler
-
Invoked when the connection service responsible for handling channel
messages receives a message intended for an unknown channel.
- handleUnknownChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Called when none of the register request handlers reported handling the request
- handleUnknownRequest(Buffer, String, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleWindowAdjust(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_WINDOW_ADJUST
received
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWindowChange(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWriteCycleFailure(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleWriteDataFailure(byte, byte[], int, int, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleWriteDataSuccess(byte, byte[], int, int) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleX11Forwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleXonXoff(Buffer, boolean) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- hash - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- hashCode() - Method in class org.apache.sshd.common.file.util.BasePath
-
- hashCode() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- hashCode() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- hashCode() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- HEARTBEAT_INTERVAL - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Key used to set the heartbeat interval in milliseconds (0 to disable = default)
- HEARTBEAT_REQUEST - Static variable in interface org.apache.sshd.client.ClientFactoryManager
-
Key used to check the heartbeat request that should be sent to the server
- holder - Variable in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- host - Variable in class org.apache.sshd.server.SshServer
-
- HOST_BASED - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Host-based authentication method
- HOST_KEY_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
-
The server's keys configuration multi-value
- HostBasedAuthenticator - Interface in org.apache.sshd.server.auth.hostbased
-
Invoked when "hostbased" authentication is used
- hostConfigEntryResolver - Variable in class org.apache.sshd.client.ClientBuilder
-
- hostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.ClientBuilder
-
- HostEntryPair() - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- HostEntryPair(KnownHostEntry, PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- random - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
The pseudo random generator
- 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
-
- 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(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.server.shell.TtyFilterInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- 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
-
- readDefaultAuthorizedKeys(OpenOption...) - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Reads read the contents of the default OpenSSH authorized_keys
file
- 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
-
- 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:
Lines are trimmed and all whitespaces removed.
- readOakleyGroupPrimeValue(Stream<String>) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- 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
-
- readRawInput() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
-
- readSymbolicLink(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- 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
-
- 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
-
- 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.
- refreshConfiguration() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Refresh whatever internal configuration is not final
- 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
-
- 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(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
- 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_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_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_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.
- 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
-
- reloadKnownHosts(Path) - Method in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
-
- reloadKnownHosts(Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- REMOTE_COMMAND_WAIT_EVENTS - Static variable in interface org.apache.sshd.client.session.ClientSession
-
- remove() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- 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(AttributeStore.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeAttribute(AttributeStore.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(AttributeStore.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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 class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- 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
-
- 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
-
- 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
-
- 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
-
- removeSocketFile(String, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- reply(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- request(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- request(Buffer) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- request(Buffer) - Method in class org.apache.sshd.agent.unix.AgentClient
-
- 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_SHELL_REPLY - Static variable in class org.apache.sshd.client.channel.ChannelShell
-
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_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
- 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
-
- resetIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resetIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start idle timeout timer
- resizeKey(byte[], int, Digest, byte[], byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Method used while putting new keys into use that will resize the key used to
initialize the cipher to the needed length.
- 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
-
- resolveAgentForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveAttribute(AttributeStore.AttributeKey<T>) - Method in interface org.apache.sshd.common.channel.Channel
-
- resolveAttribute(Channel, AttributeStore.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(AttributeStore.AttributeKey<T>) - Method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(FactoryManager, AttributeStore.AttributeKey<T>) - Static method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(AttributeStore.AttributeKey<T>) - Method in interface org.apache.sshd.common.session.Session
-
- resolveAttribute(Session, AttributeStore.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
-
- 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.AbstractSession
-
- resolveClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveEffectiveCommand(List<String>) - Method in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
-
- resolveEffectiveCommand(List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- resolveEffectiveFactories(Class<V>, List<NamedFactory<V>>, List<NamedFactory<V>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEffectiveProvider(Class<V>, V, V) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- 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
-
- resolveFactory(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- resolveHostKey(KnownHostEntry, PublicKeyEntryResolver) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Recover the associated public key from a known host entry
- 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.AbstractSession
-
Resolves the identification to send to the peer session by consulting
the associated
FactoryManager
.
- resolveIgnoreBufferDataLength() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveLocalPath(RootedPath) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
-
- resolvePeerAddress(SocketAddress) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolvePublickeyAuthenticator(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- resolveReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveServerForwarding(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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
-
- 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.AbstractSession
-
- 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.
- resolveWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- resolveX11ForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- 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
- 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
-
- 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
-
- run() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- run() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- run() - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- run() - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- run() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- securedRead(InputStream, byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- 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.
- 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
-
- 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.AbstractSession
-
- sendDebugMessage(boolean, Object, String) - Method in interface org.apache.sshd.common.session.Session
-
Sends an SSH_MSG_DEBUG
to the peer session
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- sendFailureResponse(ConnectionService, byte, int) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- sendGlobalResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- 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.AbstractSession
-
Send our identification.
- sendIgnoreMessage(byte...) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
-
- sendNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send a message to put new keys into use.
- sendNotImplemented(long) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
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.
- 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
-
- sendServerIdentification(String...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Sends the server identification + any extra header lines
- 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
-
- seqi - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- seqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
- 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 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.server.command.AbstractCommandSupport
-
- ServerSession - Interface in org.apache.sshd.server.session
-
- 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 - 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(Session) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- 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(Session) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- 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
- sessionEvent(Session, SessionListener.Event) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- 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).
- sessionException(Session, Throwable) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- 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
-
- 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(String, String) - Method in class org.apache.sshd.server.StandardEnvironment
-
Adds a variable to the environment.
- setAgentFactory(SshAgentFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setAgentForwarding(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setAllowMoreSessions(boolean) - Method in interface org.apache.sshd.common.session.ConnectionService
-
- setAllowMoreSessions(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- setAttribute(AttributeStore.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(AttributeStore.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(AttributeStore.AttributeKey<T>, T) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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.AbstractSession
-
- 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
-
- 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.
- 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.AbstractSession
-
- 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
-
- 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.ClientFactoryManager
-
- 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
-
- 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
-
- 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
-
- 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
-
- setCreateHome(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
-
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- setDefaultHomeDir(Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- setDelegateCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- 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
-
- 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
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
-
- 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
-
- 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
-
- setFilePasswordProvider(FilePasswordProvider) - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- setFilePasswordProvider(FilePasswordProvider) - Method in class org.apache.sshd.client.SshClient
-
- 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
-
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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 class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKeyPairProvider(S, Properties, boolean) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- setKeytabFile(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the location of the Kerberos keytab.
- setLanguageTag(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setLoadedHostsEntries(Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setLocalAddress(SocketAddress) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- 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
-
- setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setNegotiationResult(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setNioWorkers(int) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setNoDelay(boolean) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setPort(int) - Method in class org.apache.sshd.server.SshServer
-
Configure the port number to use for this SSH server.
- 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
-
- 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
-
- 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.AbstractSession
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setScheduledExecutorService(ScheduledExecutorService, boolean) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.client.SshClient
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.server.SshServer
-
- 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 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
-
- setSocketOptions(S) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setStreaming(ClientChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setStreaming(ClientChannel.Streaming) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- 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
-
- 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.AbstractSession
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- 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
-
- setupDefaultSessionIdentities(ClientSession) - 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
- 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
-
- 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.common.session.helpers.AbstractSession
-
- setUsersHomeDir(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set the root location where users home is to be created
- setWritten() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setWritten() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- ShellFactory - Interface in org.apache.sshd.server.shell
-
Useful marker interface
- shutdownExecutor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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
-
- 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
-
- signalEOS(AprLibrary, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- 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.AbstractSession
-
- signalExceptionCaught(SessionListener, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalExtraServerVersionInfo(List<String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- 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.AbstractSession
-
- signalNegotiationEnd(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalNegotiationStart(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalNegotiationStart(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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.AbstractSession
-
- signalSessionClosed(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalSessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalSessionCreated(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Sends a session event to all currently registered session listeners
- signalSessionEvent(SessionListener, SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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
-
- signatureFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- 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
-
- SimpleSessionClient - Interface in org.apache.sshd.client.simple
-
A simplified synchronous API for creating client sessions
- 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_KEEPALIVE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket linger.
- SOCKET_RCVBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
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
-
- SPACE_AVAILABLE_PREDICATE - Static variable in class org.apache.sshd.common.channel.Window
-
Default
Predicate
used to test if space became available
- 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
-
- 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
-
- 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
-
- SshAgentSession(long, SshAgent) - Constructor for class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- 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.
- SSHD_STTY_COMMAND_PROP - Static variable in class org.apache.sshd.common.channel.SttySupport
-
- 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.
- StandardEnvironment - Class in org.apache.sshd.server
-
- StandardEnvironment() - Constructor for class org.apache.sshd.server.StandardEnvironment
-
- start() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- 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() - 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.
- 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.
- 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.
- 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
-
- 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
-
- STD_AUTHORIZED_KEYS_FILENAME - Static variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Standard OpenSSH authorized keys file name
- 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.
- 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
-
- 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.
- 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).
- 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
- 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
-
- SubsystemClient - Interface in org.apache.sshd.client.subsystem
-
- SubsystemFactory - Interface in org.apache.sshd.server.subsystem
-
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
-
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.util.MockFileSystem
-
- 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.
- v_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- v_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- 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
- validateFilePath(Path, Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- 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
-
- 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.
- validateKexState(int, KexState) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- validateListener(L) - Static method in interface org.apache.sshd.common.channel.ChannelListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.session.SessionListener
-
- validateListener(L) - Static method in interface org.apache.sshd.server.SignalListener
-
- 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
- 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.session.ClientSession.ClientSessionEvent
-
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.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.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.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.
- 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 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 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.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 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.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.
- verify(long) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- verify(long) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- verify(long) - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
-
- verify(long) - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
-
- 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
-
- 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
-