public interface PasswordChanger
extends com.enterprisedt.net.j2ssh.authentication.PasswordChangePrompt
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxChangeAttempts()
Get the maximum number of times the password can be changed
|
java.lang.String |
getNewPassword(java.lang.String prompt)
Get a new password, probably generated
|
java.lang.String getNewPassword(java.lang.String prompt)
getNewPassword in interface com.enterprisedt.net.j2ssh.authentication.PasswordChangePromptprompt - prompt supplied by the SSH serverint getMaxChangeAttempts()
getMaxChangeAttempts in interface com.enterprisedt.net.j2ssh.authentication.PasswordChangePromptCopyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.