public class KeycloakInstalled extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
KeycloakInstalled.CallbackListener |
static class |
KeycloakInstalled.Console |
static interface |
KeycloakInstalled.HttpResponseWriter |
| Constructor and Description |
|---|
KeycloakInstalled() |
KeycloakInstalled(InputStream config) |
KeycloakInstalled(KeycloakDeployment deployment) |
public KeycloakInstalled()
public KeycloakInstalled(InputStream config)
public KeycloakInstalled(KeycloakDeployment deployment)
public KeycloakInstalled.HttpResponseWriter getLoginResponseWriter()
public KeycloakInstalled.HttpResponseWriter getLogoutResponseWriter()
public void setLoginResponseWriter(KeycloakInstalled.HttpResponseWriter loginResponseWriter)
public void setLogoutResponseWriter(KeycloakInstalled.HttpResponseWriter logoutResponseWriter)
public void setResteasyClient(org.jboss.resteasy.client.jaxrs.ResteasyClient resteasyClient)
public Locale getLocale()
public void setLocale(Locale locale)
public void login()
throws IOException,
ServerRequest.HttpFailure,
org.keycloak.common.VerificationException,
InterruptedException,
OAuthErrorException,
URISyntaxException
public void login(PrintStream printer, Reader reader) throws IOException, ServerRequest.HttpFailure, org.keycloak.common.VerificationException, InterruptedException, OAuthErrorException, URISyntaxException
public void logout()
throws IOException,
InterruptedException,
URISyntaxException
public void loginDesktop()
throws IOException,
org.keycloak.common.VerificationException,
OAuthErrorException,
URISyntaxException,
ServerRequest.HttpFailure,
InterruptedException
public void loginManual()
throws IOException,
ServerRequest.HttpFailure,
org.keycloak.common.VerificationException
public void loginManual(PrintStream printer, Reader reader) throws IOException, ServerRequest.HttpFailure, org.keycloak.common.VerificationException
public static KeycloakInstalled.Console console()
public boolean loginCommandLine()
throws IOException,
ServerRequest.HttpFailure,
org.keycloak.common.VerificationException
public boolean loginCommandLine(String redirectUri) throws IOException, ServerRequest.HttpFailure, org.keycloak.common.VerificationException
redirectUri - IOExceptionServerRequest.HttpFailureorg.keycloak.common.VerificationExceptionprotected org.jboss.resteasy.client.jaxrs.ResteasyClient getResteasyClient()
protected org.jboss.resteasy.client.jaxrs.ResteasyClient createResteasyClient()
public String getTokenString() throws org.keycloak.common.VerificationException, IOException, ServerRequest.HttpFailure
public String getTokenString(long minValidity, TimeUnit unit) throws org.keycloak.common.VerificationException, IOException, ServerRequest.HttpFailure
public void refreshToken()
throws IOException,
ServerRequest.HttpFailure,
org.keycloak.common.VerificationException
public void refreshToken(String refreshToken) throws IOException, ServerRequest.HttpFailure, org.keycloak.common.VerificationException
public AccessToken getToken()
public IDToken getIdToken()
public String getIdTokenString()
public String getRefreshToken()
public AccessTokenResponse getTokenResponse()
public boolean isDesktopSupported()
public KeycloakDeployment getDeployment()
Copyright © 2019 JBoss by Red Hat. All rights reserved.