Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters | |
org.keycloak.adapters.installed | |
org.keycloak.example | |
org.keycloak.representations | |
org.keycloak.services.managers | |
org.keycloak.servlet |
Modifier and Type | Field and Description |
---|---|
protected IDToken |
KeycloakSecurityContext.idToken |
Modifier and Type | Method and Description |
---|---|
IDToken |
KeycloakSecurityContext.getIdToken() |
Constructor and Description |
---|
KeycloakSecurityContext(String tokenString,
AccessToken token,
String idTokenString,
IDToken idToken) |
Modifier and Type | Field and Description |
---|---|
protected IDToken |
OAuthRequestAuthenticator.idToken |
Modifier and Type | Method and Description |
---|---|
IDToken |
OAuthRequestAuthenticator.getIdToken() |
Modifier and Type | Method and Description |
---|---|
void |
OAuthRequestAuthenticator.setIdToken(IDToken idToken) |
Constructor and Description |
---|
RefreshableKeycloakSecurityContext(KeycloakDeployment deployment,
String tokenString,
AccessToken token,
String idTokenString,
IDToken idToken,
String refreshToken) |
Modifier and Type | Method and Description |
---|---|
IDToken |
KeycloakInstalled.getIdToken() |
Modifier and Type | Method and Description |
---|---|
static IDToken |
CustomerDatabaseClient.getIDToken(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
RefreshToken |
Modifier and Type | Method and Description |
---|---|
protected IDToken |
TokenManager.initIDToken(RealmModel realm,
ClientModel claimer,
UserModel client,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
TokenManager.initClaims(IDToken token,
ClientModel model,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
static IDToken |
ServletOAuthClient.extractIdToken(String idToken) |
Copyright © 2014. All Rights Reserved.