Class UserEntity
java.lang.Object
com.peterphi.usermanager.db.entity.UserEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAccess key, allows API clients more easy use of a User Manager User.Access key, allows API clients more easy use of a User Manager User.org.joda.time.DateTime
getEmail()
getId()
org.joda.time.DateTime
getName()
getRoles()
boolean
isLocal()
void
setAccessKey
(String accessKey) void
setAccessKeySecondary
(String accessKeySecondary) void
setCreated
(org.joda.time.DateTime created) void
setDateFormat
(String dateFormat) void
void
void
setLastLogin
(org.joda.time.DateTime lastLogin) void
setLocal
(boolean local) void
void
setPassword
(String password) void
setRoles
(List<RoleEntity> roles) void
setSessionReconnectKey
(String sessionReconnectKey) void
setTimeZone
(String timeZone)
-
Constructor Details
-
UserEntity
public UserEntity()
-
-
Method Details
-
getId
-
setId
-
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean local) -
getName
-
setName
-
getEmail
-
setEmail
-
getPassword
-
setPassword
-
getAccessKey
Access key, allows API clients more easy use of a User Manager User.- Returns:
-
setAccessKey
-
getAccessKeySecondary
Access key, allows API clients more easy use of a User Manager User.- Returns:
-
setAccessKeySecondary
-
getSessionReconnectKey
-
setSessionReconnectKey
-
getCreated
public org.joda.time.DateTime getCreated() -
setCreated
public void setCreated(org.joda.time.DateTime created) -
getLastLogin
public org.joda.time.DateTime getLastLogin() -
setLastLogin
public void setLastLogin(org.joda.time.DateTime lastLogin) -
getDateFormat
-
setDateFormat
-
getTimeZone
-
setTimeZone
-
getRoles
-
setRoles
-