Package | Description |
---|---|
org.keycloak.email | |
org.keycloak.events | |
org.keycloak.forms.account | |
org.keycloak.models.utils |
Modifier and Type | Method and Description |
---|---|
void |
EmailTemplateProvider.sendEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
EventBuilder.getEvent() |
Modifier and Type | Method and Description |
---|---|
default List<Event> |
EventQuery.getResultList()
Deprecated.
Use
getResultStream instead. |
Stream<Event> |
EventQuery.getResultStream()
Returns requested results that match given criteria as a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListenerTransaction.addEvent(Event event) |
void |
EventListenerProvider.onEvent(Event event)
Called when a user event occurs e.g.
|
Constructor and Description |
---|
EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer,
Consumer<Event> eventConsumer) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
AccountProvider.setEvents(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
static EventRepresentation |
ModelToRepresentation.toRepresentation(Event event) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.