Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Modifier and Type | Method and Description |
---|---|
default Optional<Integer> |
TreeMetaData.getMaxAuthLevel(UUID nodeId,
String outcome)
Calculate maximum auth level which the evaluating tree can give from the specified node.
|
List<OutcomeProvider.Outcome> |
OutcomeProvider.getOutcomes(PreferredLocales locales,
JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.
|
Action |
Node.process(TreeContext context)
Performs processing on the given shared state, which holds all the data gathered by nodes that have already
executed as part of this authentication session in the tree.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.