Uses of Interface
org.forgerock.openam.auth.node.api.StaticOutcomeProvider
-
Packages that use StaticOutcomeProvider 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 StaticOutcomeProvider in org.forgerock.am.iot
Classes in org.forgerock.am.iot that implement StaticOutcomeProvider 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 StaticOutcomeProvider in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api that implement StaticOutcomeProvider 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.
-