| Package | Description |
|---|---|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationFlowDescriptor |
AuthenticationContext.attemptedFlow
Authentication flow being attempted to authenticate the user.
|
private AuthenticationFlowDescriptor |
MultiFactorAuthenticationContext.mfaFlowDescriptor
Login flow descriptor for the MFA flow.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,AuthenticationFlowDescriptor> |
AuthenticationContext.availableFlows
Flows that are known to the system.
|
private Map<String,AuthenticationFlowDescriptor> |
AuthenticationContext.intermediateFlows
Previously attempted flows (could be failures or intermediate results).
|
private Map<String,AuthenticationFlowDescriptor> |
AuthenticationContext.potentialFlows
Flows that could potentially be used to authenticate the user.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowDescriptor |
AuthenticationContext.getAttemptedFlow()
Get the authentication flow that was attempted in order to authenticate the user.
|
AuthenticationFlowDescriptor |
MultiFactorAuthenticationContext.getAuthenticationFlowDescriptor()
Get the
AuthenticationFlowDescriptor representing the MFA flow. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationContext |
AuthenticationContext.setAttemptedFlow(AuthenticationFlowDescriptor flow)
Set the authentication flow that was attempted in order to authenticate the user.
|
MultiFactorAuthenticationContext |
MultiFactorAuthenticationContext.setAuthenticationFlowDescriptor(AuthenticationFlowDescriptor descriptor)
Set the
AuthenticationFlowDescriptor representing the MFA flow. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.