public interface User extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
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() |
static final long serialVersionUID
String getUserId()
String getUsername()
String getDisplayName()
String getEmailAddress()
Date getCreateDate()
Date getCurrentLoginDate()
String getCurrentLoginRemoteAddr()
Date getPreviousLoginDate()
String getPreviousLoginRemoteAddr()
int getLoginCount()
UserType getUserType()
UserStatus getUserStatus()
String getCurrentWorkspaceId()
org.json.JSONObject getUiPreferences()
String getPasswordResetToken()
Date getPasswordResetTokenExpirationDate()
Copyright © 2013–2016 V5 Analytics. All rights reserved.