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
@Deprecated
public class SendResetPasswordConfirmationEmailDelegate
extends AbstractResetPasswordDelegate
Deprecated.
- 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.activiti.engine.delegate.DelegateExecution delegateExecution) Deprecated.Methods inherited from class org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
setResetPasswordServiceMethods inherited from class org.alfresco.repo.workflow.activiti.BaseJavaDelegate
getName, getServiceRegistry, setBeanRegistry, setServiceRegistry
activiti delegateis executed when a user is finished resetting his/her password.