Uses of Class
org.graylog2.system.urlwhitelist.UrlWhitelistService
Packages that use UrlWhitelistService
Package
Description
-
Uses of UrlWhitelistService in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type UrlWhitelistServiceModifierConstructorDescriptionHTTPEventNotification(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 UrlWhitelistService in org.graylog2.alarmcallbacks
Constructors in org.graylog2.alarmcallbacks with parameters of type UrlWhitelistServiceModifierConstructorDescriptionHTTPAlarmCallback(okhttp3.OkHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService whitelistService) -
Uses of UrlWhitelistService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type UrlWhitelistServiceModifierConstructorDescriptionUrlWhitelistFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, UrlWhitelistService urlWhitelistService) -
Uses of UrlWhitelistService in org.graylog2.lookup.adapters
Methods in org.graylog2.lookup.adapters that return UrlWhitelistServiceConstructors in org.graylog2.lookup.adapters with parameters of type UrlWhitelistServiceModifierConstructorDescriptionDSVHTTPDataAdapter(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) LookupDataAdapterValidationContext(UrlWhitelistService urlWhitelistService, AllowedAuxiliaryPathChecker pathChecker) -
Uses of UrlWhitelistService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type UrlWhitelistServiceModifierConstructorDescriptionV20191129134600_CreateInitialUrlWhitelist(ClusterConfigService clusterConfigService, UrlWhitelistService whitelistService, DBDataAdapterService dataAdapterService, DBNotificationService notificationService, RegexHelper regexHelper) -
Uses of UrlWhitelistService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type UrlWhitelistServiceModifierConstructorDescriptionUrlWhitelistResource(UrlWhitelistService urlWhitelistService, RegexHelper regexHelper)