Uses of Interface
org.keycloak.protocol.ProtocolMapper
- 
Packages that use ProtocolMapper Package Description org.keycloak.protocol org.keycloak.protocol.docker.mapper org.keycloak.protocol.oidc.mappers org.keycloak.protocol.saml.mappers 
- 
- 
Uses of ProtocolMapper in org.keycloak.protocolMethods in org.keycloak.protocol that return types with arguments of type ProtocolMapper Modifier and Type Method Description static Stream<Map.Entry<ProtocolMapperModel,ProtocolMapper>>ProtocolMapperUtils. getSortedProtocolMappers(KeycloakSession session, ClientSessionContext ctx)Method parameters in org.keycloak.protocol with type arguments of type ProtocolMapper Modifier and Type Method Description static intProtocolMapperUtils. compare(Map.Entry<ProtocolMapperModel,ProtocolMapper> entry)
- 
Uses of ProtocolMapper in org.keycloak.protocol.docker.mapperClasses in org.keycloak.protocol.docker.mapper that implement ProtocolMapper Modifier and Type Class Description classAllowAllDockerProtocolMapperPopulates token with requested scope.classDockerAuthV2ProtocolMapperMethods in org.keycloak.protocol.docker.mapper that return ProtocolMapper Modifier and Type Method Description ProtocolMapperDockerAuthV2ProtocolMapper. create(KeycloakSession session)
- 
Uses of ProtocolMapper in org.keycloak.protocol.oidc.mappersClasses in org.keycloak.protocol.oidc.mappers that implement ProtocolMapper Modifier and Type Class Description classAbstractOIDCProtocolMapperclassAbstractPairwiseSubMapperSet the 'sub' claim to pairwise .classAcrProtocolMapperclassAddressMapperclassAllowedWebOriginsProtocolMapperProtocol mapper to add allowed web origins to the access token to the 'allowed-origins' claimclassAudienceProtocolMapperclassAudienceResolveProtocolMapperProtocol mapper, which adds all client_ids of "allowed" clients to the audience field of the token.classClaimsParameterTokenMapperclassClaimsParameterWithValueIdTokenMapperclassDeployedScriptOIDCProtocolMapperclassFullNameMapperSet the 'name' claim to be first + last name.classGroupMembershipMapperMaps user group membershipclassHardcodedClaimclassHardcodedRoleAdd a role to a tokenclassRoleNameMapperMap an assigned role to a different position and name in the tokenclassScriptBasedOIDCProtocolMapperOIDCProtocolMapperthat uses a provided JavaScript fragment to compute the token claim value.classSHA256PairwiseSubMapperclassUserAttributeMapperMappings UserModel.attribute to an ID Token claim.classUserClientRoleMappingMapperAllows mapping of user client role mappings to an ID and Access Token claim.classUserPropertyMapperMappings UserModel property (the property name of a getter method) to an ID Token claim.classUserRealmRoleMappingMapperAllows mapping of user realm role mappings to an ID and Access Token claim.classUserSessionNoteMapperMappings UserSessionModel.note to an ID Token claim.Methods in org.keycloak.protocol.oidc.mappers that return ProtocolMapper Modifier and Type Method Description ProtocolMapperAbstractOIDCProtocolMapper. create(KeycloakSession session)Method parameters in org.keycloak.protocol.oidc.mappers with type arguments of type ProtocolMapper Modifier and Type Method Description static voidOIDCAttributeMapperHelper. addAttributeConfig(List<ProviderConfigProperty> configProperties, Class<? extends ProtocolMapper> protocolMapperClass)static voidOIDCAttributeMapperHelper. addIncludeInTokensConfig(List<ProviderConfigProperty> configProperties, Class<? extends ProtocolMapper> protocolMapperClass)
- 
Uses of ProtocolMapper in org.keycloak.protocol.saml.mappersClasses in org.keycloak.protocol.saml.mappers that implement ProtocolMapper Modifier and Type Class Description classAbstractSAMLProtocolMapperclassDeployedScriptSAMLProtocolMapperclassGroupMembershipMapperclassHardcodedAttributeMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classHardcodedRoleMappings UserModel property (the property name of a getter method) to an AttributeStatement.classRoleListMapperclassRoleNameMapperMap an assigned role to a different position and name in the tokenclassSAMLAudienceProtocolMapperSAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.classSAMLAudienceResolveProtocolMapperSAML audience resolve mapper.classScriptBasedMapperThis class provides a mapper that uses javascript to attach a value to an attribute for SAML tokens.classUserAttributeNameIdMapperclassUserAttributeStatementMapperMappings UserModel attribute (not property name of a getter method) to an AttributeStatement.classUserPropertyAttributeStatementMapperMappings UserModel property (the property name of a getter method) to an AttributeStatement.classUserSessionNoteStatementMapperMaps a user session note to a SAML attributeMethods in org.keycloak.protocol.saml.mappers that return ProtocolMapper Modifier and Type Method Description ProtocolMapperAbstractSAMLProtocolMapper. create(KeycloakSession session)ProtocolMapperRoleNameMapper. create(KeycloakSession session)
 
-