Uses of Class
org.keycloak.broker.provider.util.SimpleHttp
- 
Packages that use SimpleHttp Package Description org.keycloak.broker.oidc org.keycloak.broker.provider.util org.keycloak.protocol.oidc.grants.ciba.channel org.keycloak.social.stackoverflow 
- 
- 
Uses of SimpleHttp in org.keycloak.broker.oidcMethods in org.keycloak.broker.oidc that return SimpleHttp Modifier and Type Method Description SimpleHttpAbstractOAuth2IdentityProvider. authenticateTokenRequest(SimpleHttp tokenRequest)protected SimpleHttpAbstractOAuth2IdentityProvider. buildUserInfoRequest(String subjectToken, String userInfoUrl)SimpleHttpAbstractOAuth2IdentityProvider.Endpoint. generateTokenRequest(String authorizationCode)SimpleHttpKeycloakOIDCIdentityProvider.KeycloakEndpoint. generateTokenRequest(String authorizationCode)SimpleHttpOIDCIdentityProvider.OIDCEndpoint. generateTokenRequest(String authorizationCode)protected SimpleHttpOIDCIdentityProvider. getRefreshTokenRequest(KeycloakSession session, String refreshToken, String clientId, String clientSecret)Methods in org.keycloak.broker.oidc with parameters of type SimpleHttp Modifier and Type Method Description SimpleHttpAbstractOAuth2IdentityProvider. authenticateTokenRequest(SimpleHttp tokenRequest)
- 
Uses of SimpleHttp in org.keycloak.broker.provider.utilMethods in org.keycloak.broker.provider.util that return SimpleHttp Modifier and Type Method Description SimpleHttpSimpleHttp. acceptJson()SimpleHttpSimpleHttp. auth(String token)SimpleHttpSimpleHttp. authBasic(String username, String password)SimpleHttpSimpleHttp. connectionRequestTimeoutMillis(int timeout)SimpleHttpSimpleHttp. connectTimeoutMillis(int timeout)static SimpleHttpSimpleHttp. doDelete(String url, org.apache.http.client.HttpClient client)static SimpleHttpSimpleHttp. doDelete(String url, KeycloakSession session)static SimpleHttpSimpleHttp. doGet(String url, org.apache.http.client.HttpClient client)static SimpleHttpSimpleHttp. doGet(String url, KeycloakSession session)static SimpleHttpSimpleHttp. doHead(String url, org.apache.http.client.HttpClient client)static SimpleHttpSimpleHttp. doPatch(String url, org.apache.http.client.HttpClient client)static SimpleHttpSimpleHttp. doPost(String url, org.apache.http.client.HttpClient client)static SimpleHttpSimpleHttp. doPost(String url, KeycloakSession session)static SimpleHttpSimpleHttp. doPut(String url, org.apache.http.client.HttpClient client)SimpleHttpSimpleHttp. entity(org.apache.http.HttpEntity entity)SimpleHttpSimpleHttp. header(String name, String value)SimpleHttpSimpleHttp. json(Object entity)SimpleHttpSimpleHttp. param(String name, String value)SimpleHttpSimpleHttp. socketTimeOutMillis(int timeout)
- 
Uses of SimpleHttp in org.keycloak.protocol.oidc.grants.ciba.channelMethods in org.keycloak.protocol.oidc.grants.ciba.channel that return SimpleHttp Modifier and Type Method Description protected SimpleHttpHttpAuthenticationChannelProvider. completeDecoupledAuthnRequest(SimpleHttp simpleHttp, AuthenticationChannelRequest channelRequest)Extension point to allow subclass to override this method in order to add data to post to decoupled server.Methods in org.keycloak.protocol.oidc.grants.ciba.channel with parameters of type SimpleHttp Modifier and Type Method Description protected SimpleHttpHttpAuthenticationChannelProvider. completeDecoupledAuthnRequest(SimpleHttp simpleHttp, AuthenticationChannelRequest channelRequest)Extension point to allow subclass to override this method in order to add data to post to decoupled server.
- 
Uses of SimpleHttp in org.keycloak.social.stackoverflowMethods in org.keycloak.social.stackoverflow that return SimpleHttp Modifier and Type Method Description protected SimpleHttpStackoverflowIdentityProvider. buildUserInfoRequest(String subjectToken, String userInfoUrl)
 
-