|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.maverick.ssh.KBIPrompt
public class KBIPrompt
Represents a single prompt in the keyboard-interactive authentication process
| Constructor Summary | |
|---|---|
KBIPrompt(String prompt,
boolean echo)
Creates a new KBIPrompt object. |
|
| Method Summary | |
|---|---|
boolean |
echo()
true if the user response should be echo'd to the display, otherwise false. |
String |
getPrompt()
Get the prompt message to display to the user |
String |
getResponse()
Get the user's response for this prompt. |
void |
setResponse(String response)
Set the user's response for this prompt. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KBIPrompt(String prompt,
boolean echo)
prompt - echo - | Method Detail |
|---|
public String getPrompt()
public boolean echo()
public void setResponse(String response)
response - public String getResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||