Modifier and Type | Method and Description |
---|---|
ProtocolMapperRepresentation |
ProtocolMappersResource.getMapperById(String id) |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappers() |
List<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappersPerProtocol(String protocol) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProtocolMappersResource.createMapper(ProtocolMapperRepresentation rep) |
void |
ProtocolMappersResource.update(String id,
ProtocolMapperRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMappersResource.createMapper(List<ProtocolMapperRepresentation> reps) |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
MigrationProvider.getMappersForClaimMask(Long claimMask) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperRepresentation |
ModelToRepresentation.toRepresentation(ProtocolMapperModel model) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperModel |
RepresentationToModel.toModel(ProtocolMapperRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static ProtocolMapperRepresentation |
SHA256PairwiseSubMapper.createPairwiseMapper(String sectorIdentifierUri,
String salt) |
Modifier and Type | Method and Description |
---|---|
static String |
PairwiseSubMapperHelper.getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel) |
Modifier and Type | Method and Description |
---|---|
static List<ProtocolMapperRepresentation> |
PairwiseSubMapperUtils.getPairwiseSubMappers(ClientRepresentation client) |
Modifier and Type | Field and Description |
---|---|
protected List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.protocolMappers
Deprecated.
|
protected List<ProtocolMapperRepresentation> |
ClientScopeRepresentation.protocolMappers |
protected List<ProtocolMapperRepresentation> |
ClientRepresentation.protocolMappers |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
RealmRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.getProtocolMappers()
Deprecated.
|
List<ProtocolMapperRepresentation> |
ClientScopeRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ClientRepresentation.getProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.addProtocolMapper(ProtocolMapperRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
void |
ClientTemplateRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers)
Deprecated.
|
void |
ClientScopeRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
void |
ClientRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ProtocolMapperRepresentation>> |
ServerInfoRepresentation.getBuiltinProtocolMappers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerInfoRepresentation.setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers) |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
DefaultMigrationProvider.getMappersForClaimMask(Long claimMask) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperRepresentation |
ProtocolMappersResource.getMapperById(String id)
Get mapper by id
|
Modifier and Type | Method and Description |
---|---|
Stream<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappers()
Get mappers
|
Stream<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappersPerProtocol(String protocol)
Get mappers by name for a specific protocol
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProtocolMappersResource.createMapper(ProtocolMapperRepresentation rep)
Create a mapper
|
void |
ProtocolMappersResource.update(String id,
ProtocolMapperRepresentation rep)
Update the mapper
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMappersResource.createMapper(List<ProtocolMapperRepresentation> reps)
Create multiple mappers
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.