Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Constructor and Description |
---|
TreeContext(JsonValue sharedState,
ExternalRequestContext request,
List<? extends Callback> callbacks)
Construct a tree context for the current state.
|
TreeContext(JsonValue sharedState,
ExternalRequestContext request,
List<? extends Callback> callbacks,
Optional<String> universalId)
Construct a tree context for the current state.
|
TreeContext(JsonValue sharedState,
JsonValue transientState,
ExternalRequestContext request,
List<? extends Callback> callbacks)
Construct a tree context for the current state.
|
TreeContext(JsonValue sharedState,
JsonValue transientState,
ExternalRequestContext request,
List<? extends Callback> callbacks,
Optional<String> universalId)
Construct a tree context for the current state.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.