Uses of Interface
org.keycloak.models.map.group.MapGroupEntity
-
-
Uses of MapGroupEntity in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement MapGroupEntity Modifier and Type Class Description static class
MapGroupEntity.AbstractGroupEntity
class
MapGroupEntityDelegate
class
MapGroupEntityFieldDelegate
class
MapGroupEntityImpl
static class
MapGroupEntityImpl.Empty
Methods in org.keycloak.models.map.group that return MapGroupEntity Modifier and Type Method Description static MapGroupEntity
MapGroupEntityCloner. deepClone(MapGroupEntity original, MapGroupEntity target)
static MapGroupEntity
MapGroupEntityCloner. 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 MapGroupEntity
MapGroupEntityCloner. deepClone(MapGroupEntity original, MapGroupEntity target)
static MapGroupEntity
MapGroupEntityCloner. 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.chm
Fields 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.group
Classes in org.keycloak.models.map.storage.hotRod.group that implement MapGroupEntity Modifier and Type Class Description static class
HotRodGroupEntity.AbstractHotRodGroupEntityDelegate
class
HotRodGroupEntityDelegate
-
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group
Methods in org.keycloak.models.map.storage.jpa.group that return MapGroupEntity Modifier and Type Method Description protected MapGroupEntity
JpaGroupMapKeycloakTransaction. mapToEntityDelegate(JpaGroupEntity original)
-
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.delegate
Methods in org.keycloak.models.map.storage.jpa.group.delegate that return MapGroupEntity Modifier and Type Method Description MapGroupEntity
JpaGroupDelegateProvider. 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 MapGroupEntity
JpaGroupDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapGroupEntity>> field, Object... parameters)
-
Uses of MapGroupEntity in org.keycloak.models.map.storage.jpa.group.entity
Classes in org.keycloak.models.map.storage.jpa.group.entity that implement MapGroupEntity Modifier and Type Class Description class
JpaGroupEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaGroupMetadata
-