Uses of Class
org.keycloak.models.jpa.entities.GroupEntity
-
Uses of GroupEntity in org.keycloak.models.jpa
Modifier and TypeMethodDescriptionGroupAdapter.getEntity()
static GroupEntity
GroupAdapter.toEntity
(GroupModel model, jakarta.persistence.EntityManager em) ModifierConstructorDescriptionGroupAdapter
(KeycloakSession session, RealmModel realm, jakarta.persistence.EntityManager em, GroupEntity group) -
Uses of GroupEntity in org.keycloak.models.jpa.entities
Modifier and TypeFieldDescriptionprotected GroupEntity
GroupAttributeEntity.group
protected GroupEntity
GroupRoleMappingEntity.group
protected GroupEntity
GroupRoleMappingEntity.Key.group
Modifier and TypeMethodDescriptionGroupAttributeEntity.getGroup()
GroupRoleMappingEntity.getGroup()
GroupRoleMappingEntity.Key.getGroup()
Modifier and TypeMethodDescriptionvoid
GroupAttributeEntity.setGroup
(GroupEntity group) void
GroupRoleMappingEntity.setGroup
(GroupEntity group)