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 |
ScopeMappingEntity.client |
protected ClientEntity |
ScopeMappingEntity.Key.client |
protected ClientEntity |
RealmEntity.masterAdminClient |
Modifier and Type | Method and Description |
---|---|
ClientEntity |
ScopeMappingEntity.getClient() |
ClientEntity |
ScopeMappingEntity.Key.getClient() |
ClientEntity |
RoleEntity.getClient() |
ClientEntity |
ProtocolMapperEntity.getClient() |
ClientEntity |
ClientIdentityProviderMappingEntity.getClient() |
ClientEntity |
RealmEntity.getMasterAdminClient() |
ClientEntity |
ClientIdentityProviderMappingEntity.Key.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
ScopeMappingEntity.setClient(ClientEntity client) |
void |
RoleEntity.setClient(ClientEntity client) |
void |
ProtocolMapperEntity.setClient(ClientEntity client) |
void |
ClientIdentityProviderMappingEntity.setClient(ClientEntity client) |
void |
RealmEntity.setMasterAdminClient(ClientEntity masterAdminClient) |
Constructor and Description |
---|
Key(ClientEntity client,
IdentityProviderEntity identityProvider) |
Key(ClientEntity client,
RoleEntity role) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.