| Package | Description |
|---|---|
| org.keycloak.models.jpa | |
| org.keycloak.models.jpa.entities |
| Modifier and Type | Field and Description |
|---|---|
protected ClientScopeEntity |
ClientScopeAdapter.entity |
| Modifier and Type | Method and Description |
|---|---|
ClientScopeEntity |
ClientScopeAdapter.getEntity() |
static ClientScopeEntity |
ClientScopeAdapter.toClientScopeEntity(ClientScopeModel model,
javax.persistence.EntityManager em) |
| Constructor and Description |
|---|
ClientScopeAdapter(RealmModel realm,
javax.persistence.EntityManager em,
KeycloakSession session,
ClientScopeEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientScopeEntity |
DefaultClientScopeRealmMappingEntity.clientScope |
protected ClientScopeEntity |
DefaultClientScopeRealmMappingEntity.Key.clientScope |
protected ClientScopeEntity |
ClientScopeRoleMappingEntity.clientScope |
protected ClientScopeEntity |
ClientScopeRoleMappingEntity.Key.clientScope |
protected ClientScopeEntity |
ClientScopeClientMappingEntity.clientScope |
protected ClientScopeEntity |
ClientScopeClientMappingEntity.Key.clientScope |
protected ClientScopeEntity |
ClientScopeAttributeEntity.clientScope |
protected ClientScopeEntity |
ClientScopeAttributeEntity.Key.clientScope |
| Modifier and Type | Method and Description |
|---|---|
ClientScopeEntity |
ProtocolMapperEntity.getClientScope() |
ClientScopeEntity |
DefaultClientScopeRealmMappingEntity.getClientScope() |
ClientScopeEntity |
DefaultClientScopeRealmMappingEntity.Key.getClientScope() |
ClientScopeEntity |
ClientScopeRoleMappingEntity.getClientScope() |
ClientScopeEntity |
ClientScopeRoleMappingEntity.Key.getClientScope() |
ClientScopeEntity |
ClientScopeClientMappingEntity.getClientScope() |
ClientScopeEntity |
ClientScopeClientMappingEntity.Key.getClientScope() |
ClientScopeEntity |
ClientScopeAttributeEntity.getClientScope() |
ClientScopeEntity |
ClientScopeAttributeEntity.Key.getClientScope() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClientScopeEntity> |
RealmEntity.getClientScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolMapperEntity.setClientScope(ClientScopeEntity clientScope) |
void |
DefaultClientScopeRealmMappingEntity.setClientScope(ClientScopeEntity clientScope) |
void |
ClientScopeRoleMappingEntity.setClientScope(ClientScopeEntity clientScope) |
void |
ClientScopeClientMappingEntity.setClientScope(ClientScopeEntity clientScope) |
void |
ClientScopeAttributeEntity.setClientScope(ClientScopeEntity clientScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmEntity.setClientScopes(Collection<ClientScopeEntity> clientScopes) |
| Constructor and Description |
|---|
Key(ClientScopeEntity clientScope,
ClientEntity client) |
Key(ClientScopeEntity clientScope,
RealmEntity realm) |
Key(ClientScopeEntity clientScope,
RoleEntity role) |
Key(ClientScopeEntity clientScope,
String name) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.