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 Summary
Nested Classes Modifier and Type Class Description static class
SingleOutcomeNode.OutcomeProvider
Provides a static single outcome for nodes with a single outcome.-
Nested classes/interfaces inherited from interface org.forgerock.openam.auth.node.api.Node
Node.Metadata
-
-
Constructor Summary
Constructors Constructor Description SingleOutcomeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Action.ActionBuilder
goToNext()
Move on to the next node in the tree.-
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.Node
getAuditEntryDetail, getInputs, getOutputs, process
-
-
-
-
Method Detail
-
goToNext
protected Action.ActionBuilder goToNext()
Move on to the next node in the tree.- Returns:
- an action builder to provide additional details.
-
-