Class SingleOutcomeNode
- java.lang.Object
- 
- org.forgerock.openam.auth.node.api.SingleOutcomeNode
 
- 
- All Implemented Interfaces:
- Node
 
 @SupportedAll public abstract class SingleOutcomeNode extends Object implements Node Abstract node for nodes that always result in the same single outcome.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSingleOutcomeNode.OutcomeProviderProvides a static single outcome for nodes with a single outcome.- 
Nested classes/interfaces inherited from interface org.forgerock.openam.auth.node.api.NodeNode.Metadata
 
- 
 - 
Constructor SummaryConstructors Constructor Description SingleOutcomeNode()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Action.ActionBuildergoToNext()Move on to the next node in the tree.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.forgerock.openam.auth.node.api.NodegetAuditEntryDetail, getInputs, getOutputs, process
 
- 
 
- 
- 
- 
Method Detail- 
goToNextprotected Action.ActionBuilder goToNext() Move on to the next node in the tree.- Returns:
- an action builder to provide additional details.
 
 
- 
 
-