| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils | |
| org.keycloak.protocol |
| 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) |
static ClientTemplateModel |
KeycloakModelUtils.getClientTemplateByName(RealmModel realm,
String templateName) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KeycloakModelUtils.isClientTemplateUsed(RealmModel realm,
ClientTemplateModel template) |
static ClientTemplateRepresentation |
ModelToRepresentation.toRepresentation(ClientTemplateModel clientModel) |
static void |
RepresentationToModel.updateClientTemplate(ClientTemplateRepresentation rep,
ClientTemplateModel resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginProtocolFactory.setupTemplateDefaults(ClientTemplateRepresentation clientRep,
ClientTemplateModel newClient)
Setup default values for new templates.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.