Uses of Interface
org.graylog2.database.MongoConnection
Packages that use MongoConnection
Package
Description
-
Uses of MongoConnection in org.graylog.enterprise
Constructors in org.graylog.enterprise with parameters of type MongoConnection -
Uses of MongoConnection in org.graylog.events.legacy
Constructors in org.graylog.events.legacy with parameters of type MongoConnectionModifierConstructorDescriptionLegacyAlertConditionMigrator(MongoConnection mongoConnection, EventDefinitionHandler eventDefinitionHandler, NotificationResourceHandler notificationResourceHandler, DBNotificationService dbNotificationService, UserService userService, int alertCheckInterval) -
Uses of MongoConnection in org.graylog.events.migrations
Constructors in org.graylog.events.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20230629140000_RenameFieldTypeOfEventDefinitionSeries(ClusterConfigService clusterConfigService, MongoConnection mongoConnection, NotificationService notificationService) -
Uses of MongoConnection in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type MongoConnectionModifierConstructorDescriptionDBNotificationGracePeriodService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, JobSchedulerClock clock) -
Uses of MongoConnection in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type MongoConnectionModifierConstructorDescriptionDBEventProcessorStateService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog.integrations.migrations
Constructors in org.graylog.integrations.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20220622071600_MigratePagerDutyV1(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) -
Uses of MongoConnection in org.graylog.plugins.pipelineprocessor.db.mongodb
Constructors in org.graylog.plugins.pipelineprocessor.db.mongodb with parameters of type MongoConnectionModifierConstructorDescriptionMongoDbPipelineStreamConnectionsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) PaginatedMongoDbPipelineService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) PaginatedMongoDbRuleService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog.plugins.pipelineprocessor.rulebuilder.db
Constructors in org.graylog.plugins.pipelineprocessor.rulebuilder.db with parameters of type MongoConnectionModifierConstructorDescriptionMongoDBRuleFragmentService(MongoJackObjectMapperProvider objectMapperProvider, MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog.plugins.sidecar.migrations
Constructors in org.graylog.plugins.sidecar.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20180212165000_AddDefaultCollectors(HttpConfiguration httpConfiguration, CollectorService collectorService, ConfigurationVariableService configurationVariableService, ConfigurationService configurationService, MongoConnection mongoConnection, ClusterConfigService clusterConfigService) -
Uses of MongoConnection in org.graylog.plugins.sidecar.services
Constructors in org.graylog.plugins.sidecar.services with parameters of type MongoConnectionModifierConstructorDescriptionActionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EtagService etagService) CollectorService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) ConfigurationService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ConfigurationVariableService configurationVariableService, jakarta.inject.Provider<freemarker.template.Configuration> templateConfigurationProvider) ConfigurationVariableService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) SidecarService(CollectorService collectorService, ConfigurationService configurationService, MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, NotificationService notificationService, NotificationSystemEventPublisher notificationSystemEventPublisher, jakarta.validation.Validator validator) -
Uses of MongoConnection in org.graylog.plugins.views.migrations
Constructors in org.graylog.plugins.views.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20190127111728_MigrateWidgetFormatSettings(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20190304102700_MigrateMessageListStructure(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20190805115800_RemoveDashboardStateFromViews(ClusterConfigService clusterConfigService, MongoConnection mongoConnection) V20191204000000_RemoveLegacyViewsPermissions(MongoConnection mongoConnection) V20200409083200_RemoveRootQueriesFromMigratedDashboards(ClusterConfigService clusterConfigService, MongoConnection mongoConnection) V20240626143000_CreateDashboardsView(ClusterConfigService clusterConfigService, MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog.plugins.views.migrations.V20200204122000_MigrateUntypedViewsToDashboards
Constructors in org.graylog.plugins.views.migrations.V20200204122000_MigrateUntypedViewsToDashboards with parameters of type MongoConnectionModifierConstructorDescriptionV20200204122000_MigrateUntypedViewsToDashboards(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) -
Uses of MongoConnection in org.graylog.plugins.views.search.querystrings
Constructors in org.graylog.plugins.views.search.querystrings with parameters of type MongoConnectionModifierConstructorDescriptionMongoLastUsedQueryStringsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus) MongoLastUsedQueryStringsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus, Integer maxLength) -
Uses of MongoConnection in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type MongoConnectionModifierConstructorDescriptionprotectedViewSummaryService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, MongoCollections mongoCollections) -
Uses of MongoConnection in org.graylog.plugins.views.startpage.recentActivities
Constructors in org.graylog.plugins.views.startpage.recentActivities with parameters of type MongoConnectionModifierConstructorDescriptionRecentActivityService(MongoCollections mongoCollections, MongoConnection mongoConnection, com.google.common.eventbus.EventBus eventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver) protectedRecentActivityService(MongoCollections mongoCollections, MongoConnection mongoConnection, com.google.common.eventbus.EventBus eventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver, long maximum) -
Uses of MongoConnection in org.graylog.scheduler
Constructors in org.graylog.scheduler with parameters of type MongoConnectionModifierConstructorDescriptionDBJobDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) DBJobTriggerService(MongoConnection mongoConnection, MongoCollections mongoCollections, MongoJackObjectMapperProvider mapper, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) Deprecated. -
Uses of MongoConnection in org.graylog.security
Constructors in org.graylog.security with parameters of type MongoConnectionModifierConstructorDescriptionDBGrantService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, GRNRegistry grnRegistry) -
Uses of MongoConnection in org.graylog.security.authservice
Constructors in org.graylog.security.authservice with parameters of type MongoConnectionModifierConstructorDescriptionprotectedDBAuthServiceBackendService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories, com.google.common.eventbus.EventBus eventBus, ClusterEventBus clusterEventBus) -
Uses of MongoConnection in org.graylog.security.authzroles
Constructors in org.graylog.security.authzroles with parameters of type MongoConnectionModifierConstructorDescriptionPaginatedAuthzRolesService(MongoConnection mongoConnection, UserService userService, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog2.bindings.providers
Methods in org.graylog2.bindings.providers that return MongoConnection -
Uses of MongoConnection in org.graylog2.bootstrap.preflight
Constructors in org.graylog2.bootstrap.preflight with parameters of type MongoConnection -
Uses of MongoConnection in org.graylog2.cluster
Constructors in org.graylog2.cluster with parameters of type MongoConnectionModifierConstructorDescriptionClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) ClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) Deprecated. -
Uses of MongoConnection in org.graylog2.cluster.certificates
Constructors in org.graylog2.cluster.certificates with parameters of type MongoConnectionModifierConstructorDescriptionCertificateExchangeImpl(MongoConnection mongoConnection, EncryptedValueService encryptionService) -
Uses of MongoConnection in org.graylog2.cluster.lock
Constructors in org.graylog2.cluster.lock with parameters of type MongoConnectionModifierConstructorDescriptionMongoLockService(NodeId nodeId, MongoConnection mongoConnection, Duration lockTTL) -
Uses of MongoConnection in org.graylog2.cluster.nodes
Constructors in org.graylog2.cluster.nodes with parameters of type MongoConnectionModifierConstructorDescriptionAbstractNodeService(MongoConnection mongoConnection, Configuration configuration, Class<T> nodeClass) DataNodeClusterService(MongoConnection mongoConnection, Configuration configuration) ServerNodeClusterService(MongoConnection mongoConnection, Configuration configuration) -
Uses of MongoConnection in org.graylog2.contentpacks
Constructors in org.graylog2.contentpacks with parameters of type MongoConnectionModifierConstructorDescriptionContentPackInstallationPersistenceService(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection) ContentPackPersistenceService(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, StreamService streamService) -
Uses of MongoConnection in org.graylog2.contentstream.db
Constructors in org.graylog2.contentstream.db with parameters of type MongoConnectionModifierConstructorDescriptionDBContentStreamUserSettingsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog2.database
Classes in org.graylog2.database that implement MongoConnectionFields in org.graylog2.database declared as MongoConnectionConstructors in org.graylog2.database with parameters of type MongoConnectionModifierConstructorDescriptionMongoCollections(MongoJackObjectMapperProvider objectMapperProvider, MongoConnection mongoConnection) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName, com.mongodb.DBObject dbOptions) protectedPersistedServiceImpl(MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog2.database.export
Constructors in org.graylog2.database.export with parameters of type MongoConnectionModifierConstructorDescriptionMongoCollectionExportService(MongoConnection mongoConnection, EntityPermissionsUtils permissionsUtils) -
Uses of MongoConnection in org.graylog2.database.suggestions
Constructors in org.graylog2.database.suggestions with parameters of type MongoConnectionModifierConstructorDescriptionMongoEntitySuggestionService(MongoConnection mongoConnection, EntityPermissionsUtils permissionsUtils) -
Uses of MongoConnection in org.graylog2.decorators
Constructors in org.graylog2.decorators with parameters of type MongoConnectionModifierConstructorDescriptionDecoratorServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider) -
Uses of MongoConnection in org.graylog2.events
Constructors in org.graylog2.events with parameters of type MongoConnectionModifierConstructorDescriptionClusterEventCleanupPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection) ClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) ClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) Deprecated. -
Uses of MongoConnection in org.graylog2.grok
Constructors in org.graylog2.grok with parameters of type MongoConnectionModifierConstructorDescriptionprotectedMongoDbGrokPatternService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) PaginatedGrokPatternService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog2.indexer
Constructors in org.graylog2.indexer with parameters of type MongoConnection -
Uses of MongoConnection in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type MongoConnectionModifierConstructorDescriptionIndexFieldTypesService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider) -
Uses of MongoConnection in org.graylog2.indexer.indexset
Constructors in org.graylog2.indexer.indexset with parameters of type MongoConnectionModifierConstructorDescriptionMongoIndexSetService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) -
Uses of MongoConnection in org.graylog2.indexer.indexset.profile
Constructors in org.graylog2.indexer.indexset.profile with parameters of type MongoConnectionModifierConstructorDescriptionIndexFieldTypeProfileService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, MongoCollections mongoCollections, IndexFieldTypeProfileUsagesService indexFieldTypeProfileUsagesService, IndexSetService indexSetService) IndexFieldTypeProfileUsagesService(MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog2.indexer.ranges
Constructors in org.graylog2.indexer.ranges with parameters of type MongoConnectionModifierConstructorDescriptionMongoIndexRangeService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, Indices indices, IndexSetRegistry indexSetRegistry, AuditEventSender auditEventSender, NodeId nodeId, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoConnection in org.graylog2.inputs
Constructors in org.graylog2.inputs with parameters of type MongoConnectionModifierConstructorDescriptionInputServiceImpl(MongoConnection mongoConnection, ExtractorFactory extractorFactory, ConverterFactory converterFactory, MessageInputFactory messageInputFactory, ClusterEventBus clusterEventBus, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of MongoConnection in org.graylog2.inputs.encryption
Fields in org.graylog2.inputs.encryption declared as MongoConnectionModifier and TypeFieldDescriptionprotected final MongoConnectionEncryptedInputConfigMigration.mongoConnectionConstructors in org.graylog2.inputs.encryption with parameters of type MongoConnectionModifierConstructorDescriptionEncryptedInputConfigMigration(ClusterConfigService clusterConfigService, MongoConnection mongoConnection, MessageInputFactory messageInputFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of MongoConnection in org.graylog2.inputs.persistence
Constructors in org.graylog2.inputs.persistence with parameters of type MongoConnectionModifierConstructorDescriptionMongoInputStatusService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, InputService inputService, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoConnection in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20161215163900_MoveIndexSetDefaultConfig(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20170110150100_FixAlertConditionsMigration(MongoConnection mongoConnection, ClusterConfigServiceImpl clusterConfigService) V2018070614390000_EnforceUniqueGrokPatterns(MongoConnection mongoConnection, ClusterEventBus clusterEventBus) V20180718155800_AddContentPackIdAndRev(MongoConnection mongoConnection) V20200102140000_UnifyEventSeriesId(ClusterConfigService clusterConfigService, MongoConnection mongoConnection) V20200226181600_EncryptAccessTokensMigration(AccessTokenCipher accessTokenCipher, MongoConnection mongoConnection) V20201103145400_LegacyAuthServiceMigration(MongoConnection mongoConnection, Set<V20201103145400_LegacyAuthServiceMigration.MigrationModule> migrationModules, EncryptedValueService encryptedValueService, Configuration configuration, PaginatedAuthzRolesService rolesService, DBAuthServiceBackendService authServiceBackendService, NotificationService notificationService, ClusterConfigService clusterConfigService) V20211221144300_GeoIpResolverConfigMigration(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20220623125450_AddJobTypeToJobTrigger(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20230113095300_MigrateGlobalPivotLimitsToGroupingsInViews(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20230113095301_MigrateGlobalPivotLimitsToGroupingsInSearches(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20230210102500_UniqueUserMigration(MongoConnection mongoConnection) V20230213160000_EncryptedInputConfigMigration(ClusterConfigService clusterConfigService, MongoConnection mongoConnection, MessageInputFactory messageInputFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) V20230220095500_MigrateStartPageObjectReferencesToGRNbyRemoval(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20230531135500_MigrateRemoveObsoleteItemsFromGrantsCollection(MongoConnection mongoConnection, ClusterConfigService clusterConfigService) V20230601104500_AddSourcesPageV2(ContentPackService contentPackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService configService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, MongoConnection mongoConnection, NotificationService notificationService) V20230904073300_MigrateThemePreferences(ClusterConfigService configService, MongoConnection mongoConnection) V20230929142900_CreateInitialPreflightPassword(MongoConnection mongoConnection) V202406260800_MigrateCertificateAuthority(ClusterConfigService clusterConfigService, MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog2.migrations.V20200803120800_GrantsMigrations
Constructors in org.graylog2.migrations.V20200803120800_GrantsMigrations with parameters of type MongoConnectionModifierConstructorDescriptionGrantsMetaMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername, MongoConnection mongoConnection, ViewService viewService, ClusterConfigService clusterConfigService) ViewSharingToGrantsMigration(MongoConnection mongoConnection, DBGrantService grantService, UserService userService, RoleService roleService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) -
Uses of MongoConnection in org.graylog2.notifications
Constructors in org.graylog2.notifications with parameters of type MongoConnectionModifierConstructorDescriptionNotificationServiceImpl(NodeId nodeId, MongoConnection mongoConnection, AuditEventSender auditEventSender, NotificationSystemEventPublisher eventPublisher) -
Uses of MongoConnection in org.graylog2.rest.resources.entities.preferences.service
Constructors in org.graylog2.rest.resources.entities.preferences.service with parameters of type MongoConnectionModifierConstructorDescriptionEntityListPreferencesServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog2.rest.resources.system.contentpacks.titles
Constructors in org.graylog2.rest.resources.system.contentpacks.titles with parameters of type MongoConnectionModifierConstructorDescriptionEntityTitleServiceImpl(MongoConnection mongoConnection, DbEntitiesCatalog entitiesCatalog) -
Uses of MongoConnection in org.graylog2.security
Constructors in org.graylog2.security with parameters of type MongoConnectionModifierConstructorDescriptionAccessTokenServiceImpl(MongoConnection mongoConnection, AccessTokenCipher accessTokenCipher) MongoDBSessionServiceImpl(MongoConnection mongoConnection, ClusterEventBus clusterEventBus) -
Uses of MongoConnection in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type MongoConnectionModifierConstructorDescriptionOutputServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapperProvider, StreamService streamService, ClusterEventBus clusterEventBus) PaginatedStreamService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) StreamRuleServiceImpl(MongoConnection mongoConnection, ClusterEventBus clusterEventBus) StreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus, Set<StreamDeletionGuard> streamDeletionGuards) -
Uses of MongoConnection in org.graylog2.system.activities
Constructors in org.graylog2.system.activities with parameters of type MongoConnection -
Uses of MongoConnection in org.graylog2.system.processing
Constructors in org.graylog2.system.processing with parameters of type MongoConnectionModifierConstructorDescriptionDBProcessingStatusService(MongoConnection mongoConnection, NodeId nodeId, JobSchedulerClock clock, com.github.joschi.jadconfig.util.Duration updateThreshold, int journalWriteRateThreshold, MongoJackObjectMapperProvider mapper, BaseConfiguration baseConfiguration) -
Uses of MongoConnection in org.graylog2.system.stats.mongo
Constructors in org.graylog2.system.stats.mongo with parameters of type MongoConnection -
Uses of MongoConnection in org.graylog2.telemetry.cluster.db
Constructors in org.graylog2.telemetry.cluster.db with parameters of type MongoConnectionModifierConstructorDescriptionDBTelemetryClusterInfo(Duration telemetryClusterInfoTtl, MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog2.telemetry.user.db
Constructors in org.graylog2.telemetry.user.db with parameters of type MongoConnectionModifierConstructorDescriptionDBTelemetryUserSettingsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog2.users
Constructors in org.graylog2.users with parameters of type MongoConnectionModifierConstructorDescriptionPaginatedUserService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) RoleServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Permissions permissions, jakarta.validation.Validator validator) UserManagementServiceImpl(MongoConnection mongoConnection, Configuration configuration, RoleService roleService, AccessTokenService accessTokenService, UserImpl.Factory userFactory, InMemoryRolePermissionResolver inMemoryRolePermissionResolver, com.google.common.eventbus.EventBus serverEventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver) UserServiceImpl(MongoConnection mongoConnection, Configuration configuration, RoleService roleService, AccessTokenService accessTokenService, UserImpl.Factory userFactory, InMemoryRolePermissionResolver inMemoryRolePermissionResolver, com.google.common.eventbus.EventBus serverEventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver)