Uses of Class
org.keycloak.events.Event
-
Packages that use Event Package Description org.keycloak.email org.keycloak.events org.keycloak.forms.account org.keycloak.models.utils -
-
Uses of Event in org.keycloak.email
Methods in org.keycloak.email with parameters of type Event Modifier and Type Method Description voidEmailTemplateProvider. sendEvent(Event event) -
Uses of Event in org.keycloak.events
Methods 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 default List<Event>EventQuery. getResultList()Deprecated.UsegetResultStreaminstead.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.forms.account
Method 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.models.utils
Methods in org.keycloak.models.utils with parameters of type Event Modifier and Type Method Description static EventRepresentationModelToRepresentation. toRepresentation(Event event)
-