|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
SshFuture
for asynchronous authentication requests.Mac
implementations based on the JCE provider.Random
.Random
ClientFactoryManager
enable the retrieval of additional
configuration needed specifically for the client side.SshClient
.SshFuture
for asynchronous close requests.Compression
.Compression
.SshFuture
for asynchronous connections requests.AuthFuture
.CloseFuture
.ConnectFuture
.OpenFuture
.SshFuture
.NamedFactory
used
in the SSH protocol.Channel
objects.
Cipher
.
CommandFactory
to be used to process commands requests.
Compression
.
FileSystemFactory
to be used to traverse the file system.
ForwardingFilter
to be used by the SSH server.
GSSAuthenticator
to be used by the SSH server.
KeyExchange
.
KeyPairProvider
that will be used to find
the host key to use on the server side or the user key on the client side.
Mac
.
PasswordAuthenticator
to be used by the SSH server.
PublickeyAuthenticator
to be used by SSH server.
Random
factory to be used.
ScheduledExecutorService
to be used.
ShellFactory
object to be used to create shells.
Signature
.
CommandFactory.Command
to
be used to create subsystems.
UserAuth objects.
- getUserAuthFactories() -
Method in class org.apache.sshd.SshServer
-
- getUsername() -
Method in class org.apache.sshd.client.auth.UserAuthAgent
-
- getUsername() -
Method in class org.apache.sshd.client.auth.UserAuthPassword
-
- getUsername() -
Method in class org.apache.sshd.client.auth.UserAuthPublicKey
-
- getUsername() -
Method in interface org.apache.sshd.client.UserAuth
-
- getUsername() -
Method in class org.apache.sshd.common.session.AbstractSession
-
- getUsername() -
Method in interface org.apache.sshd.common.Session
- Retrieve the name of the user authenticated on this session
or null if the session has not been authenticated yet.
- getUserName() -
Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
- Get a user name which has been derived from the handshaking process, or the initial name if
nothing has been found.
- getUserName() -
Method in interface org.apache.sshd.server.HandshakingUserAuth
- Get a user name which has been derived from the handshaking process, or the intial name if
nothing has been found.
- getValue() -
Method in class org.apache.sshd.common.future.DefaultSshFuture
- Returns the result of the asynchronous operation.
- getVersion() -
Method in class org.apache.sshd.common.AbstractFactoryManager
-
- 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.
- 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
-
- gssAuthenticator -
Variable in class org.apache.sshd.SshServer
-
Mac
.Mac
Mac
Mac
Mac
Mac
Mac
Mac
Process
from java.InvertedShell
as a ShellFactory.Shell
.true
if the connect operation has been canceled by
AuthFuture.cancel()
method.
true
if the connect operation has been canceled by
ConnectFuture.cancel()
method.
true
if the connect operation has been canceled by
OpenFuture.cancel()
method.
Random
implementation using the built-in SecureRandom
PRNG.Random
NativeFileSystemFactory
instead
NativeFileSystemFactory
instead
SshFuture
for asynchronous channel opening requests.SshFuture
has been completed even if you add the listener after the completion.
Cipher
implementations.Compression
implementations.Digest
implementations.Mac
implementations.Random
implementations.Signature
implementations.PasswordAuthenticator
is used to authenticate
users based on a password.Factory
of Command
that will create a new process and bridge
the streams.PublickeyAuthenticator
is used on the server side
to authenticate user public keys.max
values of the search String.
CommandFactory
can be used as a standalone command factory
or can be used to augment another CommandFactory
and provides
SCP
support.ServerFactoryManager
enable the retrieval of additional
configuration needed specifically for the server side.ServerKeyVerifier
is used on the client side
to authenticate the key provided by the server.AbstractSession
.Signature
Signature
Signature
SshFuture
.File.separator
.
CommandFactory
when the command is not known, as it is supposed to always
return a valid Command
object.Window
has been closed.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |