Class SimpleHttp
java.lang.Object
org.keycloak.broker.provider.util.SimpleHttp
Deprecated.
- Author:
- Stian Thorgersen, Vlastimil Elias (velias at redhat dot com), David Klassen (daviddd.kl@gmail.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimpleHttp
(String url, String method, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.fasterxml.jackson.databind.JsonNode
asJson()
Deprecated.<T> T
asJson
(com.fasterxml.jackson.core.type.TypeReference<T> type) Deprecated.<T> T
Deprecated.Deprecated.int
asStatus()
Deprecated.asString()
Deprecated.Deprecated.Deprecated.connectionRequestTimeoutMillis
(int timeout) Deprecated.connectTimeoutMillis
(int timeout) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doDelete
(String url, KeycloakSession session) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doGet
(String url, KeycloakSession session) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doHead
(String url, KeycloakSession session) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doPatch
(String url, KeycloakSession session) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doPost
(String url, KeycloakSession session) Deprecated.protected static SimpleHttp
Deprecated.static SimpleHttp
doPut
(String url, KeycloakSession session) Deprecated.entity
(org.apache.http.HttpEntity entity) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getUrl()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.setMaxConsumedResponseSize
(long maxConsumedResponseSize) Deprecated.socketTimeOutMillis
(int timeout) Deprecated.
-
Constructor Details
-
Method Details
-
doDelete
Deprecated. -
doDelete
protected static SimpleHttp doDelete(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doGet
Deprecated. -
doGet
protected static SimpleHttp doGet(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPost
Deprecated. -
doPost
protected static SimpleHttp doPost(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPut
Deprecated. -
doPut
protected static SimpleHttp doPut(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doHead
Deprecated. -
doHead
protected static SimpleHttp doHead(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
doPatch
Deprecated. -
doPatch
protected static SimpleHttp doPatch(String url, org.apache.http.client.HttpClient client, long maxConsumedResponseSize) Deprecated. -
header
Deprecated. -
getHeader
Deprecated. -
getHeaders
Deprecated. -
getParam
Deprecated. -
getParams
Deprecated. -
getEntity
Deprecated. -
json
Deprecated. -
entity
Deprecated. -
params
Deprecated. -
param
Deprecated. -
socketTimeOutMillis
Deprecated. -
connectTimeoutMillis
Deprecated. -
connectionRequestTimeoutMillis
Deprecated. -
setMaxConsumedResponseSize
Deprecated. -
auth
Deprecated. -
authBasic
Deprecated. -
acceptJson
Deprecated. -
asJson
Deprecated.- Throws:
IOException
-
asJson
Deprecated.- Throws:
IOException
-
asJson
Deprecated.- Throws:
IOException
-
asString
Deprecated.- Throws:
IOException
-
asStatus
Deprecated.- Throws:
IOException
-
asResponse
Deprecated.- Throws:
IOException
-
getUrl
Deprecated.- Returns:
- the URL without params
-
SimpleHttp
. This version will be deleted in Keycloak 27.0