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
Fields 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.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)
-