Uses of Interface
org.keycloak.models.map.group.MapGroupEntity
Package
Description
-
Uses of MapGroupEntity in org.keycloak.models.map.group
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeMethodDescriptionstatic MapGroupEntity
MapGroupEntityCloner.deepClone
(MapGroupEntity original, MapGroupEntity target) static MapGroupEntity
MapGroupEntityCloner.deepCloneNoId
(MapGroupEntity original, MapGroupEntity target) Modifier and TypeMethodDescriptionMapGroupEntityDelegate.getDelegateProvider()
MapGroupEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapGroupEntity
MapGroupEntityCloner.deepClone
(MapGroupEntity original, MapGroupEntity target) static MapGroupEntity
MapGroupEntityCloner.deepCloneNoId
(MapGroupEntity original, MapGroupEntity target) ModifierConstructorDescriptionMapGroupAdapter
(KeycloakSession session, RealmModel realm, MapGroupEntity entity) ModifierConstructorDescriptionMapGroupEntityDelegate
(DelegateProvider<MapGroupEntity> delegateProvider) MapGroupEntityFieldDelegate
(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate) MapGroupProvider
(KeycloakSession session, MapStorage<MapGroupEntity, GroupModel> groupStore) -
Uses of MapGroupEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<GroupModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapGroupEntity, GroupModel>> MapFieldPredicates.GROUP_PREDICATES
-
Uses of MapGroupEntity in org.keycloak.models.map.storage.hotRod.group
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group
Modifier and TypeMethodDescriptionprotected MapGroupEntity
JpaGroupMapStorage.mapToEntityDelegate
(JpaGroupEntity original) -
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.delegate
Modifier and TypeMethodDescriptionJpaGroupDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapGroupEntity>> field, Object... parameters) Modifier and TypeMethodDescriptionJpaGroupDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapGroupEntity>> field, Object... parameters) -
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class