Uses of Class
org.graylog.security.entities.EntityOwnershipService
Packages that use EntityOwnershipService
Package
Description
-
Uses of EntityOwnershipService in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type EntityOwnershipServiceModifierConstructorDescriptionDBNotificationService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityOwnershipService entityOwnerShipService) -
Uses of EntityOwnershipService in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type EntityOwnershipServiceModifierConstructorDescriptionDBEventDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService) -
Uses of EntityOwnershipService in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type EntityOwnershipServiceModifierConstructorDescriptionprotectedViewService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, com.fasterxml.jackson.databind.ObjectMapper mapper, ClusterConfigService clusterConfigService, ViewRequirements.Factory viewRequirementsFactory, EntityOwnershipService entityOwnerShipService, ViewSummaryService viewSummaryService) -
Uses of EntityOwnershipService in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type EntityOwnershipServiceModifierConstructorDescriptionStreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus)