Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.sshaccregwizz
Class SSHAccountRegistration

java.lang.Object
  extended by net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistration

public class SSHAccountRegistration
extends Object

The SSHAccountRegistration is used to store all user input data through the SSHAccountRegistrationWizard.

Author:
Shobhit Jindal

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

SSHAccountRegistration

public SSHAccountRegistration()
Method Detail

getAccountID

public String getAccountID()
Returns the Account ID of the ssh registration account.

Returns:
accountID

setUserID

public void setUserID(String accountID)
Sets the Account ID of the ssh registration account.

Parameters:
accountID - the accountID of the ssh registration account.

getKnownHostsFile

public String getKnownHostsFile()
Returns the Known Hosts of the ssh registration account.

Returns:
knownHostsFile

setKnownHostsFile

public void setKnownHostsFile(String knownHostsFile)
Sets the Known Hosts of the ssh registration account.

Parameters:
knownHostsFile -

getIdentityFile

public String getIdentityFile()
Returns the Identity File of the ssh registration account.

Returns:
identityFile

setIdentityFile

public void setIdentityFile(String machinePort)
Sets the Machine Port of the ssh registration account.

Parameters:
machinePort -

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.