Package | Description |
---|---|
com.sun.identity.authentication.share | |
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 |
---|---|
void |
RedirectCallbackHandler.handleRedirectCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RedirectCallback redirectCallback,
String loginURL) |
void |
RedirectCallbackHandler.setRedirectCallbackCookie(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RedirectCallback redirectCallback,
String loginURL)
Handles RedirectCallbacks by forwarding the response to the url in the callback.
|
Modifier and Type | Method and Description |
---|---|
RedirectCallback |
RestAuthRedirectCallbackHandler.convertFromJson(RedirectCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Validates that the JSON is valid for the callback type but does nothing more.
|
RedirectCallback |
RestAuthRedirectCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
RedirectCallback originalCallback)
Handles the processing of the JSON given in the request and updates the Callback objects from it.
|
Modifier and Type | Method and Description |
---|---|
RedirectCallback |
RestAuthRedirectCallbackHandler.convertFromJson(RedirectCallback callback,
org.forgerock.json.JsonValue jsonCallback)
Validates that the JSON is valid for the callback type but does nothing more.
|
org.forgerock.json.JsonValue |
RestAuthRedirectCallbackHandler.convertToJson(RedirectCallback callback,
int index)
Converts the
RedirectCallback into a JSON representation. |
RedirectCallback |
RestAuthRedirectCallbackHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.forgerock.json.JsonValue postBody,
RedirectCallback 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.