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 | Field and Description |
---|---|
protected List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.protocolMappers |
protected List<ProtocolMapperRepresentation> |
ClientRepresentation.protocolMappers |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
RealmRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ClientTemplateRepresentation.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) |
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 |
---|---|
List<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappers()
Get mappers
|
List<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 © 2016 JBoss by Red Hat. All rights reserved.