Class PasswordReset
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.PasswordReset
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
public class PasswordReset extends FlowableServiceTask
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.syncope.core.provisioning.api.data.UserDataBinderdataBinderprotected org.apache.syncope.core.persistence.api.dao.UserDAOuserDAO-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description PasswordReset(org.apache.syncope.core.provisioning.api.data.UserDataBinder dataBinder, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.flowable.engine.delegate.DelegateExecution execution)-
Methods inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
execute
-
-
-
-
Method Detail
-
doExecute
protected void doExecute(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
doExecutein classFlowableServiceTask
-
-