Uses of Class
org.keycloak.events.admin.AdminEvent
Packages that use AdminEvent
Package
Description
-
Uses of AdminEvent in org.keycloak.email.freemarker.beans
Constructors in org.keycloak.email.freemarker.beans with parameters of type AdminEvent -
Uses of AdminEvent in org.keycloak.events
Methods in org.keycloak.events with parameters of type AdminEventModifier and TypeMethodDescriptionvoidEventListenerTransaction.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 AdminEventModifierConstructorDescriptionEventListenerTransaction(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 AdminEventModifier and TypeMethodDescriptionAdminEventQuery.getResultStream()Executes the query and returns the results as a stream.Constructors in org.keycloak.events.admin with parameters of type AdminEvent -
Uses of AdminEvent in org.keycloak.events.email
Methods in org.keycloak.events.email with parameters of type AdminEventModifier and TypeMethodDescriptionvoidEmailEventListenerProvider.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 AdminEventMethods in org.keycloak.events.jpa with parameters of type AdminEventModifier and TypeMethodDescriptionvoidJpaEventStoreProvider.onEvent(AdminEvent event, boolean includeRepresentation) -
Uses of AdminEvent in org.keycloak.events.log
Methods in org.keycloak.events.log with parameters of type AdminEventModifier and TypeMethodDescriptionprotected voidJBossLoggingEventListenerProvider.logAdminEvent(AdminEvent adminEvent, boolean realmIncludeRepresentation) voidJBossLoggingEventListenerProvider.onEvent(AdminEvent adminEvent, boolean includeRepresentation) -
Uses of AdminEvent in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type AdminEventModifier and TypeMethodDescriptionstatic AdminEventRepresentationModelToRepresentation.toRepresentation(AdminEvent adminEvent) -
Uses of AdminEvent in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow with parameters of type AdminEventModifier and TypeMethodDescriptionAbstractWorkflowEventProvider.create(AdminEvent adminEvent) WorkflowEventProvider.create(AdminEvent adminEvent) Creates aWorkflowEventfrom anAdminEvent.voidWorkflowEventListener.onEvent(AdminEvent event, boolean includeRepresentation) booleanAbstractWorkflowEventProvider.supports(AdminEvent adminEvent) booleanWorkflowEventProvider.supports(AdminEvent adminEvent) Determines whether this provider supports the givenAdminEvent. -
Uses of AdminEvent in org.keycloak.models.workflow.events
Methods in org.keycloak.models.workflow.events with parameters of type AdminEventModifier and TypeMethodDescriptionbooleanUserCreatedWorkflowEventProvider.supports(AdminEvent adminEvent) -
Uses of AdminEvent in org.keycloak.services.resources.admin
Fields in org.keycloak.services.resources.admin declared as AdminEventMethods in org.keycloak.services.resources.admin that return AdminEventConstructors in org.keycloak.services.resources.admin with parameters of type AdminEventModifierConstructorDescriptionprotectedAdminEventBuilder(RealmModel realm, AdminAuth auth, KeycloakSession session, String ipAddress, AdminEvent adminEvent)