Uses of Interface
net.schmizz.sshj.userauth.method.AuthMethod
Packages that use AuthMethod
-
Uses of AuthMethod in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type AuthMethodModifier and TypeMethodDescriptionvoid
SSHClient.auth
(String username, AuthMethod... methods) Authenticateusername
using the suppliedmethods
.Method parameters in net.schmizz.sshj with type arguments of type AuthMethodModifier and TypeMethodDescriptionvoid
SSHClient.auth
(String username, Iterable<AuthMethod> methods) Authenticateusername
using the suppliedmethods
. -
Uses of AuthMethod in net.schmizz.sshj.userauth
Fields in net.schmizz.sshj.userauth declared as AuthMethodMethods in net.schmizz.sshj.userauth with parameters of type AuthMethodModifier and TypeMethodDescriptionboolean
UserAuth.authenticate
(String username, Service nextService, AuthMethod methods, int timeoutMs) Attempt to authenticateusername
using each ofmethods
in order.boolean
UserAuthImpl.authenticate
(String username, Service nextService, AuthMethod method, int timeoutMs) -
Uses of AuthMethod in net.schmizz.sshj.userauth.method
Classes in net.schmizz.sshj.userauth.method that implement AuthMethodModifier and TypeClassDescriptionclass
This abstract class forAuthMethod
implements common or default functionality.class
Implements authentication by GSS-API.class
Implements thehostbased
SSH authentication method.class
Implements thekeyboard-interactive
authentication method.class
none
auth.class
Implements thepassword
authentication method.class
Implements the"publickey"
SSH authentication method.class