Packagecom.adobe.idp.um.api.infomodel
Classpublic class UserInfo
InheritanceUserInfo Inheritance Object

This class manages information for users.



Public Methods
 MethodDefined By
  
UserInfo
  
UserInfo(User user, String password)
Constructor based on a user and password.
UserInfo
  
boolean equals(Object obj)
Compares two users.
UserInfo
  
String getPassword()
Retrieves the password.
UserInfo
  
Retrieves the user.
UserInfo
  
int hashCode()
Retrieves the hash code for the user.
UserInfo
  
void setCurrentSyncStatus(String password)
Sets the current synchronization status.
UserInfo
  
void setPassword(String password)
Sets the password for this user
UserInfo
  
void setUser(User user)
Sets the user.
UserInfo
Constructor Detail
UserInfo()
public UserInfo()

UserInfo() 
public UserInfo(User user, String password)

Constructor based on a user and password.

Parameters
user — The user.
 
password — The password.
Method Detail
equals()
public boolean equals(Object obj)

Compares two users.

Parameters

obj — The user to be compared with the current user.

Returns
true if the users are the same, false otherwise.
getPassword() 
public String getPassword()

Retrieves the password.

Returns
The password.
getUser() 
public User getUser()

Retrieves the user.

Returns
The user.
hashCode() 
public int hashCode()

Retrieves the hash code for the user.

Returns
The hash code.
setCurrentSyncStatus() 
public void setCurrentSyncStatus(String password)

Sets the current synchronization status.

Parameters

password — The user's password.

setPassword() 
public void setPassword(String password)

Sets the password for this user

Parameters

password — Password of the user

setUser() 
public void setUser(User user)

Sets the user.

Parameters

user — The user.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/UserInfo.html