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) |
Constructor and Description |
---|
KeycloakIdentity(IDToken token,
KeycloakSession keycloakSession,
RealmModel realm) |
KeycloakIdentity(KeycloakSession keycloakSession,
IDToken token) |
Modifier and Type | Method and Description |
---|---|
IDToken |
TokenManager.AccessTokenResponseBuilder.getIdToken() |
IDToken |
TokenManager.verifyIDToken(KeycloakSession session,
RealmModel realm,
String encodedIDToken) |
IDToken |
TokenManager.verifyIDTokenSignature(KeycloakSession session,
String encodedIDToken) |
Modifier and Type | Method and Description |
---|---|
void |
TokenManager.transformIDToken(KeycloakSession session,
IDToken token,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
Modifier and Type | Method and Description |
---|---|
IDToken |
OIDCIDTokenMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSession) |
IDToken |
AbstractPairwiseSubMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
IDToken |
AbstractOIDCProtocolMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
Modifier and Type | Method and Description |
---|---|
static void |
OIDCAttributeMapperHelper.mapClaim(IDToken token,
ProtocolMapperModel mappingModel,
Object attributeValue) |
protected void |
AbstractPairwiseSubMapper.setAccessTokenSubject(IDToken token,
String pairwiseSub) |
protected void |
UserSessionNoteMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserPropertyMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
UserAttributeMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
HardcodedClaim.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
GroupMembershipMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession)
Adds the group membership information to the
JsonWebToken.otherClaims . |
protected void |
FullNameMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
AddressMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession) |
protected void |
AbstractOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession)
|
protected void |
UserRealmRoleMappingMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession session,
ClientSessionContext clientSessionCtx) |
protected void |
UserClientRoleMappingMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession session,
ClientSessionContext clientSessionCtx) |
protected void |
ScriptBasedOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx) |
protected void |
ClaimsParameterTokenMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx) |
protected void |
AudienceProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx) |
protected void |
AbstractOIDCProtocolMapper.setClaim(IDToken token,
ProtocolMapperModel mappingModel,
UserSessionModel userSession,
KeycloakSession keycloakSession,
ClientSessionContext clientSessionCtx)
Intended to be overridden in
ProtocolMapper implementations to add claims to an token. |
protected void |
AbstractPairwiseSubMapper.setIDTokenSubject(IDToken token,
String pairwiseSub) |
protected void |
AbstractPairwiseSubMapper.setUserInfoTokenSubject(IDToken token,
String pairwiseSub) |
IDToken |
OIDCIDTokenMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSession) |
IDToken |
AbstractPairwiseSubMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
IDToken |
AbstractOIDCProtocolMapper.transformIDToken(IDToken token,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionContext clientSessionCtx) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
RefreshToken |
Modifier and Type | Class and Description |
---|---|
class |
TokenMetadataRepresentation |
Modifier and Type | Class and Description |
---|---|
class |
IdentityCookieToken |
Modifier and Type | Method and Description |
---|---|
IDToken |
ClientScopeEvaluateResource.generateExampleIdToken(String scopeParam,
String userId)
Create JSON with payload of example id token
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.