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 |
ClientScopeRoleMappingEntity.clientScope |
protected ClientScopeEntity |
ClientScopeRoleMappingEntity.Key.clientScope |
protected ClientScopeEntity |
ClientScopeAttributeEntity.clientScope |
protected ClientScopeEntity |
ClientScopeAttributeEntity.Key.clientScope |
Modifier and Type | Method and Description |
---|---|
ClientScopeEntity |
ProtocolMapperEntity.getClientScope() |
ClientScopeEntity |
ClientScopeRoleMappingEntity.getClientScope() |
ClientScopeEntity |
ClientScopeRoleMappingEntity.Key.getClientScope() |
ClientScopeEntity |
ClientScopeAttributeEntity.getClientScope() |
ClientScopeEntity |
ClientScopeAttributeEntity.Key.getClientScope() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolMapperEntity.setClientScope(ClientScopeEntity clientScope) |
void |
ClientScopeRoleMappingEntity.setClientScope(ClientScopeEntity clientScope) |
void |
ClientScopeAttributeEntity.setClientScope(ClientScopeEntity clientScope) |
Constructor and Description |
---|
Key(ClientScopeEntity clientScope,
RoleEntity role) |
Key(ClientScopeEntity clientScope,
String name) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.