Class User
- java.lang.Object
-
- de.uplanet.lucy.server.usermanager.AbstractUser
-
- de.uplanet.lucy.server.usermanager.User
-
- All Implemented Interfaces:
IUser
,ILogonUser
public final class User extends de.uplanet.lucy.server.usermanager.AbstractUser
Represents a (server side) user.
-
-
Field Summary
-
Fields inherited from interface de.uplanet.lucy.server.usermanager.IUser
GENDER_DIVERSE, GENDER_FEMALE, GENDER_MALE, GENDER_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description User()
User(IDsUserRecord p_userRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAnonymous()
Determine if this is an anonymous user.String
toString()
-
Methods inherited from class de.uplanet.lucy.server.usermanager.AbstractUser
equals, get, getAt, getBirthday, getBoss, getBossId, getCannotChange, getCity, getClassId, getContainerGuid, getContainerId, getCountry, getCustomMapStr, getCustomMapVH, getDefaultLanguage, getDefaultLayout, getDefaultLayoutMobile, getDefaultLocale, getDescription, getEmailBiz, getEmailHome, getEmployeeNo, getEnterDate, getExternalLogin, getExternalLogin1, getExternalLogin2, getExternalLogin3, getExternalPassword, getExternalPassword1, getExternalPassword2, getExternalPassword3, getFirstName, getFullName, getGender, getGuid, getId, getImageType, getLastName, getLocked, getLoginDomain, getLoginName, getMiddleName, getMustChange, getName, getPasswordChangedDate, getPhoneBiz, getPhoneFax, getPhoneHome, getPhoneMobileBiz, getPhoneMobileHome, getPhonePager, getPoBox, getPostalCode, getProxyPerson, getProxyPersonId, getPublicId, getPwdExpires, getQualifiedLoginName, getShowUser, getState, getStreet, getTimeZone, getTimeZoneId, getTitle, getUserImageContentType, getUserImageFileName, getUserImageLastModified, getUserImageMetaInfo, getUserImageUrl, getValueHolder, hasBoss, hashCode, hasProxyPerson, isDeletable, isDeleted, isDisabled, isDiverse, isFemale, isLockable, isMale, isModifiablePassword, isMustChangePassword, isPasswordExpires
-
-
-
-
Constructor Detail
-
User
public User()
-
User
public User(IDsUserRecord p_userRecord)
-
-
Method Detail
-
isAnonymous
public boolean isAnonymous()
Determine if this is an anonymous user.- Specified by:
isAnonymous
in interfaceIUser
- Overrides:
isAnonymous
in classde.uplanet.lucy.server.usermanager.AbstractUser
- Returns:
true
if the user is anonymous,false
otherwise.
-
-