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 | Field and Description |
---|---|
protected ClientTemplateModel |
ClientTemplateAdapter.updated |
Modifier and Type | Method and Description |
---|---|
ClientTemplateModel |
RealmAdapter.addClientTemplate(String name) |
ClientTemplateModel |
RealmAdapter.addClientTemplate(String id,
String name) |
ClientTemplateModel |
ClientAdapter.getClientTemplate() |
ClientTemplateModel |
RealmAdapter.getClientTemplateById(String id) |
ClientTemplateModel |
RealmCacheSession.getClientTemplateById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<ClientTemplateModel> |
RealmAdapter.getClientTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ClientAdapter.setClientTemplate(ClientTemplateModel template) |
Constructor and Description |
---|
CachedClientTemplate(Long revision,
RealmModel realm,
ClientTemplateModel model) |
Modifier and Type | Class and Description |
---|---|
class |
ClientTemplateAdapter |
Modifier and Type | Method and Description |
---|---|
ClientTemplateModel |
RealmAdapter.addClientTemplate(String name) |
ClientTemplateModel |
RealmAdapter.addClientTemplate(String id,
String name) |
ClientTemplateModel |
ClientAdapter.getClientTemplate() |
ClientTemplateModel |
RealmAdapter.getClientTemplateById(String id) |
ClientTemplateModel |
JpaRealmProvider.getClientTemplateById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<ClientTemplateModel> |
RealmAdapter.getClientTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ClientAdapter.setClientTemplate(ClientTemplateModel template) |
Modifier and Type | Method and Description |
---|---|
ClientTemplateModel |
RealmAdapter.addClientTemplate(String name) |
ClientTemplateModel |
RealmAdapter.addClientTemplate(String id,
String name) |
ClientTemplateModel |
ClientAdapter.getClientTemplate() |
ClientTemplateModel |
RealmAdapter.getClientTemplateById(String id) |
ClientTemplateModel |
MongoRealmProvider.getClientTemplateById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<ClientTemplateModel> |
RealmAdapter.getClientTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ClientAdapter.setClientTemplate(ClientTemplateModel template) |
Modifier and Type | Method and Description |
---|---|
static List<MongoRoleEntity> |
MongoModelUtils.getAllScopesOfTemplate(ClientTemplateModel template,
MongoStoreInvocationContext invContext) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OIDCLoginProtocolFactory.setupTemplateDefaults(ClientTemplateRepresentation clientRep,
ClientTemplateModel newClient) |
Modifier and Type | Field and Description |
---|---|
protected ClientTemplateModel |
SamlClientTemplate.clientTemplate |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocolFactory.setupTemplateDefaults(ClientTemplateRepresentation clientRep,
ClientTemplateModel newClient) |
Constructor and Description |
---|
SamlClientTemplate(ClientTemplateModel template) |
Modifier and Type | Field and Description |
---|---|
protected ClientTemplateModel |
ClientTemplateResource.template |
Constructor and Description |
---|
ClientTemplateResource(RealmModel realm,
RealmAuth auth,
ClientTemplateModel template,
KeycloakSession session,
AdminEventBuilder adminEvent) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.