Uses of Class
org.keycloak.representations.IDToken
Packages that use IDToken
Package
Description
- 
Uses of IDToken in org.keycloakFields in org.keycloak declared as IDTokenMethods in org.keycloak that return IDTokenConstructors in org.keycloak with parameters of type IDTokenModifierConstructorDescriptionKeycloakSecurityContext(String tokenString, AccessToken token, String idTokenString, IDToken idToken) 
- 
Uses of IDToken in org.keycloak.authorization.commonConstructors in org.keycloak.authorization.common with parameters of type IDTokenModifierConstructorDescriptionKeycloakIdentity(KeycloakSession keycloakSession, IDToken token) KeycloakIdentity(IDToken token, KeycloakSession keycloakSession, RealmModel realm) 
- 
Uses of IDToken in org.keycloak.protocol.oidcMethods in org.keycloak.protocol.oidc that return IDTokenModifier and TypeMethodDescriptionTokenManager.AccessTokenResponseBuilder.getIdToken()TokenManager.transformIDToken(KeycloakSession session, IDToken token, UserSessionModel userSession, ClientSessionContext clientSessionCtx) TokenManager.verifyIDToken(KeycloakSession session, RealmModel realm, String encodedIDToken) TokenManager.verifyIDTokenSignature(KeycloakSession session, String encodedIDToken) Methods in org.keycloak.protocol.oidc with parameters of type IDTokenModifier and TypeMethodDescriptionTokenManager.transformIDToken(KeycloakSession session, IDToken token, UserSessionModel userSession, ClientSessionContext clientSessionCtx) 
- 
Uses of IDToken in org.keycloak.protocol.oidc.mappersMethods in org.keycloak.protocol.oidc.mappers that return IDTokenModifier and TypeMethodDescriptionAbstractOIDCProtocolMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) AbstractPairwiseSubMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) OIDCIDTokenMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSession) Methods in org.keycloak.protocol.oidc.mappers with parameters of type IDTokenModifier and TypeMethodDescriptionstatic voidOIDCAttributeMapperHelper.mapClaim(IDToken token, ProtocolMapperModel mappingModel, Object attributeValue) protected voidAbstractPairwiseSubMapper.setAccessTokenSubject(IDToken token, String pairwiseSub) protected voidAbstractOIDCProtocolMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) Deprecated.protected voidAbstractOIDCProtocolMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) Intended to be overridden inProtocolMapperimplementations to add claims to an token.protected voidAcrProtocolMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) protected voidAddressMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidAudienceProtocolMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) protected voidClaimsParameterTokenMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) protected voidClaimsParameterWithValueIdTokenMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) protected voidFullNameMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidGroupMembershipMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) Adds the group membership information to theJsonWebToken.otherClaims.protected voidHardcodedClaim.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidHardcodedRole.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession session, ClientSessionContext clientSessionCtx) protected voidRoleNameMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession session, ClientSessionContext clientSessionCtx) protected voidScriptBasedOIDCProtocolMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession, ClientSessionContext clientSessionCtx) protected voidUserAttributeMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidUserClientRoleMappingMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession session, ClientSessionContext clientSessionCtx) protected voidUserPropertyMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidUserRealmRoleMappingMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession session, ClientSessionContext clientSessionCtx) protected voidUserSessionNoteMapper.setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) protected voidAbstractPairwiseSubMapper.setIDTokenSubject(IDToken token, String pairwiseSub) protected voidAbstractPairwiseSubMapper.setUserInfoTokenSubject(IDToken token, String pairwiseSub) AbstractOIDCProtocolMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) AbstractPairwiseSubMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) OIDCIDTokenMapper.transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSession) 
- 
Uses of IDToken in org.keycloak.representationsSubclasses of IDToken in org.keycloak.representations
- 
Uses of IDToken in org.keycloak.representations.oidcSubclasses of IDToken in org.keycloak.representations.oidc
- 
Uses of IDToken in org.keycloak.services.managersSubclasses of IDToken in org.keycloak.services.managers
- 
Uses of IDToken in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return IDTokenModifier and TypeMethodDescriptionClientScopeEvaluateResource.generateExampleIdToken(String scopeParam, String userId) Create JSON with payload of example id token
AbstractOIDCProtocolMapper.setClaim(IDToken, ProtocolMapperModel, UserSessionModel, KeycloakSession, ClientSessionContext)instead.