|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.UserInfo
public class UserInfo
| Constructor Summary | |
|---|---|
UserInfo()
|
|
UserInfo(String realm,
String userId,
String password)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getPassword()
|
String |
getRealm()
Get the Realm property. |
byte[] |
getTmp()
Method for encoding to xml the password. |
String |
getUserId()
Get the UserId property. |
int |
hashCode()
|
void |
setRealm(String value)
Set the Realm property. |
void |
setTmp(byte[] value)
|
void |
setUserId(String value)
Set the UserId property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserInfo()
public UserInfo(String realm,
String userId,
String password)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getPassword()
public void setRealm(String value)
value - The new value for Realmpublic String getRealm()
public void setUserId(String value)
value - The new value for UserIdpublic String getUserId()
public void setTmp(byte[] value)
public byte[] getTmp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||