Package | Description |
---|---|
org.forgerock.http.client |
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
in scripted modules.
|
org.forgerock.http.client.response |
This package contains the classes and interfaces related to the responses received by the HTTP client, and their
use in scripted modules.
|
org.forgerock.openam.scripting.api.http |
Modifier and Type | Method and Description |
---|---|
protected HttpClientResponse |
RestletHttpClient.getHttpClientResponse(String uri,
String body,
Map<String,List<Map<String,String>>> requestData,
String method)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpClientResponse
A basic implementation of
HttpClientResponse that a script can receive from sending a
HttpClientRequest over a org.forgerock.http.client.HttpClient . |
Modifier and Type | Method and Description |
---|---|
HttpClientResponse |
GroovyHttpClient.get(String uri,
Map<String,List<Map<String,String>>> requestData)
Deprecated.
|
HttpClientResponse |
JavaScriptHttpClient.get(String uri,
org.mozilla.javascript.NativeObject requestData)
Deprecated.
|
HttpClientResponse |
GroovyHttpClient.post(String uri,
String body,
Map<String,List<Map<String,String>>> requestData)
Deprecated.
|
HttpClientResponse |
JavaScriptHttpClient.post(String uri,
String body,
org.mozilla.javascript.NativeObject requestData)
Deprecated.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.