Package | Description |
---|---|
org.keycloak.adapters.installed | |
org.keycloak.services.managers |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakInstalled.login() |
void |
KeycloakInstalled.login(PrintStream printer,
Reader reader) |
void |
KeycloakInstalled.loginDesktop() |
Modifier and Type | Method and Description |
---|---|
AccessToken |
TokenManager.refreshAccessToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
ClientModel client,
String encodedRefreshToken,
EventBuilder event) |
void |
TokenManager.verifyAccess(AccessToken token,
RealmModel realm,
ClientModel client,
UserModel user) |
RefreshToken |
TokenManager.verifyRefreshToken(RealmModel realm,
String encodedRefreshToken) |
Copyright © 2014. All Rights Reserved.