|
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.sipaccregwizz.NewAccount
public class NewAccount
| Constructor Summary | |
|---|---|
NewAccount(String userName,
char[] password,
String serverAddress,
String proxyAddress)
Creates a new account by specifying the account user name and password. |
|
| Method Summary | |
|---|---|
char[] |
getPassword()
Returns the account password. |
String |
getProxyAddress()
Returns the proxy address. |
String |
getServerAddress()
Returns the server address. |
String |
getUserName()
Returns the account user name. |
String |
getXcapRoot()
Returns the xcapRoot. |
void |
setPassword(char[] password)
Sets the account password. |
void |
setProxyAddress(String proxyAddress)
Sets the proxy address. |
void |
setServerAddress(String serverAddress)
Sets the server address. |
void |
setUserName(String userName)
Sets the account user name. |
void |
setXcapRoot(String xcapRoot)
Sets xcapRoot. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewAccount(String userName,
char[] password,
String serverAddress,
String proxyAddress)
userName - the account user namepassword - the account passwordserverAddress - the server address to setproxyAddress - the proxy address to set| Method Detail |
|---|
public void setUserName(String userName)
userName - the user name of the accountpublic String getUserName()
public void setPassword(char[] password)
password - the account passwordpublic char[] getPassword()
public void setServerAddress(String serverAddress)
serverAddress - the server address to setpublic String getServerAddress()
public void setProxyAddress(String proxyAddress)
proxyAddress - the proxy address to setpublic String getProxyAddress()
public String getXcapRoot()
public void setXcapRoot(String xcapRoot)
xcapRoot - the xcapRoot to set
|
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 | |||||||||