public class SimpleUser extends NDEntityBase implements User
namePatternUNINITIALIZED| Constructor and Description |
|---|
SimpleUser()
Create a new SimpleUser instance.
|
SimpleUser(String inName,
String inDescription,
String inPassword,
boolean inIsActive)
Create a new SimpleUser instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHashedPassword()
Get the hashed password value.
|
boolean |
isActive()
Indicates if the user is active or not.
|
void |
setHashedPassword(String inHashedPassword)
Sets the hashedPassword value.
|
void |
setIsActive(boolean inIsActive)
Sets the isActive value.
|
getDescription, getName, setDescription, setName, toString, validategetId, getLastUpdated, getUpdateCount, setId, setLastUpdated, setUpdateCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getNamegetId, getLastUpdated, getUpdateCountpublic SimpleUser(String inName, String inDescription, String inPassword, boolean inIsActive)
inName - a String valueinDescription - a String valueinPassword - a String valueinIsActive - a boolean valuepublic SimpleUser()
public boolean isActive()
Userpublic String getHashedPassword()
UsergetHashedPassword in interface UserString valuepublic void setHashedPassword(String inHashedPassword)
inHashedPassword - a String valuepublic void setIsActive(boolean inIsActive)
inIsActive - a boolean valueCopyright © 2019. All rights reserved.