Uses of Class
org.keycloak.models.jpa.entities.GroupEntity
-
Packages that use GroupEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities -
-
Uses of GroupEntity in org.keycloak.models.jpa
Fields in org.keycloak.models.jpa declared as GroupEntity Modifier and Type Field Description protected GroupEntity
GroupAdapter. group
Methods in org.keycloak.models.jpa that return GroupEntity Modifier and Type Method Description GroupEntity
GroupAdapter. getEntity()
static GroupEntity
GroupAdapter. toEntity(GroupModel model, javax.persistence.EntityManager em)
Constructors in org.keycloak.models.jpa with parameters of type GroupEntity Constructor Description GroupAdapter(RealmModel realm, javax.persistence.EntityManager em, GroupEntity group)
-
Uses of GroupEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as GroupEntity Modifier and Type Field Description protected GroupEntity
GroupAttributeEntity. group
protected GroupEntity
GroupRoleMappingEntity. group
protected GroupEntity
GroupRoleMappingEntity.Key. group
Methods in org.keycloak.models.jpa.entities that return GroupEntity Modifier and Type Method Description GroupEntity
GroupAttributeEntity. getGroup()
GroupEntity
GroupRoleMappingEntity. getGroup()
GroupEntity
GroupRoleMappingEntity.Key. getGroup()
Methods in org.keycloak.models.jpa.entities with parameters of type GroupEntity Modifier and Type Method Description void
GroupAttributeEntity. setGroup(GroupEntity group)
void
GroupRoleMappingEntity. setGroup(GroupEntity group)
Constructors in org.keycloak.models.jpa.entities with parameters of type GroupEntity Constructor Description Key(GroupEntity group, String roleId)
-