Class SingleOutcomeNode
java.lang.Object
org.forgerock.openam.auth.node.api.SingleOutcomeNode
- All Implemented Interfaces:
Node
Abstract node for nodes that always result in the same single outcome.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
SingleOutcomeNode
public SingleOutcomeNode()
-
-
Method Details
-
goToNext
Move on to the next node in the tree.- Returns:
- an action builder to provide additional details.
-