@Entity public class AdminUserImpl extends Object implements AdminUser
Modifier and Type | Field and Description |
---|---|
protected Boolean |
activeStatusFlag |
protected Set<AdminPermission> |
allPermissions |
protected Set<AdminRole> |
allRoles
All roles that this user has
|
protected String |
email |
protected String |
login |
protected String |
name |
protected SandBox |
overrideSandBox |
protected String |
password |
protected String |
phoneNumber |
protected String |
unencodedPassword |
Constructor and Description |
---|
AdminUserImpl() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActiveStatusFlag()
Returns the users active status.
|
Set<AdminPermission> |
getAllPermissions() |
Set<AdminRole> |
getAllRoles() |
String |
getEmail() |
Long |
getId() |
String |
getLogin() |
String |
getName() |
SandBox |
getOverrideSandBox()
The current sandbox associated with this user.
|
String |
getPassword() |
String |
getPhoneNumber()
Returns the users phone number.
|
String |
getUnencodedPassword() |
void |
setActiveStatusFlag(Boolean activeStatusFlag)
Sets the users active status.
|
void |
setAllPermissions(Set<AdminPermission> allPermissions) |
void |
setAllRoles(Set<AdminRole> allRoles) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setLogin(String login) |
void |
setName(String name) |
void |
setOverrideSandBox(SandBox overrideSandBox)
Overrides the user's sandbox.
|
void |
setPassword(String password) |
void |
setPhoneNumber(String phoneNumber)
Stores the user's phone number.
|
void |
setUnencodedPassword(String unencodedPassword) |
protected String name
protected String login
protected String password
protected String email
protected String phoneNumber
protected Boolean activeStatusFlag
protected Set<AdminPermission> allPermissions
protected String unencodedPassword
protected SandBox overrideSandBox
public String getUnencodedPassword()
getUnencodedPassword
in interface AdminUser
public void setUnencodedPassword(String unencodedPassword)
setUnencodedPassword
in interface AdminUser
public void setId(Long id)
public String getPassword()
getPassword
in interface AdminUser
public void setPassword(String password)
setPassword
in interface AdminUser
public String getPhoneNumber()
AdminUser
getPhoneNumber
in interface AdminUser
public void setPhoneNumber(String phoneNumber)
AdminUser
setPhoneNumber
in interface AdminUser
public Boolean getActiveStatusFlag()
AdminUser
getActiveStatusFlag
in interface AdminUser
public void setActiveStatusFlag(Boolean activeStatusFlag)
AdminUser
setActiveStatusFlag
in interface AdminUser
public Set<AdminRole> getAllRoles()
getAllRoles
in interface AdminUser
public void setAllRoles(Set<AdminRole> allRoles)
setAllRoles
in interface AdminUser
public SandBox getOverrideSandBox()
AdminUser
getOverrideSandBox
in interface AdminUser
public void setOverrideSandBox(SandBox overrideSandBox)
AdminUser
setOverrideSandBox
in interface AdminUser
public Set<AdminPermission> getAllPermissions()
getAllPermissions
in interface AdminUser
public void setAllPermissions(Set<AdminPermission> allPermissions)
setAllPermissions
in interface AdminUser
Copyright © 2013. All rights reserved.