public class GuestInfo extends UserInfo
UserInfo.IMInfo| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG
The Constant LOG.
|
static String |
TYPE_NAME
The Constant TYPE_NAME.
|
avatarLink, EMPTY, id, profileLink, title| Constructor and Description |
|---|
GuestInfo(String userId)
Instantiates a new user info.
|
GuestInfo(String userId,
String firstName,
String lastName)
Instantiates a new user info.
|
GuestInfo(UserInfo userInfo)
Instantiates a new guest info based on userInfo
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the identity type.
|
addImAccount, addImAccount, getClientId, getFirstName, getImAccount, getImAccounts, getLastName, getState, hasImAccount, hasSameClientId, isGroup, setClientId, setStateequals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLinkpublic static final String TYPE_NAME
protected static final org.exoplatform.services.log.Log LOG
public GuestInfo(String userId)
userId - the user id in the systempublic GuestInfo(String userId, String firstName, String lastName)
userId - the user id in the systemfirstName - the first typelastName - the last typepublic GuestInfo(UserInfo userInfo)
userInfo - the user infoCopyright © 2003–2021 eXo Platform SAS. All rights reserved.