Class SendResetPasswordConfirmationEmailDelegate
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.BaseJavaDelegate
-
- org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
-
- org.alfresco.repo.security.authentication.activiti.SendResetPasswordConfirmationEmailDelegate
-
- All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate
public class SendResetPasswordConfirmationEmailDelegate extends AbstractResetPasswordDelegate
Thisactiviti delegateis executed when a user is finished resetting his/her password.- Since:
- 5.2.1
- Author:
- Jamal Kaabi-Mofrad
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
resetPasswordService
-
-
Constructor Summary
Constructors Constructor Description SendResetPasswordConfirmationEmailDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.activiti.engine.delegate.DelegateExecution delegateExecution)-
Methods inherited from class org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
setResetPasswordService
-
Methods inherited from class org.alfresco.repo.workflow.activiti.BaseJavaDelegate
getName, getServiceRegistry, setBeanRegistry, setServiceRegistry
-
-