Uses of Class
net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor
Package | Description |
---|---|
net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
net.shibboleth.idp.authn.impl |
Implementation of various authentication actions.
|
net.shibboleth.idp.saml.nameid |
Code for manipulating NameIDs and NameIdentifiers.
|
-
Uses of SubjectCanonicalizationFlowDescriptor in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as SubjectCanonicalizationFlowDescriptor Modifier and Type Field Description private SubjectCanonicalizationFlowDescriptor
SubjectCanonicalizationContext. attemptedFlow
The last c14 flow attempted.Fields in net.shibboleth.idp.authn.context with type parameters of type SubjectCanonicalizationFlowDescriptor Modifier and Type Field 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.Methods in net.shibboleth.idp.authn.context that return SubjectCanonicalizationFlowDescriptor Modifier and Type Method Description SubjectCanonicalizationFlowDescriptor
SubjectCanonicalizationContext. getAttemptedFlow()
Get the last flow that was attempted for subject c14n.Methods in net.shibboleth.idp.authn.context that return types with arguments of type SubjectCanonicalizationFlowDescriptor Modifier and Type Method 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.Methods in net.shibboleth.idp.authn.context with parameters of type SubjectCanonicalizationFlowDescriptor Modifier and Type Method Description SubjectCanonicalizationContext
SubjectCanonicalizationContext. setAttemptedFlow(SubjectCanonicalizationFlowDescriptor flow)
Set the last flow that was attempted for subject c14n. -
Uses of SubjectCanonicalizationFlowDescriptor in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type SubjectCanonicalizationFlowDescriptor Modifier and Type Field Description private Collection<SubjectCanonicalizationFlowDescriptor>
PopulateSubjectCanonicalizationContext. availableFlows
The flows to make available for possible use.Methods in net.shibboleth.idp.authn.impl that return SubjectCanonicalizationFlowDescriptor Modifier and Type Method Description private SubjectCanonicalizationFlowDescriptor
SelectSubjectCanonicalizationFlow. selectUnattemptedFlow(ProfileRequestContext profileRequestContext, SubjectCanonicalizationContext c14nContext)
Select the first potential flow not found in the intermediate flows collection, and that is applicable to the context.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type SubjectCanonicalizationFlowDescriptor Modifier and Type Method Description void
PopulateSubjectCanonicalizationContext. setAvailableFlows(Collection<SubjectCanonicalizationFlowDescriptor> flows)
Set the flows available for possible use. -
Uses of SubjectCanonicalizationFlowDescriptor in net.shibboleth.idp.saml.nameid
Subclasses of SubjectCanonicalizationFlowDescriptor in net.shibboleth.idp.saml.nameid Modifier and Type Class Description class
NameIDCanonicalizationFlowDescriptor
A class used to describe flow descriptors forNameIDPrincipal
andNameIdentifierPrincipal
c14n.