Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm | |
org.keycloak.representations.info |
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 |
---|---|
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 | 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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.