@Entity public class LocalUserEntity extends UserEntity
| Modifier | Constructor and Description |
|---|---|
protected |
LocalUserEntity() |
|
LocalUserEntity(LoginTypeEntity loginType,
AuthenticationMethodEntity authenticationMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(UserEntityVisitor userEntityVisitor)
Performs some processing on a user entity.
|
String |
getPassword()
Get the user's password
|
Date |
getPasswordExpiration()
Get the user's password expiration date.
|
String |
getVerificationCode() |
boolean |
isVerified()
Get whether the user has been verified.
|
void |
setPassword(String inPassword)
Set the user's password.
|
void |
setPasswordExpiration(Date inPasswordExpiration)
Set the user's password expiration date.
|
void |
setVerificationCode(String inVerificationCode) |
void |
setVerified(boolean inVerified)
Set whether the user has been verified.
|
getAuthenticationMethod, getCreated, getDepartment, getEmail, getFirstName, getFullName, getId, getLastLogin, getLastName, getLoginType, getOrganization, getRoles, getTitle, getUsername, isActive, setActive, setCreated, setDepartment, setEmail, setFirstName, setFullName, setId, setLastLogin, setLastName, setOrganization, setRoles, setTitle, setUsername, toStringpublic LocalUserEntity(LoginTypeEntity loginType, AuthenticationMethodEntity authenticationMethod)
protected LocalUserEntity()
public String getPassword()
public void setPassword(String inPassword)
inPassword - A String containing the user's password.public String getVerificationCode()
public void setVerificationCode(String inVerificationCode)
inVerificationCode - the verificationCode to setpublic Date getPasswordExpiration()
public void setPasswordExpiration(Date inPasswordExpiration)
inPasswordExpiration - The user's password expiration date.public boolean isVerified()
public void setVerified(boolean inVerified)
inVerified - True if the user has been verified, false otherwise.public void accept(UserEntityVisitor userEntityVisitor)
UserEntityVisitableuserEntityVisitor - a UserEntityVisitor.Copyright © 2012–2016 Emory University. All rights reserved.