|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.admin.users.parsers.UserInfo
This is a data class for storing the information on a user. This information is stored in the users.xml file and is manipulated via the "Users, Groups and Views" screen.
Field Summary | |
private java.lang.String |
m_fullName
Deprecated. The full name of the user |
private NotificationInfo |
m_notifInfo
Deprecated. The notification information for the user |
private java.lang.String |
m_password
Deprecated. The password for the user |
private java.lang.String |
m_userComments
Deprecated. The comments associated with the user |
private java.lang.String |
m_userId
Deprecated. The user id |
Constructor Summary | |
UserInfo()
Deprecated. Default constructor, intializes the member variables. |
Method Summary | |
java.lang.Object |
clone()
Deprecated. |
boolean |
comparePasswords(java.lang.String aPassword)
Deprecated. This method compares two encrypted strings for equality |
static java.lang.String |
encryptPassword(java.lang.String aPassword)
Deprecated. This method encrypts the password using MD5 hashing. |
java.lang.String |
getFullName()
Deprecated. Returns the full name of this user |
NotificationInfo |
getNotificationInfo()
Deprecated. Returns the notification information for this user |
java.lang.String |
getPassword()
Deprecated. Returns the password for this user |
java.lang.String |
getUserComments()
Deprecated. Returns the user comments for this user |
java.lang.String |
getUserId()
Deprecated. Returns the user id for this user |
private static java.lang.String |
hexToString(byte[] data)
Deprecated. Converts a byte array into a hexadecimal String representation. |
void |
setEncryptedPassword(java.lang.String aPassword)
Deprecated. Sets the password for this user, assuming that the value passed in is already encrypted properly |
void |
setFullName(java.lang.String aFullName)
Deprecated. Sets the full name for this user |
void |
setNotificationInfo(NotificationInfo someInfo)
Deprecated. Sets the notificaton information for this user |
void |
setUnencryptedPassword(java.lang.String aPassword)
Deprecated. Sets the password for this user, first encrypting it |
void |
setUserComments(java.lang.String someUserComments)
Deprecated. Sets the user comments for this user |
void |
setUserId(java.lang.String aUserId)
Deprecated. Sets the user id for this user |
java.lang.String |
toString()
Deprecated. Returns a String representation of the user info, used primarily for debugging purposes. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String m_userId
private java.lang.String m_fullName
private java.lang.String m_userComments
private java.lang.String m_password
private NotificationInfo m_notifInfo
Constructor Detail |
public UserInfo()
Method Detail |
public java.lang.Object clone()
public NotificationInfo getNotificationInfo()
public void setNotificationInfo(NotificationInfo someInfo)
someInfo
- the notification infopublic void setUserId(java.lang.String aUserId)
aUserId
- the user idpublic java.lang.String getUserId()
public void setFullName(java.lang.String aFullName)
aFullName
- the full namepublic java.lang.String getFullName()
public void setUserComments(java.lang.String someUserComments)
someUserComments
- the user commentspublic java.lang.String getUserComments()
public void setEncryptedPassword(java.lang.String aPassword)
aPassword
- the encrypted passwordpublic void setUnencryptedPassword(java.lang.String aPassword) throws java.lang.IllegalStateException
aPassword
- the password
java.lang.IllegalStateException
public static java.lang.String encryptPassword(java.lang.String aPassword) throws java.lang.IllegalStateException
aPassword
- the password to encrypt
java.lang.IllegalStateException
private static java.lang.String hexToString(byte[] data)
data
- Array containing the bytes to convert
public boolean comparePasswords(java.lang.String aPassword)
aPassword
- the password to check for equality
public java.lang.String getPassword()
public java.lang.String toString()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |