|
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.plugin.sshaccregwizz.SSHAccountRegistration
public class SSHAccountRegistration
The SSHAccountRegistration is used to store all user input data through the SSHAccountRegistrationWizard.
| Constructor Summary | |
|---|---|
SSHAccountRegistration()
|
|
| Method Summary | |
|---|---|
String |
getAccountID()
Returns the Account ID of the ssh registration account. |
String |
getIdentityFile()
Returns the Identity File of the ssh registration account. |
String |
getKnownHostsFile()
Returns the Known Hosts of the ssh registration account. |
void |
setIdentityFile(String machinePort)
Sets the Machine Port of the ssh registration account. |
void |
setKnownHostsFile(String knownHostsFile)
Sets the Known Hosts of the ssh registration account. |
void |
setUserID(String accountID)
Sets the Account ID of the ssh registration account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSHAccountRegistration()
| Method Detail |
|---|
public String getAccountID()
public void setUserID(String accountID)
accountID - the accountID of the ssh registration account.public String getKnownHostsFile()
public void setKnownHostsFile(String knownHostsFile)
knownHostsFile - public String getIdentityFile()
public void setIdentityFile(String machinePort)
machinePort -
|
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 | |||||||||