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 |
---|---|
HiddenValueCallback |
RestAuthHiddenValueCallbackHandler.convertFromJson(HiddenValueCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
|
HiddenValueCallback |
RestAuthHiddenValueCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
HiddenValueCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
Modifier and Type | Method and Description |
---|---|
HiddenValueCallback |
RestAuthHiddenValueCallbackHandler.convertFromJson(HiddenValueCallback 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 |
RestAuthHiddenValueCallbackHandler.convertToJson(HiddenValueCallback callback,
int index)
Converts the given Callback into JSON format.
|
HiddenValueCallback |
RestAuthHiddenValueCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
HiddenValueCallback 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.