Class PerformResetPasswordDelegate
java.lang.Object
org.alfresco.repo.workflow.activiti.BaseJavaDelegate
org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
org.alfresco.repo.security.authentication.activiti.PerformResetPasswordDelegate
- All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate
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 execution) 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
-
Constructor Details
-
PerformResetPasswordDelegate
public PerformResetPasswordDelegate()Deprecated.
-
-
Method Details
-
execute
Deprecated.- Throws:
Exception
-
activiti delegateis executed when a user resets his/her password.