|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.ssh.SSHUserInfo
class SSHUserInfo
SSHUserInfo passes authentication details to JSch SSH Stack
| Field Summary | |
|---|---|
(package private) JTextField |
passwordField
Password field for requesting auth details from user |
| Constructor Summary | |
|---|---|
SSHUserInfo(ContactSSH sshContact)
Creates a UserInfo instance |
|
| Method Summary | |
|---|---|
String |
getPassphrase()
Passphrase authentication presently not implemented |
String |
getPassword()
Returns the password of account associated with this contact |
String[] |
promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo)
Keyboard Interactive Auth - not implemented |
boolean |
promptPassphrase(String message)
Passphrase authentication presently not implemented |
boolean |
promptPassword(String message)
Asks user to re-enter password information in case of an auth failure |
boolean |
promptYesNo(String str)
Prompt for accepting the cipher information of the remote server |
void |
showMessage(String message)
Shows a message from server |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
JTextField passwordField
| Constructor Detail |
|---|
SSHUserInfo(ContactSSH sshContact)
sshContact - the contact concerned| Method Detail |
|---|
public String getPassword()
getPassword in interface com.jcraft.jsch.UserInfopublic boolean promptYesNo(String str)
promptYesNo in interface com.jcraft.jsch.UserInfostr - the string to display
public String getPassphrase()
getPassphrase in interface com.jcraft.jsch.UserInfopublic boolean promptPassphrase(String message)
promptPassphrase in interface com.jcraft.jsch.UserInfopublic boolean promptPassword(String message)
promptPassword in interface com.jcraft.jsch.UserInfomessage - the message to display
public void showMessage(String message)
showMessage in interface com.jcraft.jsch.UserInfomessage - The message to display
public String[] promptKeyboardInteractive(String destination,
String name,
String instruction,
String[] prompt,
boolean[] echo)
promptKeyboardInteractive in interface com.jcraft.jsch.UIKeyboardInteractive
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||