| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMapperModel |
ClientModel.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ClientModel.getProtocolMapperById(String id) |
ProtocolMapperModel |
ClientModel.getProtocolMapperByName(String protocol,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProtocolMapperModel> |
UserConsentModel.getGrantedProtocolMappers() |
Set<ProtocolMapperModel> |
ClientModel.getProtocolMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserConsentModel.addGrantedProtocolMapper(ProtocolMapperModel protocolMapper) |
ProtocolMapperModel |
ClientModel.addProtocolMapper(ProtocolMapperModel model) |
boolean |
UserConsentModel.isProtocolMapperGranted(ProtocolMapperModel protocolMapper) |
void |
UserFederationManager.preRemove(ClientModel client,
ProtocolMapperModel protocolMapper) |
void |
UserProvider.preRemove(ClientModel realm,
ProtocolMapperModel protocolMapper) |
void |
ClientModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ClientModel.updateProtocolMapper(ProtocolMapperModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolMapperModel |
RepresentationToModel.toModel(ProtocolMapperRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolMapperRepresentation |
ModelToRepresentation.toRepresentation(ProtocolMapperModel model) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.