Uses of Class
org.keycloak.events.Event
Package
Description
-
Uses of Event in org.keycloak.email
-
Uses of Event in org.keycloak.email.freemarker
-
Uses of Event in org.keycloak.email.freemarker.beans
-
Uses of Event in org.keycloak.events
Modifier and TypeFieldDescriptionstatic final SearchableModelField<Event>
Event.SearchableFields.CLIENT_ID
static final SearchableModelField<Event>
Event.SearchableFields.EVENT_TYPE
static final SearchableModelField<Event>
Event.SearchableFields.ID
static final SearchableModelField<Event>
Event.SearchableFields.IP_ADDRESS
static final SearchableModelField<Event>
Event.SearchableFields.REALM_ID
static final SearchableModelField<Event>
Event.SearchableFields.TIMESTAMP
static final SearchableModelField<Event>
Event.SearchableFields.USER_ID
Modifier and TypeMethodDescriptionEventQuery.getResultStream()
Returns requested results that match given criteria as a stream.Modifier and TypeMethodDescriptionvoid
void
Called when a user event occurs e.g.ModifierConstructorDescriptionEventListenerTransaction
(BiConsumer<AdminEvent, Boolean> adminEventConsumer, Consumer<Event> eventConsumer) -
Uses of Event in org.keycloak.events.email
-
Uses of Event in org.keycloak.events.jpa
-
Uses of Event in org.keycloak.events.log
-
Uses of Event in org.keycloak.models.map.events
Modifier and TypeMethodDescriptionstatic Event
EventUtils.entityToModel
(MapAuthEventEntity eventEntity) Modifier and TypeMethodDescriptionMapAuthEventQuery.getResultStream()
MapAuthEventQuery.read
(QueryParameters<Event> queryParameters) Modifier and TypeMethodDescriptionstatic MapAuthEventEntity
EventUtils.modelToEntity
(Event event) void
LOGIN EVENTSModifierConstructorDescriptionMapEventStoreProvider
(KeycloakSession session, MapStorage<MapAuthEventEntity, Event> loginEventsStore, MapStorage<MapAdminEventEntity, AdminEvent> adminEventsStore) -
Uses of Event in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<Event>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapAuthEventEntity, Event>> MapFieldPredicates.AUTH_EVENTS_PREDICATES
static final Map<SearchableModelField<Event>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapAuthEventEntity, Event>> MapFieldPredicates.AUTH_EVENTS_PREDICATES
-
Uses of Event in org.keycloak.models.map.storage.jpa.event.auth
Modifier and TypeMethodDescriptionJpaAuthEventModelCriteriaBuilder.compare
(SearchableModelField<? super Event> modelField, ModelCriteriaBuilder.Operator op, Object... value) -
Uses of Event in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic EventRepresentation
ModelToRepresentation.toRepresentation
(Event event)