Package org.forgerock.am.iot
Class IotAuthenticationNode.AuthenticationOutcomeProvider
java.lang.Object
org.forgerock.am.iot.IotAuthenticationNode.AuthenticationOutcomeProvider
- All Implemented Interfaces:
OutcomeProvider
,StaticOutcomeProvider
- Enclosing class:
- IotAuthenticationNode
public static class IotAuthenticationNode.AuthenticationOutcomeProvider
extends Object
implements StaticOutcomeProvider
Defines the possible outcomes from this node.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.openam.auth.node.api.OutcomeProvider
OutcomeProvider.Outcome
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOutcomes
(PreferredLocales locales) Returns a ordered list of possible node outcomes with localised display names.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.forgerock.openam.auth.node.api.StaticOutcomeProvider
getOutcomes
-
Constructor Details
-
AuthenticationOutcomeProvider
public AuthenticationOutcomeProvider()
-
-
Method Details
-
getOutcomes
Description copied from interface:StaticOutcomeProvider
Returns a ordered list of possible node outcomes with localised display names.- Specified by:
getOutcomes
in interfaceStaticOutcomeProvider
- Parameters:
locales
- The locales for the localised description.- Returns:
- A non-null list of outcomes. May be empty.
-