Class DefaultPropagationTaskCallable
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.propagation.DefaultPropagationTaskCallable
-
- All Implemented Interfaces:
Callable<TaskExec<PropagationTask>>
,PropagationTaskCallable
public class DefaultPropagationTaskCallable extends Object implements PropagationTaskCallable
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<String>
authorities
protected String
domain
protected String
executor
protected static Logger
LOG
protected PropagationReporter
reporter
protected PropagationTaskExecutor
taskExecutor
protected PropagationTaskInfo
taskInfo
-
Constructor Summary
Constructors Constructor Description DefaultPropagationTaskCallable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskExec<PropagationTask>
call()
void
setExecutor(String executor)
void
setReporter(PropagationReporter reporter)
void
setTaskInfo(PropagationTaskInfo taskInfo)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
taskExecutor
@Autowired protected PropagationTaskExecutor taskExecutor
-
domain
protected final String domain
-
authorities
protected final Collection<String> authorities
-
taskInfo
protected PropagationTaskInfo taskInfo
-
reporter
protected PropagationReporter reporter
-
executor
protected String executor
-
-
Method Detail
-
setTaskInfo
public void setTaskInfo(PropagationTaskInfo taskInfo)
- Specified by:
setTaskInfo
in interfacePropagationTaskCallable
-
setReporter
public void setReporter(PropagationReporter reporter)
- Specified by:
setReporter
in interfacePropagationTaskCallable
-
setExecutor
public void setExecutor(String executor)
- Specified by:
setExecutor
in interfacePropagationTaskCallable
-
call
public TaskExec<PropagationTask> call() throws Exception
- Specified by:
call
in interfaceCallable<TaskExec<PropagationTask>>
- Throws:
Exception
-
-