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 classHostConfigEntryRepresents 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 interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement UsernameHolder Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientSessionImplThe 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 interfaceBasicCredentialsProviderinterfaceMutableBasicCredentialsinterfaceMutableUserHolderClasses in org.apache.sshd.common.auth that implement UsernameHolder Modifier and Type Class Description classBasicCredentialsImpl -
Uses of UsernameHolder in org.apache.sshd.common.session
Subinterfaces of UsernameHolder in org.apache.sshd.common.session Modifier and Type Interface Description interfaceSessionRepresents an SSH session.interfaceSessionContextA "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 classAbstractSessionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classSessionHelperContains split code in order to makeAbstractSessionclass 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 classScpLocationRepresents 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 interfaceUserAuthServer side authentication mechanism.Classes in org.apache.sshd.server.auth that implement UsernameHolder Modifier and Type Class Description classAbstractUserAuthclassUserAuthNoneTODO 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 classUserAuthGSSPrototype 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 classUserAuthHostBased -
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 classUserAuthKeyboardInteractiveIssue 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 classUserAuthPasswordImplements 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 classUserAuthPublicKeyTODO 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 classDefaultAuthorizedKeysAuthenticatorMonitors the~/.ssh/authorized_keysfile 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 interfaceServerSessionClasses in org.apache.sshd.server.session that implement UsernameHolder Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerSessionImplThe default implementation for aServerSession
-