public class SystemUser extends Object implements User
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_ID |
static String |
USERNAME |
| Constructor and Description |
|---|
SystemUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getCreateDate() |
Date |
getCurrentLoginDate() |
String |
getCurrentLoginRemoteAddr() |
String |
getCurrentWorkspaceId() |
Map<String,Object> |
getCustomProperties() |
String |
getDisplayName() |
String |
getEmailAddress() |
int |
getLoginCount() |
String |
getPasswordResetToken() |
Date |
getPasswordResetTokenExpirationDate() |
Date |
getPreviousLoginDate() |
String |
getPreviousLoginRemoteAddr() |
Set<String> |
getPrivileges() |
Object |
getProperty(String propertyName) |
org.json.JSONObject |
getUiPreferences() |
String |
getUserId() |
String |
getUsername() |
UserStatus |
getUserStatus() |
UserType |
getUserType() |
int |
hashCode() |
String |
toString() |
public static final String USERNAME
public static final String USER_ID
public String getUsername()
getUsername in interface Userpublic String getDisplayName()
getDisplayName in interface Userpublic String getEmailAddress()
getEmailAddress in interface Userpublic Date getCreateDate()
getCreateDate in interface Userpublic Date getCurrentLoginDate()
getCurrentLoginDate in interface Userpublic String getCurrentLoginRemoteAddr()
getCurrentLoginRemoteAddr in interface Userpublic Date getPreviousLoginDate()
getPreviousLoginDate in interface Userpublic String getPreviousLoginRemoteAddr()
getPreviousLoginRemoteAddr in interface Userpublic int getLoginCount()
getLoginCount in interface Userpublic UserType getUserType()
getUserType in interface Userpublic UserStatus getUserStatus()
getUserStatus in interface Userpublic String getCurrentWorkspaceId()
getCurrentWorkspaceId in interface Userpublic org.json.JSONObject getUiPreferences()
getUiPreferences in interface Userpublic Set<String> getPrivileges()
getPrivileges in interface Userpublic String getPasswordResetToken()
getPasswordResetToken in interface Userpublic Date getPasswordResetTokenExpirationDate()
getPasswordResetTokenExpirationDate in interface Userpublic Object getProperty(String propertyName)
getProperty in interface Userpublic Map<String,Object> getCustomProperties()
getCustomProperties in interface UserCopyright © 2013–2016 V5 Analytics. All rights reserved.