| Package | Description |
|---|---|
| org.keycloak.models.jpa | |
| org.keycloak.models.jpa.entities |
| Modifier and Type | Field and Description |
|---|---|
protected ClientEntity |
ClientAdapter.entity |
| Modifier and Type | Method and Description |
|---|---|
ClientEntity |
ClientAdapter.getEntity() |
| Constructor and Description |
|---|
ClientAdapter(RealmModel realm,
javax.persistence.EntityManager em,
KeycloakSession session,
ClientEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientEntity |
RealmEntity.masterAdminClient |
| Modifier and Type | Method and Description |
|---|---|
ClientEntity |
RoleEntity.getClient() |
ClientEntity |
ProtocolMapperEntity.getClient() |
ClientEntity |
RealmEntity.getMasterAdminClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleEntity.setClient(ClientEntity client) |
void |
ProtocolMapperEntity.setClient(ClientEntity client) |
void |
RealmEntity.setMasterAdminClient(ClientEntity masterAdminClient) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.