Package | Description |
---|---|
org.keycloak.broker.oidc | |
org.keycloak.broker.provider.util | |
org.keycloak.protocol.oidc.grants.ciba.channel | |
org.keycloak.social.stackoverflow |
Modifier and Type | Method and Description |
---|---|
SimpleHttp |
AbstractOAuth2IdentityProvider.authenticateTokenRequest(SimpleHttp tokenRequest) |
protected SimpleHttp |
AbstractOAuth2IdentityProvider.buildUserInfoRequest(String subjectToken,
String userInfoUrl) |
SimpleHttp |
OIDCIdentityProvider.OIDCEndpoint.generateTokenRequest(String authorizationCode) |
SimpleHttp |
KeycloakOIDCIdentityProvider.KeycloakEndpoint.generateTokenRequest(String authorizationCode) |
SimpleHttp |
AbstractOAuth2IdentityProvider.Endpoint.generateTokenRequest(String authorizationCode) |
protected SimpleHttp |
OIDCIdentityProvider.getRefreshTokenRequest(KeycloakSession session,
String refreshToken,
String clientId,
String clientSecret) |
Modifier and Type | Method and Description |
---|---|
SimpleHttp |
AbstractOAuth2IdentityProvider.authenticateTokenRequest(SimpleHttp tokenRequest) |
Modifier and Type | Method and Description |
---|---|
SimpleHttp |
SimpleHttp.acceptJson() |
SimpleHttp |
SimpleHttp.auth(String token) |
SimpleHttp |
SimpleHttp.authBasic(String username,
String password) |
SimpleHttp |
SimpleHttp.connectionRequestTimeoutMillis(int timeout) |
SimpleHttp |
SimpleHttp.connectTimeoutMillis(int timeout) |
static SimpleHttp |
SimpleHttp.doDelete(String url,
org.apache.http.client.HttpClient client) |
static SimpleHttp |
SimpleHttp.doDelete(String url,
KeycloakSession session) |
static SimpleHttp |
SimpleHttp.doGet(String url,
org.apache.http.client.HttpClient client) |
static SimpleHttp |
SimpleHttp.doGet(String url,
KeycloakSession session) |
static SimpleHttp |
SimpleHttp.doHead(String url,
org.apache.http.client.HttpClient client) |
static SimpleHttp |
SimpleHttp.doPatch(String url,
org.apache.http.client.HttpClient client) |
static SimpleHttp |
SimpleHttp.doPost(String url,
org.apache.http.client.HttpClient client) |
static SimpleHttp |
SimpleHttp.doPost(String url,
KeycloakSession session) |
static SimpleHttp |
SimpleHttp.doPut(String url,
org.apache.http.client.HttpClient client) |
SimpleHttp |
SimpleHttp.header(String name,
String value) |
SimpleHttp |
SimpleHttp.json(Object entity) |
SimpleHttp |
SimpleHttp.param(String name,
String value) |
SimpleHttp |
SimpleHttp.socketTimeOutMillis(int timeout) |
Modifier and Type | Method and Description |
---|---|
protected SimpleHttp |
HttpAuthenticationChannelProvider.completeDecoupledAuthnRequest(SimpleHttp simpleHttp,
AuthenticationChannelRequest channelRequest)
Extension point to allow subclass to override this method in order to add data to post to decoupled server.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleHttp |
HttpAuthenticationChannelProvider.completeDecoupledAuthnRequest(SimpleHttp simpleHttp,
AuthenticationChannelRequest channelRequest)
Extension point to allow subclass to override this method in order to add data to post to decoupled server.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleHttp |
StackoverflowIdentityProvider.buildUserInfoRequest(String subjectToken,
String userInfoUrl) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.