Package ucar.unidata.util
Class UserInfo
java.lang.Object
ucar.unidata.util.UserInfo
- Version:
- $Id: PasswordManager.java,v 1.3 2007/05/09 21:59:26 dmurray Exp $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserInfo
public UserInfo() -
UserInfo
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getPassword
-
setRealm
Set the Realm property.- Parameters:
value
- The new value for Realm
-
getRealm
Get the Realm property.- Returns:
- The Realm
-
setUserId
Set the UserId property.- Parameters:
value
- The new value for UserId
-
getUserId
Get the UserId property.- Returns:
- The UserId
-
setTmp
public void setTmp(byte[] value) -
getTmp
public byte[] getTmp()Method for encoding to xml the password. This simply obfuscates what is saved to disk- Returns:
- The Password
-