Package | Description |
---|---|
org.forgerock.openam.core.rest.authn.callbackhandlers |
This package contains Callback handlers for converting Callbacks to and from JSON and completing a Callback from
the contents of the Http headers and request objects.
|
Modifier and Type | Method and Description |
---|---|
NameValueOutputCallback |
RestAuthNameValueOutputCallbackHandler.convertFromJson(NameValueOutputCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
|
NameValueOutputCallback |
RestAuthNameValueOutputCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
NameValueOutputCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
Modifier and Type | Method and Description |
---|---|
NameValueOutputCallback |
RestAuthNameValueOutputCallbackHandler.convertFromJson(NameValueOutputCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
|
org.forgerock.json.JsonValue |
RestAuthNameValueOutputCallbackHandler.convertToJson(NameValueOutputCallback callback,
int index)
Converts the given Callback into JSON format.
|
NameValueOutputCallback |
RestAuthNameValueOutputCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
NameValueOutputCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.