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(org.apereo.cas.util.io.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(org.apereo.cas.util.io.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.AbstractActionjava.lang.Exceptionprotected boolean sendPasswordResetEmailToAccount(java.lang.String to,
java.lang.String url)
to - the tourl - the url