Uses of Interface
net.schmizz.sshj.userauth.password.PasswordUpdateProvider
Packages that use PasswordUpdateProvider
-
Uses of PasswordUpdateProvider in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type PasswordUpdateProviderModifier and TypeMethodDescriptionvoid
SSHClient.authPassword
(String username, PasswordFinder pfinder, PasswordUpdateProvider newPasswordProvider) Authenticateusername
using the"password"
authentication method and as a fallback basic challenge-response authentication. -
Uses of PasswordUpdateProvider in net.schmizz.sshj.userauth.method
Fields in net.schmizz.sshj.userauth.method declared as PasswordUpdateProviderModifier and TypeFieldDescriptionprivate final PasswordUpdateProvider
AuthPassword.newPasswordProvider
private static final PasswordUpdateProvider
AuthPassword.nullProvider
Constructors in net.schmizz.sshj.userauth.method with parameters of type PasswordUpdateProviderModifierConstructorDescriptionAuthPassword
(PasswordFinder pwdf, PasswordUpdateProvider newPasswordProvider)