Class AbstractResetPasswordDelegate
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.BaseJavaDelegate
-
- org.alfresco.repo.security.authentication.activiti.AbstractResetPasswordDelegate
-
- All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate
- Direct Known Subclasses:
PerformResetPasswordDelegate,SendResetPasswordConfirmationEmailDelegate,SendResetPasswordEmailDelegate
public abstract class AbstractResetPasswordDelegate extends BaseJavaDelegate
- Since:
- 5.2.1
- Author:
- Jamal Kaabi-Mofrad
-
-
Field Summary
Fields Modifier and Type Field Description protected ResetPasswordServiceresetPasswordService
-
Constructor Summary
Constructors Constructor Description AbstractResetPasswordDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetResetPasswordService(ResetPasswordService resetPasswordService)-
Methods inherited from class org.alfresco.repo.workflow.activiti.BaseJavaDelegate
getName, getServiceRegistry, setBeanRegistry, setServiceRegistry
-
-
-
-
Field Detail
-
resetPasswordService
protected ResetPasswordService resetPasswordService
-
-
Method Detail
-
setResetPasswordService
public void setResetPasswordService(ResetPasswordService resetPasswordService)
-
-