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 TypeMethodDescriptionvoidSSHClient.authPassword(String username, PasswordFinder pfinder, PasswordUpdateProvider newPasswordProvider) Authenticateusernameusing 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 PasswordUpdateProviderAuthPassword.newPasswordProviderprivate static final PasswordUpdateProviderAuthPassword.nullProviderConstructors in net.schmizz.sshj.userauth.method with parameters of type PasswordUpdateProviderModifierConstructorDescriptionAuthPassword(PasswordFinder pwdf, PasswordUpdateProvider newPasswordProvider)