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
Fields in org.keycloak.events.admin with type parameters of type AdminEvent Modifier and Type Field Description static SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_CLIENT_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_IP_ADDRESSstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_REALM_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. AUTH_USER_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. OPERATION_TYPEstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. REALM_IDstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. RESOURCE_PATHstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. RESOURCE_TYPEstatic SearchableModelField<AdminEvent>AdminEvent.SearchableFields. TIMESTAMPMethods in org.keycloak.events.admin that return types with arguments of type AdminEvent Modifier and Type Method Description 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)
-