Uses of Class
org.graylog.security.authservice.DBAuthServiceBackendService
Packages that use DBAuthServiceBackendService
Package
Description
-
Uses of DBAuthServiceBackendService in org.graylog.security.authservice
Constructors in org.graylog.security.authservice with parameters of type DBAuthServiceBackendServiceModifierConstructorDescriptionGlobalAuthServiceConfig(ClusterConfigService clusterConfigService, com.google.common.eventbus.EventBus eventBus, DBAuthServiceBackendService dbService, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories, AuthServiceBackend defaultBackend) -
Uses of DBAuthServiceBackendService in org.graylog.security.authservice.rest
Constructors in org.graylog.security.authservice.rest with parameters of type DBAuthServiceBackendServiceModifierConstructorDescriptionAuthServiceBackendsResource(DBAuthServiceBackendService dbService, GlobalAuthServiceConfig globalAuthServiceConfig, PaginatedUserService userService, RoleService roleService, AuthServiceBackendUsageCheck usageCheck) AuthServicesResource(GlobalAuthServiceConfig authServiceConfig, DBAuthServiceBackendService backendService) -
Uses of DBAuthServiceBackendService in org.graylog.security.authservice.test
Constructors in org.graylog.security.authservice.test with parameters of type DBAuthServiceBackendServiceModifierConstructorDescriptionAuthServiceBackendTestService(DBAuthServiceBackendService dbService, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories) -
Uses of DBAuthServiceBackendService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type DBAuthServiceBackendServiceModifierConstructorDescriptionV20201103145400_LegacyAuthServiceMigration(MongoConnection mongoConnection, Set<V20201103145400_LegacyAuthServiceMigration.MigrationModule> migrationModules, EncryptedValueService encryptedValueService, Configuration configuration, PaginatedAuthzRolesService rolesService, DBAuthServiceBackendService authServiceBackendService, NotificationService notificationService, ClusterConfigService clusterConfigService)