Uses of Class
org.keycloak.representations.idm.ProtocolMapperRepresentation
- 
- 
Uses of ProtocolMapperRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return ProtocolMapperRepresentation Modifier and Type Method Description ProtocolMapperRepresentationProtocolMappersResource. getMapperById(String id)Methods in org.keycloak.admin.client.resource that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description List<ProtocolMapperRepresentation>ProtocolMappersResource. getMappers()List<ProtocolMapperRepresentation>ProtocolMappersResource. getMappersPerProtocol(String protocol)Methods in org.keycloak.admin.client.resource with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseProtocolMappersResource. createMapper(ProtocolMapperRepresentation rep)voidProtocolMappersResource. update(String id, ProtocolMapperRepresentation rep)Method parameters in org.keycloak.admin.client.resource with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description voidProtocolMappersResource. createMapper(List<ProtocolMapperRepresentation> reps)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.migrationMethods in org.keycloak.migration that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description List<ProtocolMapperRepresentation>MigrationProvider. getMappersForClaimMask(Long claimMask)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return ProtocolMapperRepresentation Modifier and Type Method Description static ProtocolMapperRepresentationModelToRepresentation. toRepresentation(ProtocolMapperModel model)Methods in org.keycloak.models.utils with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description static ProtocolMapperModelRepresentationToModel. toModel(ProtocolMapperRepresentation rep)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.mappersMethods in org.keycloak.protocol.oidc.mappers that return ProtocolMapperRepresentation Modifier and Type Method Description static ProtocolMapperRepresentationSHA256PairwiseSubMapper. createPairwiseMapper(String sectorIdentifierUri, String salt)Methods in org.keycloak.protocol.oidc.mappers with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description static StringPairwiseSubMapperHelper. getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.protocol.oidc.utilsMethods in org.keycloak.protocol.oidc.utils that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description static List<ProtocolMapperRepresentation>PairwiseSubMapperUtils. getPairwiseSubMappers(ClientRepresentation client)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type ProtocolMapperRepresentation Modifier and Type Field Description protected List<ProtocolMapperRepresentation>ClientRepresentation. protocolMappersprotected List<ProtocolMapperRepresentation>ClientScopeRepresentation. protocolMappersprotected List<ProtocolMapperRepresentation>ClientTemplateRepresentation. protocolMappersDeprecated.Methods in org.keycloak.representations.idm that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description List<ProtocolMapperRepresentation>ClientRepresentation. getProtocolMappers()List<ProtocolMapperRepresentation>ClientScopeRepresentation. getProtocolMappers()List<ProtocolMapperRepresentation>ClientTemplateRepresentation. getProtocolMappers()Deprecated.List<ProtocolMapperRepresentation>RealmRepresentation. getProtocolMappers()Methods in org.keycloak.representations.idm with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description voidRealmRepresentation. addProtocolMapper(ProtocolMapperRepresentation rep)Method parameters in org.keycloak.representations.idm with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description voidClientRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)voidClientScopeRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)voidClientTemplateRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)Deprecated.voidRealmRepresentation. setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.representations.infoMethods in org.keycloak.representations.info that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description Map<String,List<ProtocolMapperRepresentation>>ServerInfoRepresentation. getBuiltinProtocolMappers()Method parameters in org.keycloak.representations.info with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description voidServerInfoRepresentation. setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.services.migrationMethods in org.keycloak.services.migration that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description List<ProtocolMapperRepresentation>DefaultMigrationProvider. getMappersForClaimMask(Long claimMask)
- 
Uses of ProtocolMapperRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return ProtocolMapperRepresentation Modifier and Type Method Description ProtocolMapperRepresentationProtocolMappersResource. getMapperById(String id)Get mapper by idMethods in org.keycloak.services.resources.admin that return types with arguments of type ProtocolMapperRepresentation Modifier and Type Method Description Stream<ProtocolMapperRepresentation>ProtocolMappersResource. getMappers()Get mappersStream<ProtocolMapperRepresentation>ProtocolMappersResource. getMappersPerProtocol(String protocol)Get mappers by name for a specific protocolMethods in org.keycloak.services.resources.admin with parameters of type ProtocolMapperRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseProtocolMappersResource. createMapper(ProtocolMapperRepresentation rep)Create a mappervoidProtocolMappersResource. update(String id, ProtocolMapperRepresentation rep)Update the mapperMethod parameters in org.keycloak.services.resources.admin with type arguments of type ProtocolMapperRepresentation Modifier and Type Method Description voidProtocolMappersResource. createMapper(List<ProtocolMapperRepresentation> reps)Create multiple mappers
 
-