Uses of Class
net.shibboleth.idp.authn.AuthenticationFlowDescriptor
Packages that use AuthenticationFlowDescriptor
Package
Description
Context classes for managing authentication-related state.
-
Uses of AuthenticationFlowDescriptor in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as AuthenticationFlowDescriptorModifier and TypeFieldDescriptionprivate AuthenticationFlowDescriptorAuthenticationContext.attemptedFlowAuthentication flow being attempted to authenticate the user.private AuthenticationFlowDescriptorMultiFactorAuthenticationContext.mfaFlowDescriptorLogin flow descriptor for the MFA flow.Fields in net.shibboleth.idp.authn.context with type parameters of type AuthenticationFlowDescriptorModifier and TypeFieldDescriptionprivate final Map<String,AuthenticationFlowDescriptor> AuthenticationContext.availableFlowsFlows that are known to the system.private final Map<String,AuthenticationFlowDescriptor> AuthenticationContext.intermediateFlowsPreviously attempted flows (could be failures or intermediate results).private final Map<String,AuthenticationFlowDescriptor> AuthenticationContext.potentialFlowsFlows that could potentially be used to authenticate the user.Methods in net.shibboleth.idp.authn.context that return AuthenticationFlowDescriptorModifier and TypeMethodDescriptionAuthenticationContext.getAttemptedFlow()Get the authentication flow that was attempted in order to authenticate the user.MultiFactorAuthenticationContext.getAuthenticationFlowDescriptor()Get theAuthenticationFlowDescriptorrepresenting the MFA flow.Methods in net.shibboleth.idp.authn.context that return types with arguments of type AuthenticationFlowDescriptorModifier and TypeMethodDescriptionAuthenticationContext.getAvailableFlows()Get the set of flows known to the system overall.AuthenticationContext.getIntermediateFlows()Get the set of flows that have been executed, successfully or otherwise, without producing a completed result.AuthenticationContext.getPotentialFlows()Get the set of flows that could potentially be used for authentication.Methods in net.shibboleth.idp.authn.context with parameters of type AuthenticationFlowDescriptorModifier and TypeMethodDescriptionAuthenticationContext.setAttemptedFlow(AuthenticationFlowDescriptor flow) Set the authentication flow that was attempted in order to authenticate the user.MultiFactorAuthenticationContext.setAuthenticationFlowDescriptor(AuthenticationFlowDescriptor descriptor) Set theAuthenticationFlowDescriptorrepresenting the MFA flow.