Class SendResetPasswordEmailDelegate
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.BaseJavaDelegate
-
- org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
-
- org.alfresco.repo.security.authentication.activiti.SendResetPasswordEmailDelegate
-
- All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate
public class SendResetPasswordEmailDelegate extends AbstractResetPasswordDelegate
Thisactiviti delegateis executed when a user request password reset.- 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 SendResetPasswordEmailDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.activiti.engine.delegate.DelegateExecution execution)-
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
-
-