Uses of Class
net.shibboleth.idp.authn.AuthenticationFlowDescriptor
-
Packages that use AuthenticationFlowDescriptor Package Description net.shibboleth.idp.authn.context 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 AuthenticationFlowDescriptor Modifier and Type Field Description private 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 AuthenticationFlowDescriptor Modifier and Type Field Description private Map<String,AuthenticationFlowDescriptor>AuthenticationContext. availableFlowsFlows that are known to the system.private Map<String,AuthenticationFlowDescriptor>AuthenticationContext. intermediateFlowsPreviously attempted flows (could be failures or intermediate results).private Map<String,AuthenticationFlowDescriptor>AuthenticationContext. potentialFlowsFlows that could potentially be used to authenticate the user.Methods in net.shibboleth.idp.authn.context that return AuthenticationFlowDescriptor Modifier and Type Method Description AuthenticationFlowDescriptorAuthenticationContext. getAttemptedFlow()Get the authentication flow that was attempted in order to authenticate the user.AuthenticationFlowDescriptorMultiFactorAuthenticationContext. getAuthenticationFlowDescriptor()Get theAuthenticationFlowDescriptorrepresenting the MFA flow.Methods in net.shibboleth.idp.authn.context that return types with arguments of type AuthenticationFlowDescriptor Modifier and Type Method Description Map<String,AuthenticationFlowDescriptor>AuthenticationContext. getAvailableFlows()Get the set of flows known to the system overall.Map<String,AuthenticationFlowDescriptor>AuthenticationContext. getIntermediateFlows()Get the set of flows that have been executed, successfully or otherwise, without producing a completed result.Map<String,AuthenticationFlowDescriptor>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 AuthenticationFlowDescriptor Modifier and Type Method Description AuthenticationContextAuthenticationContext. setAttemptedFlow(AuthenticationFlowDescriptor flow)Set the authentication flow that was attempted in order to authenticate the user.MultiFactorAuthenticationContextMultiFactorAuthenticationContext. setAuthenticationFlowDescriptor(AuthenticationFlowDescriptor descriptor)Set theAuthenticationFlowDescriptorrepresenting the MFA flow.
-