Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Modifier and Type | Field and Description |
---|---|
ExternalRequestContext |
TreeContext.request
The HTTP request associated with the current authentication request.
|
Constructor and Description |
---|
TreeContext(org.forgerock.json.JsonValue sharedState,
ExternalRequestContext request,
List<? extends Callback> callbacks)
Construct a tree context for the current state.
|
TreeContext(org.forgerock.json.JsonValue sharedState,
org.forgerock.json.JsonValue transientState,
ExternalRequestContext request,
List<? extends Callback> callbacks)
Construct a tree context for the current state.
|
Copyright © 2010-2017, ForgeRock All Rights Reserved.