| net.schmizz.sshj.userauth.password.PasswordFinder |
Services requests for plaintext passwords.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Request password for specified resource.
| |||||||||||
If password turns out to be incorrect, indicates whether another call to
reqPassword(Resource) should be
made. | |||||||||||
Request password for specified resource.
This method may returnnull when the request cannot be serviced, e.g. when the user cancels a password
prompt.| resource | The resource for which password is being requested |
|---|
null
If password turns out to be incorrect, indicates whether another call to reqPassword(Resource) should be
made.
false.| resource | The resource for which password is being requested |
|---|