Uses of Class
org.forgerock.openam.auth.node.api.OutcomeProvider.Outcome
-
Packages that use OutcomeProvider.Outcome Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of OutcomeProvider.Outcome in org.forgerock.am.iot
Methods in org.forgerock.am.iot that return types with arguments of type OutcomeProvider.Outcome Modifier and Type Method Description List<OutcomeProvider.Outcome>
IotAuthenticationNode.AuthenticationOutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
List<OutcomeProvider.Outcome>
IotRegistrationNode.RegistrationOutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
-
Uses of OutcomeProvider.Outcome in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that return types with arguments of type OutcomeProvider.Outcome Modifier and Type Method Description List<OutcomeProvider.Outcome>
AbstractDecisionNode.OutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
List<OutcomeProvider.Outcome>
OutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.List<OutcomeProvider.Outcome>
SingleOutcomeNode.OutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
-