Uses of Interface
com.sshtools.j2ssh.authentication.PasswordChangePrompt

Packages that use PasswordChangePrompt
com.sshtools.common.authentication   
com.sshtools.j2ssh.authentication   
 

Uses of PasswordChangePrompt in com.sshtools.common.authentication
 

Classes in com.sshtools.common.authentication that implement PasswordChangePrompt
 class PasswordChange
           
 

Uses of PasswordChangePrompt in com.sshtools.j2ssh.authentication
 

Fields in com.sshtools.j2ssh.authentication declared as PasswordChangePrompt
private  PasswordChangePrompt PasswordAuthenticationClient.changePrompt
           
 

Methods in com.sshtools.j2ssh.authentication with parameters of type PasswordChangePrompt
 void PasswordAuthenticationClient.setPasswordChangePrompt(PasswordChangePrompt changePrompt)