public class ForgotPasswordView
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ForgotPasswordView() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserIdentifier()
Gets the user identifier.
|
void |
init()
Initializes the instance for use.
|
boolean |
isEmailSended()
Checks if is email sended.
|
void |
resetPassword()
Resets the password of the user identified by userIdentifier.
|
void |
setEmailSended(boolean emailSended)
Sets the email sended.
|
void |
setUserIdentifier(java.lang.String userIdentifier)
Sets the user identifier.
|
@PostConstruct public void init()
public void resetPassword()
public java.lang.String getUserIdentifier()
public void setUserIdentifier(java.lang.String userIdentifier)
userIdentifier
- the new user identifierpublic boolean isEmailSended()
public void setEmailSended(boolean emailSended)
emailSended
- the new email sended