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 TypeMethodDescriptionvoidSSHClient.auth(String username, AuthMethod... methods) Authenticateusernameusing the suppliedmethods.Method parameters in net.schmizz.sshj with type arguments of type AuthMethodModifier and TypeMethodDescriptionvoidSSHClient.auth(String username, Iterable<AuthMethod> methods) Authenticateusernameusing 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 TypeMethodDescriptionbooleanUserAuth.authenticate(String username, Service nextService, AuthMethod methods, int timeoutMs) Attempt to authenticateusernameusing each ofmethodsin order.booleanUserAuthImpl.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 TypeClassDescriptionclassThis abstract class forAuthMethodimplements common or default functionality.classImplements authentication by GSS-API.classImplements thehostbasedSSH authentication method.classImplements thekeyboard-interactiveauthentication method.classnoneauth.classImplements thepasswordauthentication method.classImplements the"publickey"SSH authentication method.class