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) |
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() |
Object |
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 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 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–2017 V5 Analytics. All rights reserved.