Uses of Interface
org.keycloak.models.map.group.MapGroupEntity
Packages that use MapGroupEntity
-
Uses of MapGroupEntity in org.keycloak.models.map.group
Classes in org.keycloak.models.map.group that implement MapGroupEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classMethods in org.keycloak.models.map.group that return MapGroupEntityModifier and TypeMethodDescriptionstatic 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 MapGroupEntityModifier and TypeMethodDescriptionMapGroupEntityDelegate.getDelegateProvider()MapGroupEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.group with parameters of type MapGroupEntityModifier and TypeMethodDescriptionstatic MapGroupEntityMapGroupEntityCloner.deepClone(MapGroupEntity original, MapGroupEntity target) static MapGroupEntityMapGroupEntityCloner.deepCloneNoId(MapGroupEntity original, MapGroupEntity target) Constructors in org.keycloak.models.map.group with parameters of type MapGroupEntityModifierConstructorDescriptionMapGroupAdapter(KeycloakSession session, RealmModel realm, MapGroupEntity entity) Constructor parameters in org.keycloak.models.map.group with type arguments of type MapGroupEntityModifierConstructorDescriptionMapGroupEntityDelegate(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 MapGroupEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<GroupModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapGroupEntity, GroupModel>> MapFieldPredicates.GROUP_PREDICATES