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 |
---|---|
HttpCallback |
RestAuthHttpCallbackHandler.convertFromJson(HttpCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Converts the JSONObject into a Callback, setting the values set in the JSONObject onto the given Callback.
|
HttpCallback |
RestAuthHttpCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
HttpCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
Modifier and Type | Method and Description |
---|---|
HttpCallback |
RestAuthHttpCallbackHandler.convertFromJson(HttpCallback 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 |
RestAuthHttpCallbackHandler.convertToJson(HttpCallback callback,
int index)
Converts the given Callback into JSON format.
|
HttpCallback |
RestAuthHttpCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
HttpCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
boolean |
RestAuthHttpCallbackHandler.updateCallbackFromRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpCallback callback)
Checks the request for the presence of a header with the Authorization Header as define in the HttpCallBack,
if present and not an empty string then sets this on the Callback and returns true.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.