| Package | com.adobe.idp.um.api.infomodel |
| Class | public class UserInfo |
| Inheritance | UserInfo Object |
| Method | Defined By | ||
|---|---|---|---|
UserInfo() | UserInfo | ||
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 | ||
Sets the user. | UserInfo | ||
| UserInfo | () |
public UserInfo()| UserInfo | () |
public UserInfo(User user, String password)Constructor based on a user and password.
Parametersuser — The user. | |
password — The password. |
| equals | () |
public boolean equals(Object obj)Compares two users.
Parameters
obj — The user to be compared with the current user. |
true if the users are the same, false otherwise. |
| getPassword | () |
public String getPassword()Retrieves the password.
Returns| The password. |
| getUser | () |
| 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 | () |
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