Uses of Class
org.keycloak.events.Event
Packages that use Event
Package
Description
-
Uses of Event in org.keycloak.email
Methods in org.keycloak.email with parameters of type Event -
Uses of Event in org.keycloak.email.freemarker
Methods in org.keycloak.email.freemarker with parameters of type Event -
Uses of Event in org.keycloak.email.freemarker.beans
Constructors in org.keycloak.email.freemarker.beans with parameters of type Event -
Uses of Event in org.keycloak.events
Fields in org.keycloak.events with type parameters of type EventModifier 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
Methods in org.keycloak.events that return EventMethods in org.keycloak.events that return types with arguments of type EventModifier and TypeMethodDescriptionEventQuery.getResultStream()
Returns requested results that match given criteria as a stream.Methods in org.keycloak.events with parameters of type EventModifier and TypeMethodDescriptionvoid
void
Called when a user event occurs e.g.Constructor parameters in org.keycloak.events with type arguments of type EventModifierConstructorDescriptionEventListenerTransaction
(BiConsumer<AdminEvent, Boolean> adminEventConsumer, Consumer<Event> eventConsumer) -
Uses of Event in org.keycloak.events.email
Methods in org.keycloak.events.email with parameters of type Event -
Uses of Event in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa that return types with arguments of type EventMethods in org.keycloak.events.jpa with parameters of type Event -
Uses of Event in org.keycloak.events.log
Methods in org.keycloak.events.log with parameters of type Event -
Uses of Event in org.keycloak.models.map.events
Methods in org.keycloak.models.map.events that return EventModifier and TypeMethodDescriptionstatic Event
EventUtils.entityToModel
(MapAuthEventEntity eventEntity) Methods in org.keycloak.models.map.events that return types with arguments of type EventModifier and TypeMethodDescriptionMapAuthEventQuery.getResultStream()
MapAuthEventQuery.read
(QueryParameters<Event> queryParameters) Methods in org.keycloak.models.map.events with parameters of type EventModifier and TypeMethodDescriptionstatic MapAuthEventEntity
EventUtils.modelToEntity
(Event event) void
LOGIN EVENTSMethod parameters in org.keycloak.models.map.events with type arguments of type EventConstructor parameters in org.keycloak.models.map.events with type arguments of type EventModifierConstructorDescriptionMapEventStoreProvider
(KeycloakSession session, MapStorage<MapAuthEventEntity, Event> loginEventsStore, MapStorage<MapAdminEventEntity, AdminEvent> adminEventsStore) -
Uses of Event in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type EventModifier 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
Method parameters in org.keycloak.models.map.storage.jpa.event.auth with type arguments of type EventModifier and TypeMethodDescriptionJpaAuthEventModelCriteriaBuilder.compare
(SearchableModelField<? super Event> modelField, ModelCriteriaBuilder.Operator op, Object... value) -
Uses of Event in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type EventModifier and TypeMethodDescriptionstatic EventRepresentation
ModelToRepresentation.toRepresentation
(Event event)