| Package | Description |
|---|---|
| org.keycloak.broker.oidc | |
| org.keycloak.broker.oidc.util | |
| org.keycloak.broker.provider.util |
| Modifier and Type | Method and Description |
|---|---|
SimpleHttp |
KeycloakOIDCIdentityProvider.KeycloakEndpoint.generateTokenRequest(String authorizationCode) |
SimpleHttp |
AbstractOAuth2IdentityProvider.Endpoint.generateTokenRequest(String authorizationCode) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSimpleHttp |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
JsonSimpleHttp.asJson(SimpleHttp request) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleHttp |
SimpleHttp.doGet(String url) |
static SimpleHttp |
SimpleHttp.doPost(String url) |
SimpleHttp |
SimpleHttp.header(String name,
String value) |
SimpleHttp |
SimpleHttp.hostnameVerifier(HostnameVerifier verifier) |
SimpleHttp |
SimpleHttp.param(String name,
String value) |
SimpleHttp |
SimpleHttp.sslFactory(SSLSocketFactory factory) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.