public final class LocalUserRequest extends UserRequest
| Constructor and Description |
|---|
LocalUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(UserRequestVisitor userRequestVisitor)
Performs some processing on a user entity.
|
AuthenticationMethod |
authenticationMethod() |
String |
getPassword()
Get the user's password.
|
String |
getVerifyPassword()
Get the password verification.
|
void |
setPassword(String inPassword)
Set the user's password.
|
void |
setVerifyPassword(String inVerifyPassword)
Set the password verification.
|
String[] |
validate()
Validate a
UserRequest object. |
getDepartment, getEmail, getFirstName, getFullName, getId, getLastName, getLoginType, getOrganization, getTitle, getUsername, getVerifyEmail, setDepartment, setEmail, setFirstName, setFullName, setId, setLastName, setLoginType, setOrganization, setTitle, setUsername, setVerifyEmail, toStringpublic String getPassword()
public void setPassword(String inPassword)
inPassword - The user's password.public String getVerifyPassword()
public void setVerifyPassword(String inVerifyPassword)
inVerifyPassword - The password verification.public String[] validate()
UserRequestUserRequest object. Two rules are implemented: 1) The
email addresses in the two email fields must match, and 2) The passwords
in the two password fields must match.validate in class UserRequestpublic void accept(UserRequestVisitor userRequestVisitor)
UserRequestVisitableuserRequestVisitor - a UserRequestVisitor.public AuthenticationMethod authenticationMethod()
authenticationMethod in class UserRequestCopyright © 2016 Emory University. All rights reserved.