Uses of Interface
org.keycloak.models.map.events.MapAuthEventEntity
-
-
Uses of MapAuthEventEntity in org.keycloak.models.map.events
Classes in org.keycloak.models.map.events that implement MapAuthEventEntity Modifier and Type Class Description static class
MapAuthEventEntity.AbstractAuthEventEntity
class
MapAuthEventEntityDelegate
class
MapAuthEventEntityFieldDelegate
class
MapAuthEventEntityImpl
static class
MapAuthEventEntityImpl.Empty
Methods in org.keycloak.models.map.events that return MapAuthEventEntity Modifier and Type Method Description static MapAuthEventEntity
MapAuthEventEntityCloner. deepClone(MapAuthEventEntity original, MapAuthEventEntity target)
static MapAuthEventEntity
MapAuthEventEntityCloner. deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target)
static MapAuthEventEntity
EventUtils. modelToEntity(Event event)
Methods in org.keycloak.models.map.events that return types with arguments of type MapAuthEventEntity Modifier and Type Method Description DelegateProvider<MapAuthEventEntity>
MapAuthEventEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapAuthEventEntity>
MapAuthEventEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.events with parameters of type MapAuthEventEntity Modifier and Type Method Description static MapAuthEventEntity
MapAuthEventEntityCloner. deepClone(MapAuthEventEntity original, MapAuthEventEntity target)
static MapAuthEventEntity
MapAuthEventEntityCloner. deepCloneNoId(MapAuthEventEntity original, MapAuthEventEntity target)
static Event
EventUtils. entityToModel(MapAuthEventEntity eventEntity)
Constructor parameters in org.keycloak.models.map.events with type arguments of type MapAuthEventEntity Constructor Description MapAuthEventEntityDelegate(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 MapAuthEventEntity Modifier and Type Field Description static 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 MapAuthEventEntity Modifier and Type Class Description static class
HotRodAuthEventEntity.AbstractHotRodAuthEventEntityDelegate
class
HotRodAuthEventEntityDelegate
-
Uses of MapAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth
Methods in org.keycloak.models.map.storage.jpa.event.auth that return MapAuthEventEntity Modifier and Type Method Description protected MapAuthEventEntity
JpaAuthEventMapKeycloakTransaction. 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 MapAuthEventEntity Modifier and Type Class Description class
JpaAuthEventEntity
JPAMapAuthEventEntity
implementation.class
JpaAuthEventMetadata
Class that contains all the auth event metadata that is written as JSON into the database.
-