Uses of Interface
org.keycloak.models.map.events.MapAdminEventEntity
- 
- 
Uses of MapAdminEventEntity in org.keycloak.models.map.eventsClasses in org.keycloak.models.map.events that implement MapAdminEventEntity Modifier and Type Class Description static classMapAdminEventEntity.AbstractAdminEventEntityclassMapAdminEventEntityDelegateclassMapAdminEventEntityFieldDelegateclassMapAdminEventEntityImplstatic classMapAdminEventEntityImpl.EmptyMethods in org.keycloak.models.map.events that return MapAdminEventEntity Modifier and Type Method Description static MapAdminEventEntityMapAdminEventEntityCloner. deepClone(MapAdminEventEntity original, MapAdminEventEntity target)static MapAdminEventEntityMapAdminEventEntityCloner. deepCloneNoId(MapAdminEventEntity original, MapAdminEventEntity target)static MapAdminEventEntityEventUtils. modelToEntity(AdminEvent adminEvent, boolean includeRepresentation)Methods in org.keycloak.models.map.events that return types with arguments of type MapAdminEventEntity Modifier and Type Method Description DelegateProvider<MapAdminEventEntity>MapAdminEventEntityDelegate. getDelegateProvider()EntityFieldDelegate<MapAdminEventEntity>MapAdminEventEntityFieldDelegate. getEntityFieldDelegate()Methods in org.keycloak.models.map.events with parameters of type MapAdminEventEntity Modifier and Type Method Description static MapAdminEventEntityMapAdminEventEntityCloner. deepClone(MapAdminEventEntity original, MapAdminEventEntity target)static MapAdminEventEntityMapAdminEventEntityCloner. deepCloneNoId(MapAdminEventEntity original, MapAdminEventEntity target)static AdminEventEventUtils. entityToModel(MapAdminEventEntity adminEventEntity)Constructor parameters in org.keycloak.models.map.events with type arguments of type MapAdminEventEntity Constructor Description MapAdminEventEntityDelegate(DelegateProvider<MapAdminEventEntity> delegateProvider)MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate)
- 
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type MapAdminEventEntity Modifier and Type Field Description static Map<SearchableModelField<AdminEvent>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAdminEventEntity,AdminEvent>>MapFieldPredicates. ADMIN_EVENTS_PREDICATES
- 
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.hotRod.eventsClasses in org.keycloak.models.map.storage.hotRod.events that implement MapAdminEventEntity Modifier and Type Class Description static classHotRodAdminEventEntity.AbstractHotRodAdminEventEntityDelegateclassHotRodAdminEventEntityDelegate
- 
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.jpa.event.adminMethods in org.keycloak.models.map.storage.jpa.event.admin that return MapAdminEventEntity Modifier and Type Method Description protected MapAdminEventEntityJpaAdminEventMapStorage. mapToEntityDelegate(JpaAdminEventEntity original)
- 
Uses of MapAdminEventEntity in org.keycloak.models.map.storage.jpa.event.admin.entityClasses in org.keycloak.models.map.storage.jpa.event.admin.entity that implement MapAdminEventEntity Modifier and Type Class Description classJpaAdminEventEntityJPAMapAdminEventEntityimplementation.classJpaAdminEventMetadataClass that contains all the admin event metadata that is written as JSON into the database.
 
-