Uses of Interface
org.graylog2.shared.users.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in org.graylog.events.contentpack.facade
Constructors in org.graylog.events.contentpack.facade with parameters of type UserServiceModifierConstructorDescriptionEventDefinitionFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, EventDefinitionHandler eventDefinitionHandler, Set<PluginMetaData> pluginMetaData, DBJobDefinitionService jobDefinitionService, DBEventDefinitionService eventDefinitionService, UserService userService) NotificationFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, NotificationResourceHandler notificationResourceHandler, DBNotificationService notificationService, UserService userService) -
Uses of UserService in org.graylog.events.legacy
Constructors in org.graylog.events.legacy with parameters of type UserServiceModifierConstructorDescriptionLegacyAlertConditionMigrator(MongoConnection mongoConnection, EventDefinitionHandler eventDefinitionHandler, NotificationResourceHandler notificationResourceHandler, DBNotificationService dbNotificationService, UserService userService, int alertCheckInterval) -
Uses of UserService in org.graylog.grn.providers
Constructors in org.graylog.grn.providers with parameters of type UserService -
Uses of UserService in org.graylog.security
Constructors in org.graylog.security with parameters of type UserServiceModifierConstructorDescriptionFactory(UserService userService) UserContext(String userId, org.apache.shiro.subject.Subject subject, UserService userService) UserContextFactory(UserService userService) -
Uses of UserService in org.graylog.security.authservice
Constructors in org.graylog.security.authservice with parameters of type UserServiceModifierConstructorDescriptionAuthServiceBackendUsageCheck(GlobalAuthServiceConfig globalAuthServiceConfig, UserService userService) ProvisionerService(UserService userService, org.joda.time.DateTimeZone rootTimeZone, Map<String, ProvisionerAction.Factory<? extends ProvisionerAction>> provisionerActionFactories) -
Uses of UserService in org.graylog.security.authservice.backend
Constructors in org.graylog.security.authservice.backend with parameters of type UserServiceModifierConstructorDescriptionMongoDBAuthServiceBackend(UserService userService, EncryptedValueService encryptedValueService, PasswordAlgorithmFactory passwordAlgorithmFactory) -
Uses of UserService in org.graylog.security.authzroles
Constructors in org.graylog.security.authzroles with parameters of type UserServiceModifierConstructorDescriptionAuthzRolesResource(PaginatedAuthzRolesService authzRolesService, PaginatedUserService paginatedUserService, UserService userService) PaginatedAuthzRolesService(MongoConnection mongoConnection, UserService userService, MongoJackObjectMapperProvider mapper) -
Uses of UserService in org.graylog.security.rest
Constructors in org.graylog.security.rest with parameters of type UserServiceModifierConstructorDescriptionEntitySharesResource(GRNRegistry grnRegistry, DBGrantService grantService, UserService userService, GranteeSharesService granteeSharesService, EntitySharesService entitySharesService) -
Uses of UserService in org.graylog2.alarmcallbacks
Constructors in org.graylog2.alarmcallbacks with parameters of type UserServiceModifierConstructorDescriptionEmailAlarmCallback(AlertSender alertSender, NotificationService notificationService, NodeId nodeId, EmailRecipients.Factory emailRecipientsFactory, UserService userService, EmailConfiguration emailConfiguration, Configuration graylogConfig) -
Uses of UserService in org.graylog2.alerts
Constructors in org.graylog2.alerts with parameters of type UserServiceModifierConstructorDescriptionEmailRecipients(UserService userService, List<String> usernames, List<String> emails) -
Uses of UserService in org.graylog2.contentpacks.facades
Fields in org.graylog2.contentpacks.facades declared as UserServiceConstructors in org.graylog2.contentpacks.facades with parameters of type UserServiceModifierConstructorDescriptionDashboardFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) SearchFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) StreamFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, StreamService streamService, StreamRuleService streamRuleService, V20190722150700_LegacyAlertConditionMigration legacyAlertsMigration, IndexSetService indexSetService, UserService userService) ViewFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Uses of UserService in org.graylog2.contentpacks.facades.dashboardV1
Constructors in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type UserServiceModifierConstructorDescriptionDashboardV1Facade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, EntityConverter entityConverter, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Uses of UserService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type UserService -
Uses of UserService in org.graylog2.migrations.V20200803120800_GrantsMigrations
Constructors in org.graylog2.migrations.V20200803120800_GrantsMigrations with parameters of type UserServiceModifierConstructorDescriptionGrantsMetaMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername, MongoConnection mongoConnection, ViewService viewService, ClusterConfigService clusterConfigService) RolesToGrantsMigration(RoleService roleService, UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, String rootUsername) UserPermissionsToGrantsMigration(UserService userService, DBGrantService dbGrantService, GRNRegistry grnRegistry, ViewService viewService, String rootUsername) ViewOwnerShipToGrantsMigration(UserService userService, DBGrantService dbGrantService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) ViewSharingToGrantsMigration(MongoConnection mongoConnection, DBGrantService grantService, UserService userService, RoleService roleService, String rootUsername, ViewService viewService, GRNRegistry grnRegistry) -
Uses of UserService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type UserServiceModifierConstructorDescriptionSessionsResource(UserService userService, org.apache.shiro.mgt.DefaultSecurityManager securityManager, ShiroAuthenticationFilter authenticationFilter, Set<IpSubnet> trustedSubnets, org.glassfish.grizzly.http.server.Request grizzlyRequest, SessionCreator sessionCreator, ActorAwareAuthenticationTokenFactory tokenFactory, SessionResponseFactory sessionResponseFactory, CookieFactory cookieFactory) -
Uses of UserService in org.graylog2.security
Constructors in org.graylog2.security with parameters of type UserServiceModifierConstructorDescriptionUserSessionTerminationService(MongoDbSessionDAO sessionDao, MongoDBSessionService sessionService, org.apache.shiro.mgt.DefaultSecurityManager securityManager, ClusterConfigService clusterConfigService, UserService userService, com.google.common.eventbus.EventBus eventBus) -
Uses of UserService in org.graylog2.system.stats
Constructors in org.graylog2.system.stats with parameters of type UserServiceModifierConstructorDescriptionClusterStatsService(MongoProbe mongoProbe, UserService userService, InputService inputService, StreamService streamService, StreamRuleService streamRuleService, OutputService outputService, DashboardService dashboardService, Cluster cluster) -
Uses of UserService in org.graylog2.telemetry.rest
Constructors in org.graylog2.telemetry.rest with parameters of type UserServiceModifierConstructorDescriptionTelemetryService(boolean isTelemetryEnabled, TrafficCounterService trafficCounterService, TelemetryEnterpriseDataProvider enterpriseDataProvider, UserService userService, Set<PluginMetaData> pluginMetaDataSet, ClusterAdapter elasticClusterAdapter, SearchVersion elasticsearchVersion, org.graylog2.telemetry.rest.TelemetryResponseFactory telemetryResponseFactory, DBTelemetryUserSettingsService dbTelemetryUserSettingsService, com.google.common.eventbus.EventBus eventBus, TelemetryClusterService telemetryClusterService) -
Uses of UserService in org.graylog2.users
Classes in org.graylog2.users that implement UserServiceConstructors in org.graylog2.users with parameters of type UserServiceModifierConstructorDescriptionStartPageCleanupListener(com.google.common.eventbus.EventBus serverEventBus, UserService userService)