Uses of Class
org.keycloak.representations.IDToken
-
-
Uses of IDToken in org.keycloak
Fields in org.keycloak declared as IDToken Modifier and Type Field Description protected IDTokenKeycloakSecurityContext. idTokenMethods in org.keycloak that return IDToken Modifier and Type Method Description IDTokenKeycloakSecurityContext. getIdToken()Constructors in org.keycloak with parameters of type IDToken Constructor Description KeycloakSecurityContext(String tokenString, AccessToken token, String idTokenString, IDToken idToken) -
Uses of IDToken in org.keycloak.authorization.common
Constructors in org.keycloak.authorization.common with parameters of type IDToken Constructor Description KeycloakIdentity(KeycloakSession keycloakSession, IDToken token)KeycloakIdentity(IDToken token, KeycloakSession keycloakSession, RealmModel realm) -
Uses of IDToken in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return IDToken Modifier and Type Method Description IDTokenTokenManager.AccessTokenResponseBuilder. getIdToken()IDTokenTokenManager. verifyIDToken(KeycloakSession session, RealmModel realm, String encodedIDToken)IDTokenTokenManager. verifyIDTokenSignature(KeycloakSession session, String encodedIDToken)Methods in org.keycloak.protocol.oidc with parameters of type IDToken Modifier and Type Method Description voidTokenManager. transformIDToken(KeycloakSession session, IDToken token, UserSessionModel userSession, ClientSessionContext clientSessionCtx) -
Uses of IDToken in org.keycloak.protocol.oidc.mappers
Methods in org.keycloak.protocol.oidc.mappers that return IDToken Modifier and Type Method Description IDTokenAbstractOIDCProtocolMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)IDTokenAbstractPairwiseSubMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)IDTokenOIDCIDTokenMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSession)Methods in org.keycloak.protocol.oidc.mappers with parameters of type IDToken Modifier and Type Method Description static voidOIDCAttributeMapperHelper. mapClaim(IDToken token, ProtocolMapperModel mappingModel, Object attributeValue)protected voidAbstractPairwiseSubMapper. setAccessTokenSubject(IDToken token, String pairwiseSub)protected voidAbstractOIDCProtocolMapper. setClaim(IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession)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)IDTokenAbstractOIDCProtocolMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)IDTokenAbstractPairwiseSubMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx)IDTokenOIDCIDTokenMapper. transformIDToken(IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSession) -
Uses of IDToken in org.keycloak.representations
Subclasses of IDToken in org.keycloak.representations Modifier and Type Class Description classAccessTokenclassRefreshToken -
Uses of IDToken in org.keycloak.representations.oidc
Subclasses of IDToken in org.keycloak.representations.oidc Modifier and Type Class Description classTokenMetadataRepresentation -
Uses of IDToken in org.keycloak.services.managers
Subclasses of IDToken in org.keycloak.services.managers Modifier and Type Class Description classIdentityCookieToken -
Uses of IDToken in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return IDToken Modifier and Type Method Description IDTokenClientScopeEvaluateResource. generateExampleIdToken(String scopeParam, String userId)Create JSON with payload of example id token
-