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 PermittedStreamsModifierConstructorDescriptionAggregationEventProcessor(EventDefinition eventDefinition, AggregationSearch.Factory aggregationSearchFactory, EventProcessorDependencyCheck dependencyCheck, DBEventProcessorStateService stateService, MoreSearch moreSearch, EventStreamService eventStreamService, Messages messages, NotificationService notificationService, PermittedStreams permittedStreams, Set<EventQuerySearchTypeSupplier> eventQueryModifiers, MessageFactory messageFactory) PivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService, QueryStringDecorators queryStringDecorators) -
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, EntityTitleService entityTitleService, NodeService nodeService, LastUsedQueryStringsService lastUsedQueryStringsService, Configuration configuration) -
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) -
Uses of PermittedStreams in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type PermittedStreamsModifierConstructorDescriptionIndexSetsMappingResource(IndexSetFieldTypeSummaryService indexSetFieldTypeSummaryService, IndexFieldTypesListService indexFieldTypesListService, PermittedStreams permittedStreams)