static void |
ServerRequest.error(int status,
org.apache.http.HttpEntity entity) |
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(KeycloakDeployment deployment,
String code,
String redirectUri,
String sessionId) |
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(KeycloakDeployment deployment,
String code,
String redirectUri,
String sessionId,
String codeVerifier) |
static void |
ServerRequest.invokeClientManagementRequest(KeycloakDeployment deployment,
String host,
String endpointUrl) |
static void |
ServerRequest.invokeLogout(KeycloakDeployment deployment,
String refreshToken) |
static AccessTokenResponse |
ServerRequest.invokeRefresh(KeycloakDeployment deployment,
String refreshToken) |
static void |
ServerRequest.invokeRegisterNode(KeycloakDeployment deployment,
String host) |
static void |
ServerRequest.invokeUnregisterNode(KeycloakDeployment deployment,
String host) |