Uses of Interface
net.schmizz.sshj.userauth.password.PasswordUpdateProvider
-
Packages that use PasswordUpdateProvider Package Description net.schmizz.sshj net.schmizz.sshj.userauth.method -
-
Uses of PasswordUpdateProvider in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type PasswordUpdateProvider Modifier and Type Method Description void
SSHClient. authPassword(java.lang.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 PasswordUpdateProvider Modifier and Type Field Description private PasswordUpdateProvider
AuthPassword. newPasswordProvider
private static PasswordUpdateProvider
AuthPassword. nullProvider
Constructors in net.schmizz.sshj.userauth.method with parameters of type PasswordUpdateProvider Constructor Description AuthPassword(PasswordFinder pwdf, PasswordUpdateProvider newPasswordProvider)
-