public interface User extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCreateDate() |
ZonedDateTime |
getCurrentLoginDate() |
String |
getCurrentLoginRemoteAddr() |
String |
getCurrentWorkspaceId() |
Map<String,Value> |
getCustomProperties() |
String |
getDisplayName() |
String |
getEmailAddress() |
int |
getLoginCount() |
String |
getPasswordResetToken() |
ZonedDateTime |
getPasswordResetTokenExpirationDate() |
ZonedDateTime |
getPreviousLoginDate() |
String |
getPreviousLoginRemoteAddr() |
Value |
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()
ZonedDateTime getCreateDate()
ZonedDateTime getCurrentLoginDate()
String getCurrentLoginRemoteAddr()
ZonedDateTime getPreviousLoginDate()
String getPreviousLoginRemoteAddr()
int getLoginCount()
UserType getUserType()
UserStatus getUserStatus()
String getCurrentWorkspaceId()
org.json.JSONObject getUiPreferences()
String getPasswordResetToken()
ZonedDateTime getPasswordResetTokenExpirationDate()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.