public class DefaultPropagationTaskCallable extends Object implements PropagationTaskCallable
Modifier and Type | Field and Description |
---|---|
protected Collection<? extends GrantedAuthority> |
authorities |
protected String |
delegatedBy |
protected String |
domain |
protected static org.slf4j.Logger |
LOG |
protected PropagationReporter |
reporter |
protected PropagationTaskExecutor |
taskExecutor |
protected PropagationTaskInfo |
taskInfo |
protected String |
username |
Constructor and Description |
---|
DefaultPropagationTaskCallable() |
Modifier and Type | Method and Description |
---|---|
TaskExec |
call() |
void |
setReporter(PropagationReporter reporter) |
void |
setTaskInfo(PropagationTaskInfo taskInfo) |
protected static final org.slf4j.Logger LOG
@Autowired protected PropagationTaskExecutor taskExecutor
protected final String domain
protected final String username
protected final String delegatedBy
protected final Collection<? extends GrantedAuthority> authorities
protected PropagationTaskInfo taskInfo
protected PropagationReporter reporter
public void setTaskInfo(PropagationTaskInfo taskInfo)
setTaskInfo
in interface PropagationTaskCallable
public void setReporter(PropagationReporter reporter)
setReporter
in interface PropagationTaskCallable
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.