Uses of Class
org.keycloak.events.Event
- 
- 
Uses of Event in org.keycloak.emailMethods in org.keycloak.email with parameters of type Event Modifier and Type Method Description voidEmailTemplateProvider. sendEvent(Event event)
- 
Uses of Event in org.keycloak.email.freemarkerMethods in org.keycloak.email.freemarker with parameters of type Event Modifier and Type Method Description voidFreeMarkerEmailTemplateProvider. sendEvent(Event event)
- 
Uses of Event in org.keycloak.email.freemarker.beansConstructors in org.keycloak.email.freemarker.beans with parameters of type Event Constructor Description EventBean(Event event)
- 
Uses of Event in org.keycloak.eventsFields in org.keycloak.events with type parameters of type Event Modifier and Type Field Description static SearchableModelField<Event>Event.SearchableFields. CLIENT_IDstatic SearchableModelField<Event>Event.SearchableFields. EVENT_TYPEstatic SearchableModelField<Event>Event.SearchableFields. IDstatic SearchableModelField<Event>Event.SearchableFields. IP_ADDRESSstatic SearchableModelField<Event>Event.SearchableFields. REALM_IDstatic SearchableModelField<Event>Event.SearchableFields. TIMESTAMPstatic SearchableModelField<Event>Event.SearchableFields. USER_IDMethods in org.keycloak.events that return Event Modifier and Type Method Description EventEvent. clone()EventEventBuilder. getEvent()Methods in org.keycloak.events that return types with arguments of type Event Modifier and Type Method Description Stream<Event>EventQuery. getResultStream()Returns requested results that match given criteria as a stream.Methods in org.keycloak.events with parameters of type Event Modifier and Type Method Description voidEventListenerTransaction. addEvent(Event event)voidEventListenerProvider. onEvent(Event event)Called when a user event occurs e.g.Constructor parameters in org.keycloak.events with type arguments of type Event Constructor Description EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer, Consumer<Event> eventConsumer)
- 
Uses of Event in org.keycloak.events.emailMethods in org.keycloak.events.email with parameters of type Event Modifier and Type Method Description voidEmailEventListenerProvider. onEvent(Event event)
- 
Uses of Event in org.keycloak.events.jpaMethods in org.keycloak.events.jpa that return types with arguments of type Event Modifier and Type Method Description Stream<Event>JpaEventQuery. getResultStream()Methods in org.keycloak.events.jpa with parameters of type Event Modifier and Type Method Description voidJpaEventStoreProvider. onEvent(Event event)
- 
Uses of Event in org.keycloak.events.logMethods in org.keycloak.events.log with parameters of type Event Modifier and Type Method Description voidJBossLoggingEventListenerProvider. onEvent(Event event)
- 
Uses of Event in org.keycloak.forms.accountMethod parameters in org.keycloak.forms.account with type arguments of type Event Modifier and Type Method Description AccountProviderAccountProvider. setEvents(List<Event> events)
- 
Uses of Event in org.keycloak.forms.account.freemarkerFields in org.keycloak.forms.account.freemarker with type parameters of type Event Modifier and Type Field Description protected List<Event>FreeMarkerAccountProvider. eventsMethod parameters in org.keycloak.forms.account.freemarker with type arguments of type Event Modifier and Type Method Description AccountProviderFreeMarkerAccountProvider. setEvents(List<Event> events)
- 
Uses of Event in org.keycloak.forms.account.freemarker.modelConstructors in org.keycloak.forms.account.freemarker.model with parameters of type Event Constructor Description EventBean(Event event)Constructor parameters in org.keycloak.forms.account.freemarker.model with type arguments of type Event Constructor Description LogBean(List<Event> events)
- 
Uses of Event in org.keycloak.models.map.eventsMethods in org.keycloak.models.map.events that return Event Modifier and Type Method Description static EventEventUtils. entityToModel(MapAuthEventEntity eventEntity)Methods in org.keycloak.models.map.events that return types with arguments of type Event Modifier and Type Method Description Stream<Event>MapAuthEventQuery. getResultStream()protected abstract Stream<Event>MapAuthEventQuery. read(QueryParameters<Event> queryParameters)Methods in org.keycloak.models.map.events with parameters of type Event Modifier and Type Method Description static MapAuthEventEntityEventUtils. modelToEntity(Event event)voidMapEventStoreProvider. onEvent(Event event)LOGIN EVENTSMethod parameters in org.keycloak.models.map.events with type arguments of type Event Modifier and Type Method Description protected abstract Stream<Event>MapAuthEventQuery. read(QueryParameters<Event> queryParameters)Constructor parameters in org.keycloak.models.map.events with type arguments of type Event Constructor Description MapEventStoreProvider(KeycloakSession session, MapStorage<MapAuthEventEntity,Event> loginEventsStore, MapStorage<MapAdminEventEntity,AdminEvent> adminEventsStore)
- 
Uses of Event in org.keycloak.models.map.storage.chmFields in org.keycloak.models.map.storage.chm with type parameters of type Event Modifier and Type Field Description static Map<SearchableModelField<Event>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAuthEventEntity,Event>>MapFieldPredicates. AUTH_EVENTS_PREDICATESstatic Map<SearchableModelField<Event>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapAuthEventEntity,Event>>MapFieldPredicates. AUTH_EVENTS_PREDICATES
- 
Uses of Event in org.keycloak.models.map.storage.jpa.event.authMethod parameters in org.keycloak.models.map.storage.jpa.event.auth with type arguments of type Event Modifier and Type Method Description JpaAuthEventModelCriteriaBuilderJpaAuthEventModelCriteriaBuilder. compare(SearchableModelField<? super Event> modelField, ModelCriteriaBuilder.Operator op, Object... value)
- 
Uses of Event in org.keycloak.models.utilsMethods in org.keycloak.models.utils with parameters of type Event Modifier and Type Method Description static EventRepresentationModelToRepresentation. toRepresentation(Event event)
 
-