Package | Description |
---|---|
org.keycloak.events | |
org.keycloak.events.admin | |
org.keycloak.models.utils |
Modifier and Type | Method and Description |
---|---|
void |
EventListenerTransaction.addAdminEvent(AdminEvent adminEvent,
boolean includeRepresentation) |
void |
EventListenerProvider.onEvent(AdminEvent event,
boolean includeRepresentation)
Called when an admin event occurs e.g.
|
Constructor and Description |
---|
EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer,
Consumer<Event> eventConsumer) |
Modifier and Type | Method and Description |
---|---|
default List<AdminEvent> |
AdminEventQuery.getResultList()
Deprecated.
Use
getResultStream instead. |
Stream<AdminEvent> |
AdminEventQuery.getResultStream()
Executes the query and returns the results as a stream.
|
Constructor and Description |
---|
AdminEvent(AdminEvent toCopy) |
Modifier and Type | Method and Description |
---|---|
static AdminEventRepresentation |
ModelToRepresentation.toRepresentation(AdminEvent adminEvent) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.