Uses of Interface
org.keycloak.models.map.group.MapGroupEntity
- 
- 
Uses of MapGroupEntity in org.keycloak.models.map.groupClasses in org.keycloak.models.map.group that implement MapGroupEntity Modifier and Type Class Description static classMapGroupEntity.AbstractGroupEntityclassMapGroupEntityDelegateclassMapGroupEntityFieldDelegateclassMapGroupEntityImplstatic classMapGroupEntityImpl.EmptyMethods in org.keycloak.models.map.group that return MapGroupEntity Modifier and Type Method Description static MapGroupEntityMapGroupEntityCloner. deepClone(MapGroupEntity original, MapGroupEntity target)static MapGroupEntityMapGroupEntityCloner. deepCloneNoId(MapGroupEntity original, MapGroupEntity target)Methods in org.keycloak.models.map.group that return types with arguments of type MapGroupEntity Modifier and Type Method Description DelegateProvider<MapGroupEntity>MapGroupEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapGroupEntity>MapGroupEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.group with parameters of type MapGroupEntity Modifier and Type Method Description static MapGroupEntityMapGroupEntityCloner. deepClone(MapGroupEntity original, MapGroupEntity target)static MapGroupEntityMapGroupEntityCloner. deepCloneNoId(MapGroupEntity original, MapGroupEntity target)Constructors in org.keycloak.models.map.group with parameters of type MapGroupEntity Constructor Description MapGroupAdapter(KeycloakSession session, RealmModel realm, MapGroupEntity entity)Constructor parameters in org.keycloak.models.map.group with type arguments of type MapGroupEntity Constructor Description MapGroupEntityDelegate(DelegateProvider<MapGroupEntity> delegateProvider)MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)MapGroupProvider(KeycloakSession session, MapStorage<MapGroupEntity,GroupModel> groupStore)
- 
Uses of MapGroupEntity in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type MapGroupEntity Modifier and Type Field Description static Map<SearchableModelField<GroupModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapGroupEntity,GroupModel>>MapFieldPredicates. GROUP_PREDICATES
- 
Uses of MapGroupEntity in org.keycloak.models.map.storage.hotRod.groupClasses in org.keycloak.models.map.storage.hotRod.group that implement MapGroupEntity Modifier and Type Class Description static classHotRodGroupEntity.AbstractHotRodGroupEntityDelegateclassHotRodGroupEntityDelegate
- 
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.groupMethods in org.keycloak.models.map.storage.jpa.group that return MapGroupEntity Modifier and Type Method Description protected MapGroupEntityJpaGroupMapStorage. mapToEntityDelegate(JpaGroupEntity original)
- 
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.delegateMethods in org.keycloak.models.map.storage.jpa.group.delegate that return MapGroupEntity Modifier and Type Method Description MapGroupEntityJpaGroupDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapGroupEntity>> field, Object... parameters)Method parameters in org.keycloak.models.map.storage.jpa.group.delegate with type arguments of type MapGroupEntity Modifier and Type Method Description MapGroupEntityJpaGroupDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapGroupEntity>> field, Object... parameters)
- 
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.entityClasses in org.keycloak.models.map.storage.jpa.group.entity that implement MapGroupEntity Modifier and Type Class Description classJpaGroupEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaGroupMetadata
 
-