Uses of Class
org.graylog2.system.urlwhitelist.UrlWhitelistNotificationService
Packages that use UrlWhitelistNotificationService
-
Uses of UrlWhitelistNotificationService in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type UrlWhitelistNotificationServiceModifierConstructorDescriptionHTTPEventNotification(EventNotificationService notificationCallbackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, ParameterizedHttpClientProvider parameterizedHttpClientProvider) HTTPEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, ParameterizedHttpClientProvider parameterizedHttpClientProvider) HTTPNotification(UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService) -
Uses of UrlWhitelistNotificationService in org.graylog2.lookup.adapters
Constructors in org.graylog2.lookup.adapters with parameters of type UrlWhitelistNotificationServiceModifierConstructorDescriptionDSVHTTPDataAdapter(String id, String name, LookupDataAdapterConfiguration config, com.codahale.metrics.MetricRegistry metricRegistry, HTTPFileRetriever httpFileRetriever, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService) protectedHTTPJSONPathDataAdapter(DataAdapterDto dto, com.floreysoft.jmte.Engine templateEngine, okhttp3.OkHttpClient httpClient, UrlWhitelistService urlWhitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, com.codahale.metrics.MetricRegistry metricRegistry, NotificationService notificationService)