Package | Description |
---|---|
org.keycloak.models.jpa | |
org.keycloak.models.jpa.entities |
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
GroupAdapter.group |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupAdapter.getEntity() |
static GroupEntity |
GroupAdapter.toEntity(GroupModel model,
javax.persistence.EntityManager em) |
Constructor and Description |
---|
GroupAdapter(RealmModel realm,
javax.persistence.EntityManager em,
GroupEntity group) |
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
GroupRoleMappingEntity.group |
protected GroupEntity |
GroupRoleMappingEntity.Key.group |
protected GroupEntity |
GroupAttributeEntity.group |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupRoleMappingEntity.getGroup() |
GroupEntity |
GroupRoleMappingEntity.Key.getGroup() |
GroupEntity |
GroupAttributeEntity.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
GroupRoleMappingEntity.setGroup(GroupEntity group) |
void |
GroupAttributeEntity.setGroup(GroupEntity group) |
Constructor and Description |
---|
Key(GroupEntity group,
String roleId) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.