|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.authentication.KBIPrompt
public class KBIPrompt
Constructor Summary | |
---|---|
protected |
KBIPrompt(java.lang.String prompt,
boolean echo)
Creates a new KBIPrompt object. |
Method Summary | |
---|---|
boolean |
echo()
|
java.lang.String |
getPrompt()
|
java.lang.String |
getResponse()
|
void |
setResponse(java.lang.String response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KBIPrompt(java.lang.String prompt, boolean echo)
prompt
- echo
- Method Detail |
---|
public java.lang.String getPrompt()
public boolean echo()
public void setResponse(java.lang.String response)
response
- public java.lang.String getResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |