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 classIotAuthenticationNode.AuthenticationOutcomeProviderDefines the possible outcomes from this node.static classIotRegistrationNode.RegistrationOutcomeProviderDefines the possible outcomes from this node. -
Uses of OutcomeProvider in org.forgerock.openam.auth.node.api
Subinterfaces of OutcomeProvider in org.forgerock.openam.auth.node.api Modifier and Type Interface Description interfaceStaticOutcomeProviderDescribes the outcomes for node instances that have static outcomes.Classes in org.forgerock.openam.auth.node.api that implement OutcomeProvider Modifier and Type Class Description static classAbstractDecisionNode.OutcomeProviderProvides a static set of outcomes for decision nodes.static classSingleOutcomeNode.OutcomeProviderProvides 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.
-