Uses of Interface
org.apache.sshd.common.auth.UserAuthInstance
-
-
Uses of UserAuthInstance in org.apache.sshd.client.auth
Subinterfaces of UserAuthInstance in org.apache.sshd.client.auth Modifier and Type Interface Description interface
UserAuth
Represents a user authentication mechanismClasses in org.apache.sshd.client.auth that implement UserAuthInstance Modifier and Type Class Description class
AbstractUserAuth
-
Uses of UserAuthInstance in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement UserAuthInstance Modifier and Type Class Description class
UserAuthHostBased
-
Uses of UserAuthInstance in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement UserAuthInstance Modifier and Type Class Description class
UserAuthKeyboardInteractive
Manages a "keyboard-interactive" exchange according to RFC4256 -
Uses of UserAuthInstance in org.apache.sshd.client.auth.password
Classes in org.apache.sshd.client.auth.password that implement UserAuthInstance Modifier and Type Class Description class
UserAuthPassword
Implements the client-side "password" authentication mechanism -
Uses of UserAuthInstance in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement UserAuthInstance Modifier and Type Class Description class
UserAuthPublicKey
Implements the "publickey" authentication mechanism -
Uses of UserAuthInstance in org.apache.sshd.common.auth
Classes in org.apache.sshd.common.auth with type parameters of type UserAuthInstance Modifier and Type Class Description class
AbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>
interface
UserAuthFactoriesManager<S extends SessionContext,M extends UserAuthInstance<S>,F extends UserAuthMethodFactory<S,M>>
interface
UserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>
Represents a user authentication methodMethods in org.apache.sshd.common.auth with type parameters of type UserAuthInstance Modifier and Type Method Description static <S extends SessionContext,M extends UserAuthInstance<S>>
MUserAuthMethodFactory. createUserAuth(S session, Collection<? extends UserAuthMethodFactory<S,M>> factories, String name)
-
Uses of UserAuthInstance in org.apache.sshd.server.auth
Subinterfaces of UserAuthInstance 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 UserAuthInstance Modifier and Type Class Description class
AbstractUserAuth
class
UserAuthNone
TODO Add javadoc -
Uses of UserAuthInstance in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement UserAuthInstance Modifier and Type Class Description class
UserAuthGSS
Prototype user authentication handling gssapi-with-mic. -
Uses of UserAuthInstance in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement UserAuthInstance Modifier and Type Class Description class
UserAuthHostBased
-
Uses of UserAuthInstance in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement UserAuthInstance Modifier and Type Class Description class
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to RFC4256 -
Uses of UserAuthInstance in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement UserAuthInstance Modifier and Type Class Description class
UserAuthPassword
Implements the server-side "password" authentication mechanism -
Uses of UserAuthInstance in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement UserAuthInstance Modifier and Type Class Description class
UserAuthPublicKey
TODO Add javadoc
-