Uses of Class
org.eblocker.server.http.service.ParentalControlService
Packages that use ParentalControlService
Package
Description
-
Uses of ParentalControlService in org.eblocker.server.common.blacklist
Constructors in org.eblocker.server.common.blacklist with parameters of type ParentalControlServiceModifierConstructorDescriptionDomainBlockingService(String accessDeniedIp, boolean redirectDespiteDisabledSSL, DeviceService deviceService, DomainBlacklistService domainBlacklistService, EblockerDnsServer eblockerDnsServer, ParentalControlService parentalControlService, ParentalControlFilterListsService filterListsService, ProductInfoService productInfoService, SquidConfigController squidConfigController, SslService sslService, UserService userService) -
Uses of ParentalControlService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type ParentalControlServiceModifierConstructorDescriptionControlBarControllerImpl(BaseURLs baseURLs, SessionStore sessionStore, PageContextStore pageContextStore, DeviceService deviceService, ParentalControlService parentalControlService, UserService userService, OpenVpnService openVpnService, MessageCenterService messageCenterService, String vpnSubnet, String vpnNetmask) ParentalControlControllerImpl(SessionStore sessionStore, PageContextStore pageContextStore, ParentalControlService parentalControlService, ParentalControlUsageService parentalControlUsageService, ParentalControlSearchEngineConfigService searchEngineConfigService, DeviceService deviceService) SSLControllerImpl(SslService sslService, SSLWhitelistService whitelistDomainStore, SslCertificateClientInstallationTracker tracker, DeviceService deviceService, SessionStore sessionStore, PageContextStore pageContextStore, UserService userService, ParentalControlService parentalControlService, SquidWarningService squidWarningService, FailedConnectionSuggestionService failedConnectionSuggestionService, NetworkStateMachine networkStateMachine, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserAgentService userAgentService, AutoTrustAppService autoTrustAppService) -
Uses of ParentalControlService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type ParentalControlServiceModifierConstructorDescriptionDevicePermissionsService(UserService userService, ParentalControlService parentalControlService) DoctorService(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) ParentalControlFilterListsService(String filePath, String customFiltersPath, DataSource dataSource, FileSystemWatchService fileSystemWatchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ParentalControlService parentalControlService, DomainBlacklistService domainBlacklistService, BlacklistCompiler blacklistCompiler) ParentalControlUsageService(Integer usageMinimumTime, Integer usageTimeOutAutoOff, java.time.Clock clock, DataSource dataSource, ParentalControlService parentalControlService, TrafficAccounter trafficAccounter, 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 ParentalControlService in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type ParentalControlServiceModifierConstructorDescriptionBpjmFilterProcessor(int filterId, String redirectPage, BaseURLs baseUrls, BpjmFilterService bpjmFilterService, DeviceService deviceService, ParentalControlService parentalControlService, UserService userService)