Uses of Class
com.sun.identity.authentication.callbacks.HiddenValueCallback
-
Packages that use HiddenValueCallback 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. -
-
Uses of HiddenValueCallback in org.forgerock.openam.core.rest.authn.callbackhandlers
Methods in org.forgerock.openam.core.rest.authn.callbackhandlers that return HiddenValueCallback Modifier and Type Method Description HiddenValueCallbackRestAuthHiddenValueCallbackHandler. 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.HiddenValueCallbackRestAuthHiddenValueCallbackHandler. handle(jakarta.servlet.http.HttpServletRequest request, jakarta.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.Methods in org.forgerock.openam.core.rest.authn.callbackhandlers with parameters of type HiddenValueCallback Modifier and Type Method Description HiddenValueCallbackRestAuthHiddenValueCallbackHandler. 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.JsonValueRestAuthHiddenValueCallbackHandler. convertToJson(HiddenValueCallback callback, int index)Converts the given Callback into JSON format.HiddenValueCallbackRestAuthHiddenValueCallbackHandler. handle(jakarta.servlet.http.HttpServletRequest request, jakarta.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.
-