Uses of Interface
org.keycloak.models.map.group.MapGroupEntity
-
Packages that use MapGroupEntity Package Description org.keycloak.models.map.group org.keycloak.models.map.storage.chm -
-
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 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 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.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
-