public class ProxyUser extends Object implements User
| Constructor and Description |
|---|
ProxyUser(String userId,
UserRepository userRepository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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) |
User |
getProxiedUser() |
org.json.JSONObject |
getUiPreferences() |
String |
getUserId() |
String |
getUsername() |
UserStatus |
getUserStatus() |
UserType |
getUserType() |
int |
hashCode() |
String |
toString() |
public ProxyUser(String userId, UserRepository userRepository)
public User getProxiedUser()
public String getUsername()
getUsername in interface Userpublic String getDisplayName()
getDisplayName in interface Userpublic String getEmailAddress()
getEmailAddress in interface Userpublic ZonedDateTime getCreateDate()
getCreateDate in interface Userpublic ZonedDateTime getCurrentLoginDate()
getCurrentLoginDate in interface Userpublic String getCurrentLoginRemoteAddr()
getCurrentLoginRemoteAddr in interface Userpublic ZonedDateTime 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 String getPasswordResetToken()
getPasswordResetToken in interface Userpublic ZonedDateTime getPasswordResetTokenExpirationDate()
getPasswordResetTokenExpirationDate in interface Userpublic Value getProperty(String propertyName)
getProperty in interface Userpublic Map<String,Value> getCustomProperties()
getCustomProperties in interface UserCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.