Uses of Interface
org.keycloak.models.map.events.MapAuthEventEntity
Packages that use MapAuthEventEntity
Package
Description
-
Uses of MapAuthEventEntity in org.keycloak.models.map.events
Classes in org.keycloak.models.map.events that implement MapAuthEventEntityModifier and TypeClassDescriptionstatic classclassclassclassstatic classMethods in org.keycloak.models.map.events that return MapAuthEventEntityModifier and TypeMethodDescriptionstatic MapAuthEventEntityMapAuthEventEntityCloner.deepClone(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntityMapAuthEventEntityCloner.deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntityEventUtils.modelToEntity(Event event) Methods in org.keycloak.models.map.events that return types with arguments of type MapAuthEventEntityModifier and TypeMethodDescriptionMapAuthEventEntityDelegate.getDelegateProvider()MapAuthEventEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.events with parameters of type MapAuthEventEntityModifier and TypeMethodDescriptionstatic MapAuthEventEntityMapAuthEventEntityCloner.deepClone(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntityMapAuthEventEntityCloner.deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target) static EventEventUtils.entityToModel(MapAuthEventEntity eventEntity) Constructor parameters in org.keycloak.models.map.events with type arguments of type MapAuthEventEntityModifierConstructorDescriptionMapAuthEventEntityDelegate(DelegateProvider<MapAuthEventEntity> delegateProvider) MapAuthEventEntityFieldDelegate(EntityFieldDelegate<MapAuthEventEntity> entityFieldDelegate) MapEventStoreProvider(KeycloakSession session, MapStorage<MapAuthEventEntity, Event> loginEventsStore, MapStorage<MapAdminEventEntity, AdminEvent> adminEventsStore) -
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapAuthEventEntityModifier and TypeFieldDescriptionstatic final Map<SearchableModelField<Event>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapAuthEventEntity, Event>> MapFieldPredicates.AUTH_EVENTS_PREDICATES -
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.hotRod.events
Classes in org.keycloak.models.map.storage.hotRod.events that implement MapAuthEventEntityModifier and TypeClassDescriptionstatic classclass -
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth
Methods in org.keycloak.models.map.storage.jpa.event.auth that return MapAuthEventEntityModifier and TypeMethodDescriptionprotected MapAuthEventEntityJpaAuthEventMapStorage.mapToEntityDelegate(JpaAuthEventEntity original) -
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Classes in org.keycloak.models.map.storage.jpa.event.auth.entity that implement MapAuthEventEntityModifier and TypeClassDescriptionclassJPAMapAuthEventEntityimplementation.classClass that contains all the auth event metadata that is written as JSON into the database.