Uses of Class
net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor
Packages that use SubjectCanonicalizationFlowDescriptor
Package
Description
Context classes for managing authentication-related state.
-
Uses of SubjectCanonicalizationFlowDescriptor in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as SubjectCanonicalizationFlowDescriptorModifier and TypeFieldDescriptionSubjectCanonicalizationContext.attemptedFlowThe last c14 flow attempted.Fields in net.shibboleth.idp.authn.context with type parameters of type SubjectCanonicalizationFlowDescriptorModifier and TypeFieldDescriptionprivate final Map<String,SubjectCanonicalizationFlowDescriptor> SubjectCanonicalizationContext.intermediateFlowsPreviously attempted flows (could be failures or intermediate results).private final Map<String,SubjectCanonicalizationFlowDescriptor> SubjectCanonicalizationContext.potentialFlowsFlows that could potentially be used.Methods in net.shibboleth.idp.authn.context that return SubjectCanonicalizationFlowDescriptorModifier and TypeMethodDescriptionSubjectCanonicalizationContext.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 SubjectCanonicalizationFlowDescriptorModifier and TypeMethodDescriptionSubjectCanonicalizationContext.getIntermediateFlows()Get the set of flows that have been executed, successfully or otherwise, without producing a completed result.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 SubjectCanonicalizationFlowDescriptorModifier and TypeMethodDescriptionSubjectCanonicalizationContext.setAttemptedFlow(SubjectCanonicalizationFlowDescriptor flow) Set the last flow that was attempted for subject c14n.