Uses of Interface
org.keycloak.models.map.events.MapAdminEventEntity
Package
Description
-
Uses of MapAdminEventEntity in org.keycloak.models.map.events
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeMethodDescriptionstatic MapAdminEventEntity
MapAdminEventEntityCloner.deepClone
(MapAdminEventEntity original, MapAdminEventEntity target) static MapAdminEventEntity
MapAdminEventEntityCloner.deepCloneNoId
(MapAdminEventEntity original, MapAdminEventEntity target) static MapAdminEventEntity
EventUtils.modelToEntity
(AdminEvent adminEvent, boolean includeRepresentation) Modifier and TypeMethodDescriptionMapAdminEventEntityDelegate.getDelegateProvider()
MapAdminEventEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapAdminEventEntity
MapAdminEventEntityCloner.deepClone
(MapAdminEventEntity original, MapAdminEventEntity target) static MapAdminEventEntity
MapAdminEventEntityCloner.deepCloneNoId
(MapAdminEventEntity original, MapAdminEventEntity target) static AdminEvent
EventUtils.entityToModel
(MapAdminEventEntity adminEventEntity) ModifierConstructorDescriptionMapAdminEventEntityDelegate
(DelegateProvider<MapAdminEventEntity> delegateProvider) MapAdminEventEntityFieldDelegate
(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate) -
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<AdminEvent>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapAdminEventEntity, AdminEvent>> MapFieldPredicates.ADMIN_EVENTS_PREDICATES
-
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.hotRod.events
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.jpa.event.admin
Modifier and TypeMethodDescriptionprotected MapAdminEventEntity
JpaAdminEventMapStorage.mapToEntityDelegate
(JpaAdminEventEntity original) -
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.jpa.event.admin.entity
Modifier and TypeClassDescriptionclass
JPAMapAdminEventEntity
implementation.class
Class that contains all the admin event metadata that is written as JSON into the database.