Uses of Class
org.keycloak.representations.idm.ProtocolMapperRepresentation
Package
Description
-
Uses of ProtocolMapperRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionProtocolMappersResource.getMappers()
ProtocolMappersResource.getMappersPerProtocol
(String protocol) Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ProtocolMappersResource.createMapper
(ProtocolMapperRepresentation rep) void
ProtocolMappersResource.update
(String id, ProtocolMapperRepresentation rep) Modifier and TypeMethodDescriptionvoid
ProtocolMappersResource.createMapper
(List<ProtocolMapperRepresentation> reps) -
Uses of ProtocolMapperRepresentation in org.keycloak.migration
-
Uses of ProtocolMapperRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic ProtocolMapperRepresentation
ModelToRepresentation.toRepresentation
(ProtocolMapperModel model) Modifier and TypeMethodDescriptionstatic ProtocolMapperModel
RepresentationToModel.toModel
(ProtocolMapperRepresentation rep) -
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.mappers
Modifier and TypeMethodDescriptionstatic ProtocolMapperRepresentation
SHA256PairwiseSubMapper.createPairwiseMapper
(String sectorIdentifierUri, String salt) Modifier and TypeMethodDescriptionstatic String
PairwiseSubMapperHelper.getSectorIdentifierUri
(ProtocolMapperRepresentation mappingModel) -
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.utils
Modifier and TypeMethodDescriptionstatic List<ProtocolMapperRepresentation>
PairwiseSubMapperUtils.getPairwiseSubMappers
(ClientRepresentation client) -
Uses of ProtocolMapperRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<ProtocolMapperRepresentation>
ClientRepresentation.protocolMappers
protected List<ProtocolMapperRepresentation>
ClientScopeRepresentation.protocolMappers
protected List<ProtocolMapperRepresentation>
ClientTemplateRepresentation.protocolMappers
Deprecated.Modifier and TypeMethodDescriptionClientRepresentation.getProtocolMappers()
ClientScopeRepresentation.getProtocolMappers()
ClientTemplateRepresentation.getProtocolMappers()
Deprecated.RealmRepresentation.getProtocolMappers()
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.addProtocolMapper
(ProtocolMapperRepresentation rep) Modifier 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
Modifier and TypeMethodDescriptionvoid
ServerInfoRepresentation.setBuiltinProtocolMappers
(Map<String, List<ProtocolMapperRepresentation>> builtinProtocolMappers) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.clientregistration.policy.impl
Modifier and TypeMethodDescriptionprotected void
ProtocolMappersClientRegistrationPolicy.failWithProtocolMapperTypeNotAllowedError
(ProtocolMapperRepresentation mapper) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.migration
Modifier and TypeMethodDescriptionDefaultMigrationProvider.getMappersForClaimMask
(Long claimMask) -
Uses of ProtocolMapperRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionProtocolMappersResource.getMapperById
(String id) Get mapper by idModifier and TypeMethodDescriptionProtocolMappersResource.getMappers()
Get mappersProtocolMappersResource.getMappersPerProtocol
(String protocol) Get mappers by name for a specific protocolModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ProtocolMappersResource.createMapper
(ProtocolMapperRepresentation rep) Create a mappervoid
ProtocolMappersResource.update
(String id, ProtocolMapperRepresentation rep) Update the mapperModifier and TypeMethodDescriptionvoid
ProtocolMappersResource.createMapper
(List<ProtocolMapperRepresentation> reps) Create multiple mappers