Uses of Interface
org.apache.sshd.common.auth.UsernameHolder
-
-
Uses of UsernameHolder in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement UsernameHolder Modifier and Type Class Description class
HostConfigEntry
Represents an entry in the client's configuration file as defined by the ssh_config configuration file format -
Uses of UsernameHolder in org.apache.sshd.client.session
Subinterfaces of UsernameHolder in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement UsernameHolder Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientSessionImpl
The default implementation of aClientSession
-
Uses of UsernameHolder in org.apache.sshd.common.auth
Subinterfaces of UsernameHolder in org.apache.sshd.common.auth Modifier and Type Interface Description interface
BasicCredentialsProvider
interface
MutableBasicCredentials
interface
MutableUserHolder
Classes in org.apache.sshd.common.auth that implement UsernameHolder Modifier and Type Class Description class
BasicCredentialsImpl
-
Uses of UsernameHolder in org.apache.sshd.common.session
Subinterfaces of UsernameHolder in org.apache.sshd.common.session Modifier and Type Interface Description interface
Session
Represents an SSH session.interface
SessionContext
A "succinct" summary of the most important attributes of an SSH session -
Uses of UsernameHolder in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement UsernameHolder Modifier and Type Class Description class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smaller -
Uses of UsernameHolder in org.apache.sshd.scp.common
Classes in org.apache.sshd.scp.common that implement UsernameHolder Modifier and Type Class Description class
ScpLocation
Represents a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]" for a remote path and a simple path for a local one. -
Uses of UsernameHolder in org.apache.sshd.server.auth
Subinterfaces of UsernameHolder in org.apache.sshd.server.auth Modifier and Type Interface Description interface
UserAuth
Server side authentication mechanism.Classes in org.apache.sshd.server.auth that implement UsernameHolder Modifier and Type Class Description class
AbstractUserAuth
class
UserAuthNone
TODO Add javadoc -
Uses of UsernameHolder in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement UsernameHolder Modifier and Type Class Description class
UserAuthGSS
Prototype user authentication handling gssapi-with-mic. -
Uses of UsernameHolder in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement UsernameHolder Modifier and Type Class Description class
UserAuthHostBased
-
Uses of UsernameHolder in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement UsernameHolder Modifier and Type Class Description class
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to RFC4256 -
Uses of UsernameHolder in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement UsernameHolder Modifier and Type Class Description class
UserAuthPassword
Implements the server-side "password" authentication mechanism -
Uses of UsernameHolder in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement UsernameHolder Modifier and Type Class Description class
UserAuthPublicKey
TODO Add javadoc -
Uses of UsernameHolder in org.apache.sshd.server.config.keys
Classes in org.apache.sshd.server.config.keys that implement UsernameHolder Modifier and Type Class Description class
DefaultAuthorizedKeysAuthenticator
Monitors the~/.ssh/authorized_keys
file of the user currently running the server, re-loading it if necessary. -
Uses of UsernameHolder in org.apache.sshd.server.session
Subinterfaces of UsernameHolder in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement UsernameHolder Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-