Modifier and Type | Method and Description |
---|---|
static ClientTemplateRepresentation |
ModelToRepresentation.toRepresentation(ClientTemplateModel clientModel) |
Modifier and Type | Method and Description |
---|---|
static ClientTemplateModel |
RepresentationToModel.createClientTemplate(KeycloakSession session,
RealmModel realm,
ClientTemplateRepresentation resourceRep) |
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 | Method and Description |
---|---|
void |
SamlProtocolFactory.setupTemplateDefaults(ClientTemplateRepresentation clientRep,
ClientTemplateModel newClient) |
Modifier and Type | Field and Description |
---|---|
protected List<ClientTemplateRepresentation> |
RealmRepresentation.clientTemplates |
Modifier and Type | Method and Description |
---|---|
List<ClientTemplateRepresentation> |
RealmRepresentation.getClientTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setClientTemplates(List<ClientTemplateRepresentation> clientTemplates) |
Modifier and Type | Method and Description |
---|---|
ClientTemplateRepresentation |
ClientTemplateResource.getClient()
Get representation of the client template
|
Modifier and Type | Method and Description |
---|---|
List<ClientTemplateRepresentation> |
ClientTemplatesResource.getClientTemplates()
Get client templates belonging to the realm
Returns a list of client templates belonging to the realm
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientTemplatesResource.createClientTemplate(javax.ws.rs.core.UriInfo uriInfo,
ClientTemplateRepresentation rep)
Create a new client template
Client Template's name must be unique!
|
javax.ws.rs.core.Response |
ClientTemplateResource.update(ClientTemplateRepresentation rep)
Update the client template
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.