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 interfaceUserAuthRepresents a user authentication mechanismClasses in org.apache.sshd.client.auth that implement UserAuthInstance Modifier and Type Class Description classAbstractUserAuth -
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 classUserAuthHostBased -
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 classUserAuthKeyboardInteractiveManages 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 classUserAuthPasswordImplements 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 classUserAuthPublicKeyImplements 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 classAbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>interfaceUserAuthFactoriesManager<S extends SessionContext,M extends UserAuthInstance<S>,F extends UserAuthMethodFactory<S,M>>interfaceUserAuthMethodFactory<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, java.util.Collection<? extends UserAuthMethodFactory<S,M>> factories, java.lang.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 interfaceUserAuthServer side authentication mechanism.Classes in org.apache.sshd.server.auth that implement UserAuthInstance Modifier and Type Class Description classAbstractUserAuthclassUserAuthNoneTODO 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 classUserAuthGSSPrototype 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 classUserAuthHostBased -
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 classUserAuthKeyboardInteractiveIssue 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 classUserAuthPasswordImplements 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 classUserAuthPublicKeyTODO Add javadoc
-