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)
|
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) |