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
Constructors Constructor Description AuthenticationOutcomeProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OutcomeProvider.Outcome>getOutcomes(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getOutcomes
public List<OutcomeProvider.Outcome> getOutcomes(PreferredLocales locales)
Description copied from interface:StaticOutcomeProviderReturns a ordered list of possible node outcomes with localised display names.- Specified by:
 getOutcomesin interfaceStaticOutcomeProvider- Parameters:
 locales- The locales for the localised description.- Returns:
 - A non-null list of outcomes. May be empty.
 
 
 - 
 
 -