| Package | Description |
|---|---|
| net.shibboleth.idp.authn.context |
Context classes for managing authentication-related state.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,MultiFactorAuthenticationTransition> |
MultiFactorAuthenticationContext.transitionMap
Map of login "factors" (flows) and the transition rules to run after them.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MultiFactorAuthenticationTransition> |
MultiFactorAuthenticationContext.getTransitionMap()
Get a live map of the transitions to apply.
|
| Modifier and Type | Method and Description |
|---|---|
MultiFactorAuthenticationContext |
MultiFactorAuthenticationContext.setTransitionMap(Map<String,MultiFactorAuthenticationTransition> map)
Set the map of transitions to apply, replacing any existing entries.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.