Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters | |
org.keycloak.adapters.rotation | |
org.keycloak.representations | |
org.keycloak.representations.oidc |
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,
AdapterTokenStore tokenStore,
String tokenString,
AccessToken token,
String idTokenString,
IDToken idToken,
String refreshToken) |
Modifier and Type | Method and Description |
---|---|
IDToken |
AdapterTokenVerifier.VerifiedTokens.getIdToken() |
Constructor and Description |
---|
VerifiedTokens(AccessToken accessToken,
IDToken idToken) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
RefreshToken |
Modifier and Type | Class and Description |
---|---|
class |
TokenMetadataRepresentation |
Copyright © 2019 JBoss by Red Hat. All rights reserved.