Uses of Class
org.keycloak.events.Event
-
-
Uses of Event in org.keycloak.email
Methods in org.keycloak.email with parameters of type Event Modifier and Type Method Description void
EmailTemplateProvider. sendEvent(Event event)
-
Uses of Event in org.keycloak.email.freemarker
Methods in org.keycloak.email.freemarker with parameters of type Event Modifier and Type Method Description void
FreeMarkerEmailTemplateProvider. sendEvent(Event event)
-
Uses of Event in org.keycloak.email.freemarker.beans
Constructors in org.keycloak.email.freemarker.beans with parameters of type Event Constructor Description EventBean(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_ID
static SearchableModelField<Event>
Event.SearchableFields. EVENT_TYPE
static SearchableModelField<Event>
Event.SearchableFields. ID
static SearchableModelField<Event>
Event.SearchableFields. IP_ADDRESS
static SearchableModelField<Event>
Event.SearchableFields. REALM_ID
static SearchableModelField<Event>
Event.SearchableFields. TIMESTAMP
static SearchableModelField<Event>
Event.SearchableFields. USER_ID
Methods in org.keycloak.events that return Event Modifier and Type Method Description Event
Event. clone()
Event
EventBuilder. 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 void
EventListenerTransaction. addEvent(Event event)
void
EventListenerProvider. 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.email
Methods in org.keycloak.events.email with parameters of type Event Modifier and Type Method Description void
EmailEventListenerProvider. onEvent(Event event)
-
Uses of Event in org.keycloak.events.jpa
Methods 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 void
JpaEventStoreProvider. onEvent(Event event)
-
Uses of Event in org.keycloak.events.log
Methods in org.keycloak.events.log with parameters of type Event Modifier and Type Method Description void
JBossLoggingEventListenerProvider. onEvent(Event event)
-
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 AccountProvider
AccountProvider. setEvents(List<Event> events)
-
Uses of Event in org.keycloak.forms.account.freemarker
Fields in org.keycloak.forms.account.freemarker with type parameters of type Event Modifier and Type Field Description protected List<Event>
FreeMarkerAccountProvider. events
Method parameters in org.keycloak.forms.account.freemarker with type arguments of type Event Modifier and Type Method Description AccountProvider
FreeMarkerAccountProvider. setEvents(List<Event> events)
-
Uses of Event in org.keycloak.forms.account.freemarker.model
Constructors 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.events
Methods in org.keycloak.models.map.events that return Event Modifier and Type Method Description static Event
EventUtils. 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 MapAuthEventEntity
EventUtils. modelToEntity(Event event)
void
MapEventStoreProvider. 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.chm
Fields 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_PREDICATES
static 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 Event Modifier and Type Method Description JpaAuthEventModelCriteriaBuilder
JpaAuthEventModelCriteriaBuilder. 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 Event Modifier and Type Method Description static EventRepresentation
ModelToRepresentation. toRepresentation(Event event)
-