Uses of Class
org.keycloak.events.admin.AdminEvent
-
-
Uses of AdminEvent in org.keycloak.email.freemarker.beans
Constructors in org.keycloak.email.freemarker.beans with parameters of type AdminEvent Constructor Description AdminEventBean(AdminEvent adminEvent)
-
Uses of AdminEvent in org.keycloak.events
Methods in org.keycloak.events with parameters of type AdminEvent Modifier and Type Method Description void
EventListenerTransaction. addAdminEvent(AdminEvent adminEvent, boolean includeRepresentation)
void
EventListenerProvider. onEvent(AdminEvent event, boolean includeRepresentation)
Called when an admin event occurs e.g.Constructor parameters in org.keycloak.events with type arguments of type AdminEvent Constructor Description EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer, Consumer<Event> eventConsumer)
-
Uses of AdminEvent in org.keycloak.events.admin
Methods in org.keycloak.events.admin that return types with arguments of type AdminEvent Modifier and Type Method Description default List<AdminEvent>
AdminEventQuery. getResultList()
Deprecated.UsegetResultStream
instead.Stream<AdminEvent>
AdminEventQuery. getResultStream()
Executes the query and returns the results as a stream.Constructors in org.keycloak.events.admin with parameters of type AdminEvent Constructor Description AdminEvent(AdminEvent toCopy)
-
Uses of AdminEvent in org.keycloak.events.email
Methods in org.keycloak.events.email with parameters of type AdminEvent Modifier and Type Method Description void
EmailEventListenerProvider. onEvent(AdminEvent event, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.events.jpa
Methods in org.keycloak.events.jpa that return types with arguments of type AdminEvent Modifier and Type Method Description Stream<AdminEvent>
JpaAdminEventQuery. getResultStream()
Methods in org.keycloak.events.jpa with parameters of type AdminEvent Modifier and Type Method Description void
JpaEventStoreProvider. onEvent(AdminEvent event, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.events.log
Methods in org.keycloak.events.log with parameters of type AdminEvent Modifier and Type Method Description void
JBossLoggingEventListenerProvider. onEvent(AdminEvent adminEvent, boolean includeRepresentation)
-
Uses of AdminEvent in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type AdminEvent Modifier and Type Method Description static AdminEventRepresentation
ModelToRepresentation. toRepresentation(AdminEvent adminEvent)
-
Uses of AdminEvent in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AdminEvent Modifier and Type Method Description AdminEvent
AdminEventBuilder. getEvent()
-