Uses of Class
org.eblocker.server.http.service.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in org.eblocker.server.common.blacklist
Constructors in org.eblocker.server.common.blacklist with parameters of type UserServiceModifierConstructorDescriptionDomainBlockingService(String accessDeniedIp, boolean redirectDespiteDisabledSSL, DeviceService deviceService, DomainBlacklistService domainBlacklistService, EblockerDnsServer eblockerDnsServer, ParentalControlService parentalControlService, ParentalControlFilterListsService filterListsService, ProductInfoService productInfoService, SquidConfigController squidConfigController, SslService sslService, UserService userService) -
Uses of UserService in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type UserServiceModifierConstructorDescriptionDeviceIpUpdater(DataSource dataSource, DeviceService deviceService, NetworkStateMachine networkStateMachine, DeviceFactory deviceFactory, UserService userService) -
Uses of UserService in org.eblocker.server.http.backup
Constructors in org.eblocker.server.http.backup with parameters of type UserServiceModifierConstructorDescriptionDevicesBackupProvider(DeviceService deviceService, UserService userService, DeviceFactory deviceFactory, OpenVpnService openVpnService) -
Uses of UserService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type UserServiceModifierConstructorDescriptionControlBarControllerImpl(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) DomainWhiteListControllerImpl(DeviceService deviceService, PageContextStore pageContextStore, SessionStore sessionStore, UserService userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 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) UserControllerImpl(UserService userService) -
Uses of UserService in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type UserServiceModifierConstructorDescriptionSecurityService(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 UserService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type UserServiceModifierConstructorDescriptionAccessDeniedRequestHandler(BaseURLs baseURLs, DeviceService deviceService, DomainBlockingService domainBlockingService, MalwareFilterService malwareFilterService, ParentalControlFilterListsService listsService, ParentalControlAccessRestrictionsService restrictionsService, SessionStore sessionStore, UserService userService, String parentalControlRedirectPage, String adsTrackerRedirectPage, String malwareRedirectPage, String whitelistedRedirectPage) CustomDomainFilterConfigService(ParentalControlFilterListsService filterListsService, UserService userService) DevicePermissionsService(UserService userService, ParentalControlService parentalControlService) 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) ParentalControlService(DataSource dataSource, UserService userService) 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 UserService in org.eblocker.server.icap.service
Constructors in org.eblocker.server.icap.service with parameters of type UserServiceModifierConstructorDescriptionCustomDomainFilterWhitelistService(DomainBlacklistService domainBlacklistService, UserService userService) -
Uses of UserService in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type UserServiceModifierConstructorDescriptionBpjmFilterProcessor(int filterId, String redirectPage, BaseURLs baseUrls, BpjmFilterService bpjmFilterService, DeviceService deviceService, ParentalControlService parentalControlService, UserService userService) DomainWhiteListProcessor(DeviceService deviceService, UserService userService)