Class GenerateToken
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.GenerateToken
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
public class GenerateToken extends FlowableServiceTask
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfParamOpsconfParamOps-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description GenerateToken(ConfParamOps confParamOps)
-
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
-
-
-
-
Field Detail
-
confParamOps
protected final ConfParamOps confParamOps
-
-
Constructor Detail
-
GenerateToken
public GenerateToken(ConfParamOps confParamOps)
-
-
Method Detail
-
doExecute
protected void doExecute(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
doExecutein classFlowableServiceTask
-
-