| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Field and Description |
|---|---|
protected ClientTemplateModel |
ClientConfigResolver.clientTemplate |
| Modifier and Type | Method and Description |
|---|---|
ClientTemplateModel |
RealmModel.addClientTemplate(String name) |
ClientTemplateModel |
RealmModel.addClientTemplate(String id,
String name) |
ClientTemplateModel |
ClientModel.getClientTemplate() |
ClientTemplateModel |
RealmModel.getClientTemplateById(String id) |
ClientTemplateModel |
RealmProvider.getClientTemplateById(String id,
RealmModel realm) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientTemplateModel> |
RealmModel.getClientTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientModel.setClientTemplate(ClientTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
static ClientTemplateModel |
RepresentationToModel.createClientTemplate(KeycloakSession session,
RealmModel realm,
ClientTemplateRepresentation resourceRep) |
| Modifier and Type | Method and Description |
|---|---|
static ClientTemplateRepresentation |
ModelToRepresentation.toRepresentation(ClientTemplateModel clientModel) |
static void |
RepresentationToModel.updateClientTemplate(ClientTemplateRepresentation rep,
ClientTemplateModel resource) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.