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 |
KeycloakInstalled.getIdToken() |
Modifier and Type | Method and Description |
---|---|
static IDToken |
CxfRsClient.getIDToken(javax.servlet.http.HttpServletRequest req) |
static IDToken |
CustomerDatabaseClient.getIDToken(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
IDToken |
TokenManager.verifyIDToken(RealmModel realm,
String encodedIDToken) |
Modifier and Type | Method and Description |
---|---|
void |
TokenManager.transformIDToken(KeycloakSession session,
IDToken token,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
static void |
OIDCAttributeMapperHelper.mapClaim(IDToken token,
ProtocolMapperModel mappingModel,
Object attributeValue) |
protected void |
HardcodedClaim.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserAttributeMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserSessionNoteMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserPropertyMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
FullNameMapper.setClaim(IDToken token,
UserSessionModel userSession) |
protected void |
AddressMapper.setClaim(IDToken token,
UserSessionModel userSession) |
IDToken |
FullNameMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
AddressMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
HardcodedClaim.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
UserAttributeMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
UserSessionNoteMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
OIDCIDTokenMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
IDToken |
UserPropertyMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
RefreshToken |
Modifier and Type | Method and Description |
---|---|
static IDToken |
ServletOAuthClient.extractIdToken(String idToken) |
Copyright © 2015. All rights reserved.