Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Modifier and Type | Method and Description |
---|---|
protected Action.ActionBuilder |
AbstractDecisionNode.goTo(boolean outcome)
Move on to the next node in the tree that is connected to the given outcome.
|
static Action.ActionBuilder |
Action.goTo(String outcome)
Move on to the next node in the tree that is connected to the given outcome.
|
protected Action.ActionBuilder |
SingleOutcomeNode.goToNext()
Move on to the next node in the tree.
|
static Action.ActionBuilder |
Action.send(Callback... callbacks)
Send the given callbacks to the user for them to interact with.
|
static Action.ActionBuilder |
Action.send(List<? extends Callback> callbacks)
Send the given callbacks to the user for them to interact with.
|
Copyright © 2010-2017, ForgeRock All Rights Reserved.