Uses of Interface
org.forgerock.openam.auth.node.api.OutcomeProvider
-
Packages that use OutcomeProvider 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 in org.forgerock.am.iot
Classes in org.forgerock.am.iot that implement OutcomeProvider Modifier and Type Class Description static class
IotAuthenticationNode.AuthenticationOutcomeProvider
Defines the possible outcomes from this node.static class
IotRegistrationNode.RegistrationOutcomeProvider
Defines the possible outcomes from this node. -
Uses of OutcomeProvider in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api that implement OutcomeProvider Modifier and Type Class Description static class
AbstractDecisionNode.OutcomeProvider
Provides a static set of outcomes for decision nodes.static class
SingleOutcomeNode.OutcomeProvider
Provides a static single outcome for nodes with a single outcome.Methods in org.forgerock.openam.auth.node.api that return types with arguments of type OutcomeProvider Modifier and Type Method Description Class<? extends OutcomeProvider>
outcomeProvider()
A provider for the possible outcomes of the node.
-