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
Nested ClassesModifier and TypeClassDescriptionstatic final classProvides 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected Action.ActionBuildergoToNext()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, waitMethods 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.
-