public class ResetPasswordView
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ResetPasswordView() |
Modifier and Type | Method and Description |
---|---|
UserJPA |
getUser()
Gets the user.
|
void |
init()
Inits the.
|
boolean |
isPasswordResetSuccessful()
Checks if is password reset successful.
|
void |
processActionToken()
Reads the action token and processes it.
|
void |
resetPassword()
Resets the password of the user identified by userIdentifier.
|
void |
setPasswordResetSuccessful(boolean passwordResetSuccessful)
Sets the password reset successful.
|
void |
setUser(UserJPA user)
Sets the user.
|
@PostConstruct public void init()
public void processActionToken()
public void resetPassword()
public boolean isPasswordResetSuccessful()
public void setPasswordResetSuccessful(boolean passwordResetSuccessful)
passwordResetSuccessful
- the new password reset successfulpublic UserJPA getUser()
public void setUser(UserJPA user)
user
- the new user