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.notifications
Constructors in org.graylog.events.notifications with parameters of type MongoConnectionModifierConstructorDescriptionDBNotificationGracePeriodService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, JobSchedulerClock clock) DBNotificationService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityOwnershipService entityOwnerShipService) -
Uses of MongoConnection in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type MongoConnectionModifierConstructorDescriptionDBEventDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService) DBEventProcessorStateService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog.plugins.pipelineprocessor.db.mongodb
Constructors in org.graylog.plugins.pipelineprocessor.db.mongodb with parameters of type MongoConnectionModifierConstructorDescriptionMongoDbPipelineService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) MongoDbPipelineStreamConnectionsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) MongoDbRuleService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) PaginatedMongoDbPipelineService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) PaginatedMongoDbRuleService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog.plugins.sidecar.migrations
Constructors in org.graylog.plugins.sidecar.migrations with parameters of type MongoConnectionModifierConstructorDescriptionV20180212165000_AddDefaultCollectors(CollectorService collectorService, MongoConnection mongoConnection) -
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, javax.inject.Provider<freemarker.template.Configuration> templateConfigurationProvider) ConfigurationVariableService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) ImportService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) SidecarService(CollectorService collectorService, ConfigurationService configurationService, MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, javax.validation.Validator validator) -
Uses of MongoConnection in org.graylog.plugins.views.favorites
Constructors in org.graylog.plugins.views.favorites with parameters of type MongoConnectionModifierConstructorDescriptionprotectedFavoritesService(MongoConnection mongoConnection, com.google.common.eventbus.EventBus eventBus, MongoJackObjectMapperProvider mapper, Catalog catalog, GRNRegistry grnRegistry) -
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) -
Uses of MongoConnection in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch
Constructors in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch with parameters of type MongoConnectionModifierConstructorDescriptionSavedSearchService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) Deprecated. -
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.db
Constructors in org.graylog.plugins.views.search.db with parameters of type MongoConnectionModifierConstructorDescriptionprotectedSearchDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, SearchRequirements.Factory searchRequirementsFactory, SearchFiltersReFetcher searchFiltersRefetcher) -
Uses of MongoConnection in org.graylog.plugins.views.search.export
Constructors in org.graylog.plugins.views.search.export with parameters of type MongoConnectionModifierConstructorDescriptionExportJobService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoConnection in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type MongoConnectionModifierConstructorDescriptionprotectedViewService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, com.fasterxml.jackson.databind.ObjectMapper mapper, ClusterConfigService clusterConfigService, ViewRequirements.Factory viewRequirementsFactory, EntityOwnershipService entityOwnerShipService, ViewSummaryService viewSummaryService) protectedViewSummaryService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of MongoConnection in org.graylog.plugins.views.startpage.lastOpened
Constructors in org.graylog.plugins.views.startpage.lastOpened with parameters of type MongoConnectionModifierConstructorDescriptionLastOpenedService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoConnection in org.graylog.plugins.views.startpage.recentActivities
Constructors in org.graylog.plugins.views.startpage.recentActivities with parameters of type MongoConnectionModifierConstructorDescriptionRecentActivityService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver) protectedRecentActivityService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, 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, MongoJackObjectMapperProvider mapper, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) -
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) -
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.NodeServiceImpl(MongoConnection mongoConnection, int staleLeaderTimeout) NodeServiceImpl(MongoConnection mongoConnection, Configuration configuration) -
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.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.database
Classes in org.graylog2.database that implement MongoConnectionModifier and TypeClassDescriptionclassclassMongoDB connection singletonFields in org.graylog2.database declared as MongoConnectionConstructors in org.graylog2.database with parameters of type MongoConnectionModifierConstructorDescriptionprotectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName, com.mongodb.DBObject dbOptions, Class<?> view) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName, Class<?> view) protectedPersistedServiceImpl(MongoConnection mongoConnection) -
Uses of MongoConnection in org.graylog2.database.entities
Constructors in org.graylog2.database.entities with parameters of type MongoConnectionModifierConstructorDescriptionScopedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<E> dtoClass, String collectionName, EntityScopeService entityScopeService) -
Uses of MongoConnection in org.graylog2.database.suggestions
Constructors in org.graylog2.database.suggestions with parameters of type MongoConnectionModifierConstructorDescriptionMongoEntitySuggestionService(MongoConnection mongoConnection, DbEntitiesCatalog catalog) -
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, StreamService streamService, 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.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.lookup.db
Constructors in org.graylog2.lookup.db with parameters of type MongoConnectionModifierConstructorDescriptionDBCacheService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBDataAdapterService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBLookupTableService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) -
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) 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) -
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, EventProcessorEngine eventProcessorEngine, DBEventDefinitionService dbEventDefinitionService, SystemNotificationRenderService systemNotificationRenderService) -
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 MongoConnectionModifierConstructorDescriptionEntityTitleService(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, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus) -
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.system.traffic
Constructors in org.graylog2.system.traffic with parameters of type MongoConnectionModifierConstructorDescriptionTrafficCounterService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
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, javax.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)