Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.adapters.installed | |
org.keycloak.servlet |
Modifier and Type | Method and Description |
---|---|
static void |
ServerRequest.error(int status,
org.apache.http.HttpEntity entity) |
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(org.apache.http.client.HttpClient client,
boolean publicClient,
String code,
String codeUrl,
String redirectUri,
String client_id,
Map<String,String> credentials,
String sessionId) |
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(KeycloakDeployment deployment,
String code,
String redirectUri,
String sessionId) |
static void |
ServerRequest.invokeClientManagementRequest(org.apache.http.client.HttpClient client,
String host,
String endpointUrl,
String clientId,
Map<String,String> credentials) |
static void |
ServerRequest.invokeLogout(KeycloakDeployment deployment,
String refreshToken) |
static AccessTokenResponse |
ServerRequest.invokeRefresh(org.apache.http.client.HttpClient client,
boolean publicClient,
String refreshToken,
String refreshUrl,
String client_id,
Map<String,String> credentials) |
static AccessTokenResponse |
ServerRequest.invokeRefresh(KeycloakDeployment deployment,
String refreshToken) |
static void |
ServerRequest.invokeRegisterNode(KeycloakDeployment deployment,
String host) |
static void |
ServerRequest.invokeUnregisterNode(KeycloakDeployment deployment,
String host) |
Modifier and Type | Method and Description |
---|---|
String |
KeycloakInstalled.getTokenString() |
String |
KeycloakInstalled.getTokenString(long minValidity,
TimeUnit unit) |
void |
KeycloakInstalled.login() |
void |
KeycloakInstalled.login(PrintStream printer,
Reader reader) |
void |
KeycloakInstalled.loginDesktop() |
void |
KeycloakInstalled.loginManual() |
void |
KeycloakInstalled.loginManual(PrintStream printer,
Reader reader) |
void |
KeycloakInstalled.refreshToken() |
Modifier and Type | Method and Description |
---|---|
AccessTokenResponse |
ServletOAuthClient.getBearerToken(javax.servlet.http.HttpServletRequest request)
Obtain the code parameter from the url after being redirected back from the auth-server.
|
AccessTokenResponse |
ServletOAuthClient.refreshToken(javax.servlet.http.HttpServletRequest request,
String refreshToken) |
Copyright © 2015. All Rights Reserved.