public class ProfileInterceptorContext extends BaseContext
BaseContext which holds flows that are available to be executed, the last flow attempted, and any flow
result.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private ProfileInterceptorFlowDescriptor |
attemptedFlow
The last flow attempted.
|
private Map<String,ProfileInterceptorFlowDescriptor> |
availableFlows
Flows that need to be executed.
|
private List<ProfileInterceptorResult> |
results
Results of the flow to be written to storage.
|
| Constructor and Description |
|---|
ProfileInterceptorContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileInterceptorFlowDescriptor |
getAttemptedFlow()
Get the last flow that was attempted.
|
Map<String,ProfileInterceptorFlowDescriptor> |
getAvailableFlows()
Get the flows that are available to be executed.
|
List<ProfileInterceptorResult> |
getResults()
Get the results of the flow to be written to storage.
|
void |
setAttemptedFlow(ProfileInterceptorFlowDescriptor flow)
Set the last flow that was attempted.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private ProfileInterceptorFlowDescriptor attemptedFlow
@Nonnull @NonnullElements private final Map<String,ProfileInterceptorFlowDescriptor> availableFlows
@Nonnull @NonnullElements private final List<ProfileInterceptorResult> results
@Nullable public ProfileInterceptorFlowDescriptor getAttemptedFlow()
public void setAttemptedFlow(@Nullable ProfileInterceptorFlowDescriptor flow)
flow - last flow that was attempted@Nonnull @NonnullElements @Live public Map<String,ProfileInterceptorFlowDescriptor> getAvailableFlows()
@Nonnull @NonnullElements @Live public List<ProfileInterceptorResult> getResults()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.