Uses of Class
org.keycloak.representations.idm.ProtocolMapperRepresentation
Packages that use ProtocolMapperRepresentation
Package
Description
-
Uses of ProtocolMapperRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ProtocolMapperRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionProtocolMappersResource.getMappers()
ProtocolMappersResource.getMappersPerProtocol
(String protocol) Methods in org.keycloak.admin.client.resource with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ProtocolMappersResource.createMapper
(ProtocolMapperRepresentation rep) void
ProtocolMappersResource.update
(String id, ProtocolMapperRepresentation rep) Method parameters in org.keycloak.admin.client.resource with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoid
ProtocolMappersResource.createMapper
(List<ProtocolMapperRepresentation> reps) -
Uses of ProtocolMapperRepresentation in org.keycloak.migration
Methods in org.keycloak.migration that return types with arguments of type ProtocolMapperRepresentation -
Uses of ProtocolMapperRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ProtocolMapperRepresentationModifier and TypeMethodDescriptionstatic ProtocolMapperRepresentation
ModelToRepresentation.toRepresentation
(ProtocolMapperModel model) Methods in org.keycloak.models.utils with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionstatic ProtocolMapperModel
RepresentationToModel.toModel
(ProtocolMapperRepresentation rep) -
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.mappers
Methods in org.keycloak.protocol.oidc.mappers that return ProtocolMapperRepresentationModifier and TypeMethodDescriptionstatic ProtocolMapperRepresentation
SHA256PairwiseSubMapper.createPairwiseMapper
(String sectorIdentifierUri, String salt) Methods in org.keycloak.protocol.oidc.mappers with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionstatic String
PairwiseSubMapperHelper.getSectorIdentifierUri
(ProtocolMapperRepresentation mappingModel) -
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionstatic List<ProtocolMapperRepresentation>
PairwiseSubMapperUtils.getPairwiseSubMappers
(ClientRepresentation client) -
Uses of ProtocolMapperRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ProtocolMapperRepresentationModifier and TypeFieldDescriptionprotected List<ProtocolMapperRepresentation>
ClientRepresentation.protocolMappers
protected List<ProtocolMapperRepresentation>
ClientScopeRepresentation.protocolMappers
protected List<ProtocolMapperRepresentation>
ClientTemplateRepresentation.protocolMappers
Deprecated.Methods in org.keycloak.representations.idm that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionClientRepresentation.getProtocolMappers()
ClientScopeRepresentation.getProtocolMappers()
ClientTemplateRepresentation.getProtocolMappers()
Deprecated.RealmRepresentation.getProtocolMappers()
Methods in org.keycloak.representations.idm with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.addProtocolMapper
(ProtocolMapperRepresentation rep) Method parameters in org.keycloak.representations.idm with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoid
ClientRepresentation.setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) void
ClientScopeRepresentation.setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) void
ClientTemplateRepresentation.setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) Deprecated.void
RealmRepresentation.setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) -
Uses of ProtocolMapperRepresentation in org.keycloak.representations.info
Methods in org.keycloak.representations.info that return types with arguments of type ProtocolMapperRepresentationMethod parameters in org.keycloak.representations.info with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoid
ServerInfoRepresentation.setBuiltinProtocolMappers
(Map<String, List<ProtocolMapperRepresentation>> builtinProtocolMappers) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.clientregistration.policy.impl
Methods in org.keycloak.services.clientregistration.policy.impl with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionprotected void
ProtocolMappersClientRegistrationPolicy.failWithProtocolMapperTypeNotAllowedError
(ProtocolMapperRepresentation mapper) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.migration
Methods in org.keycloak.services.migration that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionDefaultMigrationProvider.getMappersForClaimMask
(Long claimMask) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return ProtocolMapperRepresentationModifier and TypeMethodDescriptionProtocolMappersResource.getMapperById
(String id) Get mapper by idMethods in org.keycloak.services.resources.admin that return types with arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionProtocolMappersResource.getMappers()
Get mappersProtocolMappersResource.getMappersPerProtocol
(String protocol) Get mappers by name for a specific protocolMethods in org.keycloak.services.resources.admin with parameters of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ProtocolMappersResource.createMapper
(ProtocolMapperRepresentation rep) Create a mappervoid
ProtocolMappersResource.update
(String id, ProtocolMapperRepresentation rep) Update the mapperMethod parameters in org.keycloak.services.resources.admin with type arguments of type ProtocolMapperRepresentationModifier and TypeMethodDescriptionvoid
ProtocolMappersResource.createMapper
(List<ProtocolMapperRepresentation> reps) Create multiple mappers