public class VertexiumUser extends Object implements User, Serializable
| Constructor and Description |
|---|
VertexiumUser(org.vertexium.Vertex userVertex) |
| 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() |
Object |
getProperty(String propertyName) |
org.json.JSONObject |
getUiPreferences() |
String |
getUserId() |
String |
getUsername() |
org.visallo.web.clientapi.model.UserStatus |
getUserStatus() |
org.visallo.web.clientapi.model.UserType |
getUserType() |
void |
setProperty(String propertyName,
Object value) |
void |
setUserStatus(org.visallo.web.clientapi.model.UserStatus status) |
String |
toString() |
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 org.visallo.web.clientapi.model.UserType getUserType()
getUserType in interface Userpublic org.visallo.web.clientapi.model.UserStatus getUserStatus()
getUserStatus in interface Userpublic void setUserStatus(org.visallo.web.clientapi.model.UserStatus status)
public 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–2016 V5 Analytics. All rights reserved.