Uses of Interface
org.keycloak.models.map.events.MapAuthEventEntity
Package
Description
-
Uses of MapAuthEventEntity in org.keycloak.models.map.events
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeMethodDescriptionstatic MapAuthEventEntity
MapAuthEventEntityCloner.deepClone
(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntity
MapAuthEventEntityCloner.deepCloneNoId
(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntity
EventUtils.modelToEntity
(Event event) Modifier and TypeMethodDescriptionMapAuthEventEntityDelegate.getDelegateProvider()
MapAuthEventEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapAuthEventEntity
MapAuthEventEntityCloner.deepClone
(MapAuthEventEntity original, MapAuthEventEntity target) static MapAuthEventEntity
MapAuthEventEntityCloner.deepCloneNoId
(MapAuthEventEntity original, MapAuthEventEntity target) static Event
EventUtils.entityToModel
(MapAuthEventEntity eventEntity) ModifierConstructorDescriptionMapAuthEventEntityDelegate
(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
Modifier 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
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth
Modifier and TypeMethodDescriptionprotected MapAuthEventEntity
JpaAuthEventMapStorage.mapToEntityDelegate
(JpaAuthEventEntity original) -
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Modifier and TypeClassDescriptionclass
JPAMapAuthEventEntity
implementation.class
Class that contains all the auth event metadata that is written as JSON into the database.