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.
  • Constructor Details

    • SingleOutcomeNode

      public SingleOutcomeNode()
  • Method Details

    • goToNext

      protected Action.ActionBuilder goToNext()
      Move on to the next node in the tree.
      Returns:
      an action builder to provide additional details.