Uses of Class
org.graylog.plugins.views.search.rest.PermittedStreams
Packages that use PermittedStreams
Package
Description
-
Uses of PermittedStreams in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type PermittedStreamsModifierConstructorDescriptionPivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService) -
Uses of PermittedStreams in org.graylog.plugins.views.search.permissions
Constructors in org.graylog.plugins.views.search.permissions with parameters of type PermittedStreamsModifierConstructorDescriptionSearchUser(User currentUser, Predicate<String> isPermitted, BiPredicate<String, String> isPermittedEntity, PermittedStreams permittedStreams, Map<String, ViewResolver> viewResolvers) UserStreams(StreamPermissions streamPermissions, PermittedStreams permittedStreams) -
Uses of PermittedStreams in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type PermittedStreamsModifierConstructorDescriptionSuggestionsResource(PermittedStreams permittedStreams, QuerySuggestionsService querySuggestionsService, MappedFieldTypesService mappedFieldTypesService) -
Uses of PermittedStreams in org.graylog.plugins.views.search.rest.contexts
Constructors in org.graylog.plugins.views.search.rest.contexts with parameters of type PermittedStreamsModifierConstructorDescriptionSearchUserFactory(org.glassfish.hk2.api.ServiceLocator serviceLocator, PermittedStreams permittedStreams, Map<String, ViewResolver> viewResolvers)