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 | Field and Description |
---|---|
protected List<ProtocolMapperRepresentation> |
OAuthClientRepresentation.protocolMappers |
protected List<ProtocolMapperRepresentation> |
ApplicationRepresentation.protocolMappers |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
RealmRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
OAuthClientRepresentation.getProtocolMappers() |
List<ProtocolMapperRepresentation> |
ApplicationRepresentation.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 |
OAuthClientRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
void |
ApplicationRepresentation.setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) |
Modifier and Type | Method and Description |
---|---|
List<ProtocolMapperRepresentation> |
DefaultMigrationProvider.getMappersForClaimMask(Long claimMask) |
Modifier and Type | Method and Description |
---|---|
ProtocolMapperRepresentation |
ProtocolMappersResource.getMapperById(String id) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ProtocolMapperRepresentation>> |
ServerInfoAdminResource.ServerInfoRepresentation.getBuiltinProtocolMappers() |
List<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappers() |
List<ProtocolMapperRepresentation> |
ProtocolMappersResource.getMappersPerProtocol(String protocol)
Map of mappers by name for a specific protocol
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProtocolMappersResource.createMapper(ProtocolMapperRepresentation rep)
creates mapper
|
void |
ProtocolMappersResource.update(String id,
ProtocolMapperRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMappersResource.createMapper(List<ProtocolMapperRepresentation> reps)
creates multiple mapper
|
void |
ServerInfoAdminResource.ServerInfoRepresentation.setBuiltinProtocolMappers(Map<String,List<ProtocolMapperRepresentation>> builtinProtocolMappers) |
Copyright © 2015. All rights reserved.