Uses of Class
org.eblocker.server.http.service.DeviceService
Packages that use DeviceService
Package
Description
-
Uses of DeviceService in org.eblocker.server.common
Constructors in org.eblocker.server.common with parameters of type DeviceServiceModifierConstructorDescriptionPauseDeviceController(NetworkStateMachine networkStateMachine, ScheduledExecutorService executorService, DeviceService deviceService) -
Uses of DeviceService in org.eblocker.server.common.blacklist
Constructors in org.eblocker.server.common.blacklist with parameters of type DeviceServiceModifierConstructorDescriptionDomainBlockingService(String accessDeniedIp, boolean redirectDespiteDisabledSSL, DeviceService deviceService, DomainBlacklistService domainBlacklistService, EblockerDnsServer eblockerDnsServer, ParentalControlService parentalControlService, ParentalControlFilterListsService filterListsService, ProductInfoService productInfoService, SquidConfigController squidConfigController, SslService sslService, UserService userService) RequestHandler(BlockedDomainLog blockedDomainLog, DomainBlockingService domainBlockingService, DeviceService deviceService, FilterStatisticsService filterStatisticsService, DomainRecordingService domainRecordingService) -
Uses of DeviceService in org.eblocker.server.common.data.messagecenter.provider
Constructors in org.eblocker.server.common.data.messagecenter.provider with parameters of type DeviceService -
Uses of DeviceService in org.eblocker.server.common.data.statistic
Constructors in org.eblocker.server.common.data.statistic with parameters of type DeviceServiceModifierConstructorDescriptionBlockedDomainsStatisticService(String dbPath, int heapSize, BlockedDomainStatisticsDatabaseLoader databaseLoader, DeviceService deviceService, ParentalControlFilterListsService filterListsService) -
Uses of DeviceService in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type DeviceServiceModifierConstructorDescriptionArpSpoofer(int healingNumPackets, long onlineThreshold, long suspendPeriod, Ip4Address emergencyIp, ConcurrentMap<String, Long> arpProbeCache, IpResponseTable ipResponseTable, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface) DeviceIpUpdater(DataSource dataSource, DeviceService deviceService, NetworkStateMachine networkStateMachine, DeviceFactory deviceFactory, UserService userService) IpAddressValidator(long recentActivityThreshold, long schedulerRate, IpResponseTable ipResponseTable, String vpnSubnetIp, String vpnSubnetNetmask, java.time.Clock clock, DeviceService deviceService, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, NetworkStateMachine networkStateMachine, PubSubService pubSubService) NetworkServicesBase(DataSource dataSource, ScheduledExecutorService executorService, NetworkInterfaceWrapper networkInterface, ArpSpoofer arpSpoofer, long arpSpooferStartupDelay, long arpSpooferFixedDelay, EblockerDnsServer eblockerDnsServer, DeviceService deviceService) TrafficAccounter(String dumpIpTablesRulesScript, DataSource dataSource, DeviceService deviceService, ScriptRunner scriptRunner) -
Uses of DeviceService in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type DeviceServiceModifierConstructorDescriptionDhcpDiscoveryService(String interfaceName, String discoveryCommand, int timeout, DeviceService deviceService, ScriptRunner scriptRunner) EblockerDnsServer(String flushCommand, String updateCommand, String defaultCustomNameServers, String defaultLocalNames, String defaultTorNameServers, String enabledFlagFile, String controlBarHostname, Ip4Address controlBarIpAddress, String vpnSubnetIp, String vpnSubnetNetmask, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, DhcpBindListener dhcpBindListener, DhcpClientLeaseReader dhcpClientLeaseReader, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementCache routerAdvertisementCache) NetworkServicesUnix(DataSource dataSource, DnsConfiguration dnsConfiguration, NetworkInterfaceConfiguration interfaceConfiguration, IscDhcpServer dhcpServer, FirewallConfigurationIp4 firewallConfiguration, FirewallConfigurationIp6 firewallConfigurationIp6, ScheduledExecutorService executorService, NetworkInterfaceWrapper networkInterface, ArpSpoofer arpSpoofer, ScriptRunner scriptRunner, FeatureToggleRouter featureToggleRouter, long arpSpoofer_startupDelay, long arpSpoofer_fixedDelay, String applyNetworkConfigurationCommand, String applyFirewallConfigurationCommand, String enableIp6Command, EblockerDnsServer eblockerDnsServer, DeviceService deviceService) -
Uses of DeviceService in org.eblocker.server.common.openvpn.server
Constructors in org.eblocker.server.common.openvpn.server with parameters of type DeviceServiceModifierConstructorDescriptionOpenVpnAddressListener(String vpnSubnetIp, String vpnSubnetNetmask, DeviceService deviceService, EblockerDnsServer dnsServer, NetworkStateMachine networkStateMachine, PubSubService pubSubService) -
Uses of DeviceService in org.eblocker.server.common.scheduler
Constructors in org.eblocker.server.common.scheduler with parameters of type DeviceServiceModifierConstructorDescriptionDeviceServiceScheduler(DeviceService deviceService, long startupDelay, long fixedRate) -
Uses of DeviceService in org.eblocker.server.common.session
Constructors in org.eblocker.server.common.session with parameters of type DeviceServiceModifierConstructorDescriptionSessionStore(NetworkInterfaceWrapper networkInterface, DeviceService deviceService, UserAgentService userAgentService) -
Uses of DeviceService in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type DeviceServiceModifierConstructorDescriptionSquidCacheLogReader(String squidCacheLog, long sleep, DeviceService deviceService, Executor executor) SquidConfigController(SquidAcl sslClientsAcl, SquidAcl torClientsAcl, SquidAcl disabledClientsAcl, ConfigurableDeviceFilterAcl filteredClientsAcl, SquidAcl mobileClientsAcl, SquidAcl mobileClientsPrivateNetworkAccessAcl, String vpnAclDirectoryPath, String mimeAclFilePath, String xForwardDomainsAclFilePath, String xForwardIpsAclFilePath, String xForwardIps, String squidClearCertCacheScript, String confTemplateFilePath, String confStaticFilePath, String squidConfigSslExclusiveFile, String squidConfigNoSslExclusiveFile, String confFilePath, String cacheLog, String sslKeyFilePath, String sslCertFilePath, String squidWorkers, String controlBarHostName, String controlBarHostFallbackIp, String dnsLocalNames, ScriptRunner scriptRunner, SquidReloadingService reloadingService, DataSource dataSource, SslService sslService, NetworkInterfaceWrapper networkInterface, JsonWebTokenHandler tokenHandler, NetworkServices networkServices, DeviceService deviceService, ConfigurableDeviceFilterAclFactory squidAclFactory, OpenVpnServerService openVpnServerService, Environment environment, Ip6PrefixMonitor prefixMonitor, FeatureServiceSubscriber featureServiceSubscriber) SquidWarningService(long backlogMaxAgeInDays, String ignoredErrors, long updateTaskInitialDelay, long updateTaskFixedRate, long updateTaskMaxRetries, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, ScheduledExecutorService executorService, SquidCacheLogReader cacheLogReader, SquidConfigController squidConfigController) -
Uses of DeviceService in org.eblocker.server.common.squid.acl
Methods in org.eblocker.server.common.squid.acl with parameters of type DeviceServiceModifier and TypeMethodDescriptionSquidAclModule.disabledClientsAcl(String path, DeviceService deviceService) SquidAclModule.filteredClientsAcl(String path, DeviceService deviceService) SquidAclModule.mobileClientsAcl(String path, DeviceService deviceService, String vpnSubnet, String vpnNetmask) SquidAclModule.mobileClientsPrivateNetworkAccessAcl(String path, DeviceService deviceService, String vpnSubnet, String vpnNetmask) SquidAclModule.sslClientsAcl(String path, DeviceService deviceService) SquidAclModule.torClientsAcl(String path, DeviceService deviceService) -
Uses of DeviceService in org.eblocker.server.common.ssl
Constructors in org.eblocker.server.common.ssl with parameters of type DeviceServiceModifierConstructorDescriptionSslTestRequestHandler(DeviceService deviceService, SslCertificateClientInstallationTracker tracker, BigInteger serialNumber) -
Uses of DeviceService in org.eblocker.server.common.util
Constructors in org.eblocker.server.common.util with parameters of type DeviceServiceModifierConstructorDescriptionStartupTask(DeviceService deviceService, PauseDeviceController pauseDeviceController) -
Uses of DeviceService in org.eblocker.server.http.backup
Constructors in org.eblocker.server.http.backup with parameters of type DeviceServiceModifierConstructorDescriptionDevicesBackupProvider(DeviceService deviceService, UserService userService, DeviceFactory deviceFactory, OpenVpnService openVpnService) OpenVpnClientBackupProvider(OpenVpnService openVpnService, OpenVpnProfileFiles openVpnProfileFiles, DeviceService deviceService, org.eblocker.crypto.CryptoService cryptoService) -
Uses of DeviceService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type DeviceServiceModifierConstructorDescriptionAnonymousControllerImpl(SessionStore sessionStore, PageContextStore pageContextStore, DeviceService deviceService, TorController torControl, TorCheckService torCheckService, FeatureServicePublisher featureService, AnonymousService anonymousService) ControlBarControllerImpl(BaseURLs baseURLs, SessionStore sessionStore, PageContextStore pageContextStore, DeviceService deviceService, ParentalControlService parentalControlService, UserService userService, OpenVpnService openVpnService, MessageCenterService messageCenterService, String vpnSubnet, String vpnNetmask) DashboardCardControllerImpl(PageContextStore pageContextStore, SessionStore sessionStore, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DeviceService deviceService, UserService userService, DashboardCardService dashboardCardService) DeviceControllerImpl(AnonymousService anonymousService, DevicePermissionsService devicePermissionsService, DeviceScanningService deviceScanningService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterfaceWrapper, NetworkStateMachine networkStateMachine, OpenVpnService openVpnService, PauseDeviceController pauseDeviceController, DeviceFactory deviceFactory) DomainWhiteListControllerImpl(DeviceService deviceService, PageContextStore pageContextStore, SessionStore sessionStore, UserService userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) FilterStatisticsControllerImpl(BlockedDomainsStatisticService blockedDomainsStatisticService, DeviceService deviceService, FilterStatisticsService filterStatisticsService, SslService sslService) OpenVpnControllerImpl(AnonymousService anonymousService, OpenVpnService openVpnService, SessionStore sessionStore, DeviceService deviceService, OpenVpnConfigurator configurator) OpenVpnServerControllerImpl(OpenVpnServerService openVpnServerService, OpenVpnClientConfigurationService openVpnClientConfigurationService, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, NetworkStateMachine networkStateMachine) 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 DeviceService in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type DeviceServiceModifierConstructorDescriptionSecurityService(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) Constructor parameters in org.eblocker.server.http.security with type arguments of type DeviceServiceModifierConstructorDescriptionDashboardAuthorizationProcessor(com.google.inject.Provider<DeviceService> deviceServiceProvider) -
Uses of DeviceService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type DeviceServiceModifierConstructorDescriptionAccessDeniedRequestHandler(BaseURLs baseURLs, DeviceService deviceService, DomainBlockingService domainBlockingService, MalwareFilterService malwareFilterService, ParentalControlFilterListsService listsService, ParentalControlAccessRestrictionsService restrictionsService, SessionStore sessionStore, UserService userService, String parentalControlRedirectPage, String adsTrackerRedirectPage, String malwareRedirectPage, String whitelistedRedirectPage) AnonymousService(DeviceService deviceService, OpenVpnService openVpnService, TorController torController, NetworkStateMachine networkStateMachine) AutoTrustAppService(SquidWarningService squidWarningService, AppModuleService appModuleService, DomainBlockingService domainBlockingService, DeviceService deviceService) 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) OpenVpnServerService(ScriptRunner scriptRunner, DataSource dataSource, DeviceService deviceService, UpnpManagementService upnpService, EblockerDnsServer dnsServer, DnsService dnsService, DynDnsService dynDnsService, ScheduledExecutorService executorService, EventLogger eventLogger, String openVpnServerCommand, int port, int tempDuration, int duration, String portForwardingDescription, OpenVpnCa openVpnCa) 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) UserService(DataSource datasource, DeviceService deviceService, DashboardCardService dashboardCardService, String standardUserTranslation) -
Uses of DeviceService in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type DeviceServiceModifierConstructorDescriptionAdBlockerProcessor(FilterManager filterManager, PatternBlockerUtils patternBlockerUtils, DeviceService deviceService) BpjmFilterProcessor(int filterId, String redirectPage, BaseURLs baseUrls, BpjmFilterService bpjmFilterService, DeviceService deviceService, ParentalControlService parentalControlService, UserService userService) CompressProcessor(DeviceService deviceService, FeatureServiceSubscriber featureService) DomainWhiteListProcessor(DeviceService deviceService, UserService userService) InsertToolbarProcessor(String template, String minJs, String minCss, BaseURLs baseURLs, DeviceService deviceService, DeviceRegistrationProperties deviceRegistrationProperties, ReminderService reminderService) MalwareFilterProcessor(String redirectPage, BaseURLs baseUrls, DeviceService deviceService, MalwareFilterService filterService, FilterStatisticsService filterStatisticsService) MalwarePatternFilterProcessor(String redirectPage, BaseURLs baseUrls, DeviceService deviceService, FilterManager filterManager, PatternBlockerUtils patternBlockerUtils) PatternFilterStatisticsProcessor(boolean plugAndPlayEnableAdvanced, DeviceService deviceService, FilterStatisticsService filterStatisticsService, SslService sslService) TrackingBlockerProcessor(DataSource dataSource, FilterManager filterManager, PatternBlockerUtils patternBlockerUtils, TransactionCache transactionCache, DeviceService deviceService) -
Uses of DeviceService in org.eblocker.server.icap.transaction.processor.filter
Constructors in org.eblocker.server.icap.transaction.processor.filter with parameters of type DeviceServiceModifierConstructorDescriptionPatternBlockerUtils(boolean ignoreFirstParty, DeviceService deviceService, BlockedDomainLog blockedDomainLog, FilterStatisticsService filterStatisticsService, DomainRecordingService domainRecordingService)