Uses of Interface
org.apache.sshd.common.auth.UserAuthInstance
Packages that use UserAuthInstance
Package
Description
-
Uses of UserAuthInstance in org.apache.sshd.client.auth
Subinterfaces of UserAuthInstance in org.apache.sshd.client.authModifier and TypeInterfaceDescriptioninterface
Represents a user authentication mechanismClasses in org.apache.sshd.client.auth that implement UserAuthInstance -
Uses of UserAuthInstance in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement UserAuthInstance -
Uses of UserAuthInstance in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement UserAuthInstanceModifier and TypeClassDescriptionclass
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 UserAuthInstanceModifier and TypeClassDescriptionclass
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 UserAuthInstanceModifier and TypeClassDescriptionclass
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 UserAuthInstanceModifier and TypeClassDescriptionclass
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 UserAuthInstanceModifier and TypeMethodDescriptionstatic <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.authClasses in org.apache.sshd.server.auth that implement UserAuthInstance -
Uses of UserAuthInstance in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement UserAuthInstanceModifier and TypeClassDescriptionclass
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 -
Uses of UserAuthInstance in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement UserAuthInstanceModifier and TypeClassDescriptionclass
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 UserAuthInstanceModifier and TypeClassDescriptionclass
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