Uses of Class
org.eblocker.server.http.service.ProductInfoService
Packages that use ProductInfoService
Package
Description
-
Uses of ProductInfoService in org.eblocker.server.common.blacklist
Constructors in org.eblocker.server.common.blacklist with parameters of type ProductInfoServiceModifierConstructorDescriptionDomainBlockingService(String accessDeniedIp, boolean redirectDespiteDisabledSSL, DeviceService deviceService, DomainBlacklistService domainBlacklistService, EblockerDnsServer eblockerDnsServer, ParentalControlService parentalControlService, ParentalControlFilterListsService filterListsService, ProductInfoService productInfoService, SquidConfigController squidConfigController, SslService sslService, UserService userService) -
Uses of ProductInfoService in org.eblocker.server.common.update
Constructors in org.eblocker.server.common.update with parameters of type ProductInfoServiceModifierConstructorDescriptionAutomaticUpdater(ScheduledExecutorService executorService, SystemUpdater updater, DataSource datasource, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String configJSON, java.time.Clock clock, Random random, RegistrationService registrationService, ProductInfoService productInfoService) -
Uses of ProductInfoService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type ProductInfoServiceModifierConstructorDescriptionDeviceRegistrationControllerImpl(String fallbackProductId, String fallbackProductName, String fallbackProductFeatures, DeviceRegistrationProperties deviceRegistrationProperties, DeviceRegistrationClient deviceRegistrationClient, ProductInfoService productInfoService, ReminderService reminderService, RegistrationService registrationService, SslService sslService, SystemUpdater systemUpdater, ScheduledExecutorService executorService, ProductMigrationService productMigrationService, DataSource dataSource, CustomerInfoService customerInfoService, RegistrationServiceAvailabilityCheck registrationServiceAvailabilityCheck) UpdateControllerImpl(SystemUpdater systemUpdater, AutomaticUpdater autoUpdater, RegistrationService registrationService, SystemStatusService systemStatusService, ProductInfoService productInfoService, int secondsBetweenUpdateRequests) -
Uses of ProductInfoService in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type ProductInfoServiceModifierConstructorDescriptionSecurityService(JsonWebTokenHandler tokenHandler, long tokenUserValiditySeconds, long tokenDashboardValiditySeconds, long passwordResetValiditySeconds, long passwordResetGracePeriodSeconds, DataSource dataSource, SystemUpdater systemUpdater, AutomaticUpdater automaticUpdater, ScriptRunner scriptRunner, String prepareShutdownScript, EventLogger eventLogger, DeviceService deviceService, UserService userService, ProductInfoService productInfoService, long passwordFailedMaxPenaltySeconds, long passwordFailedPenaltyIncrementSeconds, java.time.Clock clock) -
Uses of ProductInfoService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type ProductInfoServiceModifierConstructorDescriptionDoctorService(NetworkServices networkServices, SslService sslService, AutomaticUpdater automaticUpdater, SystemUpdater systemUpdater, DnsStatisticsService dnsStatisticsService, DnsService dnsService, DeviceFactory deviceFactory, DeviceService deviceService, ParentalControlService parentalControlService, ProblematicRouterDetection problematicRouterDetection, ProductInfoService productInfoService, AppModuleService appModuleService, FilterManager filterManager, SecurityService securityService, DomainBlockingService domainBlockingService) MessageCenterService(DataSource dataSource, List<MessageProvider> messageProviders, ProductInfoService productInfoService, DeviceService deviceService, UserService userService, ParentalControlService parentalControlService) MessageCenterService(DataSource dataSource, EventMessageProvider eventMessageProvider, SslSupportMessageProvider sslSupportMessageProvider, LicenseExpirationMessageProvider licenseExpirationMessageProvider, ReleaseNotesMessageProvider releaseNotesMessageProvider, RouterCompatibilityMessageProvider routerCompatibilityMessageProvider, DailyNewsMessageProvider dailyNewsMessageProvider, CertificateExpirationMessageProvider certificateExpirationMessageProvider, CertificateUntrustedMessageProvider certificateUntrustedMessageProvider, LocalDnsIsNotGatewayMessageProvider localDnsIsNotGatewayMessageProvider, UnreliableDnsServerMessageProvider unreliableDnsServerMessageProvider, AppModuleRemovalMessageProvider appModuleRemovalMessageProvider, FilterListsOutdatedMessageProvider filterListsOutdatedMessageProvider, ProductInfoService productInfoService, DeviceService deviceService, UserService userService, ParentalControlService parentalControlService) ParentalControlAccessRestrictionsService(DeviceService deviceService, SettingsService settingsService, ParentalControlService parentalControlService, ProductInfoService productInfoService, ParentalControlUsageService parentalControlUsageService, UserService userService) ProductMigrationService(DeviceService deviceService, SslService sslService, TorController torController, EblockerDnsServer dnsServer, DeviceRegistrationClient deviceRegistrationClient, AnonymousService anonymousService, UserService userService, ParentalControlService parentalControlService, LicenseExpirationService licenseExpirationService, ProductInfoService productInfoService) -
Uses of ProductInfoService in org.eblocker.server.icap.transaction
Constructors in org.eblocker.server.icap.transaction with parameters of type ProductInfoServiceModifierConstructorDescriptionTransactionProcessorsConfiguration(ProductInfoService productInfoService, List<TransactionProcessor> requestProcessors, List<TransactionProcessor> responseProcessors)