| Package | Description |
|---|---|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private SubjectCanonicalizationFlowDescriptor |
SubjectCanonicalizationContext.attemptedFlow
The last c14 flow attempted.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,SubjectCanonicalizationFlowDescriptor> |
SubjectCanonicalizationContext.intermediateFlows
Previously attempted flows (could be failures or intermediate results).
|
private Map<String,SubjectCanonicalizationFlowDescriptor> |
SubjectCanonicalizationContext.potentialFlows
Flows that could potentially be used.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectCanonicalizationFlowDescriptor |
SubjectCanonicalizationContext.getAttemptedFlow()
Get the last flow that was attempted for subject c14n.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SubjectCanonicalizationFlowDescriptor> |
SubjectCanonicalizationContext.getIntermediateFlows()
Get the set of flows that have been executed, successfully or otherwise, without producing a completed result.
|
Map<String,SubjectCanonicalizationFlowDescriptor> |
SubjectCanonicalizationContext.getPotentialFlows()
Get the set of flows that could potentially be used for subject canonicalization.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectCanonicalizationContext |
SubjectCanonicalizationContext.setAttemptedFlow(SubjectCanonicalizationFlowDescriptor flow)
Set the last flow that was attempted for subject c14n.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.