|
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.service.protocol.UserCredentials
public class UserCredentials
The class is used whenever user credentials for a particular realm (site server or service) are necessary
| Constructor Summary | |
|---|---|
UserCredentials()
|
|
| Method Summary | |
|---|---|
char[] |
getPassword()
Returns a password associated with this set of credentials. |
String |
getPasswordAsString()
Returns a String containing the password associated with this set of credentials. |
String |
getUserName()
Returns the name of the user that these credentials relate to. |
boolean |
isPasswordPersistent()
Determines whether or not the password associated with this credentials object is to be stored persistently (insecure!) or not. |
void |
setPassword(char[] passwd)
Sets a password associated with this set of credentials. |
void |
setPasswordPersistent(boolean storePassword)
Specifies whether or not the password associated with this credentials object is to be stored persistently (insecure!) or not. |
void |
setUserName(String userName)
Sets the name of the user that these credentials relate to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserCredentials()
| Method Detail |
|---|
public void setUserName(String userName)
userName - the name of the user that these credentials relate to.public String getUserName()
public void setPassword(char[] passwd)
passwd - the password associated with this set of credentials.public char[] getPassword()
public String getPasswordAsString()
public void setPasswordPersistent(boolean storePassword)
storePassword - indicates whether passwords contained by this
credentials object are to be stored persistently.public boolean isPasswordPersistent()
|
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 | |||||||||