Uses of Class
org.keycloak.events.admin.AdminEvent
-
Packages that use AdminEvent Package Description org.keycloak.events org.keycloak.events.admin org.keycloak.models.utils -
-
Uses of AdminEvent in org.keycloak.events
Methods in org.keycloak.events with parameters of type AdminEvent Modifier and Type Method Description voidEventListenerTransaction. addAdminEvent(AdminEvent adminEvent, boolean includeRepresentation)voidEventListenerProvider. 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.UsegetResultStreaminstead.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.models.utils
Methods in org.keycloak.models.utils with parameters of type AdminEvent Modifier and Type Method Description static AdminEventRepresentationModelToRepresentation. toRepresentation(AdminEvent adminEvent)
-