Package | Description |
---|---|
org.keycloak.models.jpa | |
org.keycloak.models.jpa.entities |
Modifier and Type | Field and Description |
---|---|
protected ClientTemplateEntity |
ClientTemplateAdapter.entity |
Modifier and Type | Method and Description |
---|---|
ClientTemplateEntity |
ClientTemplateAdapter.getEntity() |
Constructor and Description |
---|
ClientTemplateAdapter(RealmModel realm,
javax.persistence.EntityManager em,
KeycloakSession session,
ClientTemplateEntity entity) |
Modifier and Type | Field and Description |
---|---|
protected ClientTemplateEntity |
ClientEntity.clientTemplate |
protected ClientTemplateEntity |
TemplateScopeMappingEntity.template |
protected ClientTemplateEntity |
TemplateScopeMappingEntity.Key.template |
Modifier and Type | Method and Description |
---|---|
ClientTemplateEntity |
ProtocolMapperEntity.getClientTemplate() |
ClientTemplateEntity |
ClientEntity.getClientTemplate() |
ClientTemplateEntity |
TemplateScopeMappingEntity.getTemplate() |
ClientTemplateEntity |
TemplateScopeMappingEntity.Key.getTemplate() |
Modifier and Type | Method and Description |
---|---|
Collection<ClientTemplateEntity> |
RealmEntity.getClientTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMapperEntity.setClientTemplate(ClientTemplateEntity clientTemplate) |
void |
ClientEntity.setClientTemplate(ClientTemplateEntity clientTemplate) |
void |
TemplateScopeMappingEntity.setTemplate(ClientTemplateEntity template) |
Modifier and Type | Method and Description |
---|---|
void |
RealmEntity.setClientTemplates(Collection<ClientTemplateEntity> clientTemplates) |
Constructor and Description |
---|
Key(ClientTemplateEntity template,
RoleEntity role) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.