| 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 | Field and Description |
|---|---|
protected Collection<GroupEntity> |
RealmEntity.defaultGroups |
| Modifier and Type | Method and Description |
|---|---|
GroupEntity |
GroupRoleMappingEntity.getGroup() |
GroupEntity |
GroupRoleMappingEntity.Key.getGroup() |
GroupEntity |
GroupAttributeEntity.getGroup() |
GroupEntity |
GroupEntity.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GroupEntity> |
RealmEntity.getDefaultGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRoleMappingEntity.setGroup(GroupEntity group) |
void |
GroupAttributeEntity.setGroup(GroupEntity group) |
void |
GroupEntity.setParent(GroupEntity parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmEntity.setDefaultGroups(Collection<GroupEntity> defaultGroups) |
| Constructor and Description |
|---|
Key(GroupEntity group,
String roleId) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.