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 |
ClientAttributeEntity.client |
protected ClientEntity |
ClientAttributeEntity.Key.client |
Modifier and Type | Method and Description |
---|---|
ClientEntity |
ProtocolMapperEntity.getClient() |
ClientEntity |
ClientAttributeEntity.getClient() |
ClientEntity |
ClientAttributeEntity.Key.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMapperEntity.setClient(ClientEntity client) |
void |
ClientAttributeEntity.setClient(ClientEntity client) |
Constructor and Description |
---|
Key(ClientEntity client,
String name) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.