public class SendPasswordResetInstructionsAction
extends org.springframework.webflow.action.AbstractAction
SendPasswordResetInstructionsAction
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_NAME_TOKEN
Param name for the token.
|
Constructor and Description |
---|
SendPasswordResetInstructionsAction(CommunicationsManager communicationsManager,
PasswordManagementService passwordManagementService) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext) |
protected boolean |
sendPasswordResetEmailToAccount(java.lang.String to,
java.lang.String url)
Send password reset email to account.
|
public static final java.lang.String PARAMETER_NAME_TOKEN
public SendPasswordResetInstructionsAction(CommunicationsManager communicationsManager, PasswordManagementService passwordManagementService)
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext) throws java.lang.Exception
doExecute
in class org.springframework.webflow.action.AbstractAction
java.lang.Exception
protected boolean sendPasswordResetEmailToAccount(java.lang.String to, java.lang.String url)
to
- the tourl
- the url