Uses of Class
org.eblocker.server.http.service.ParentalControlAccessRestrictionsService
Packages that use ParentalControlAccessRestrictionsService
Package
Description
-
Uses of ParentalControlAccessRestrictionsService in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type ParentalControlAccessRestrictionsServiceModifierConstructorDescriptionFirewallConfigurationIp4(String configFullPath, String configDeltaPath, TableGeneratorIp4 tableGenerator, NetworkServices networkServices, ParentalControlAccessRestrictionsService restrictionsService, Environment environment) FirewallConfigurationIp6(String configFullPath, String configDeltaPath, TableGeneratorIp6 tableGenerator, NetworkInterfaceWrapper networkInterface, ParentalControlAccessRestrictionsService restrictionsService, Environment environment, Ip6PrefixMonitor ip6PrefixMonitor) -
Uses of ParentalControlAccessRestrictionsService in org.eblocker.server.common.network.unix.firewall
Constructors in org.eblocker.server.common.network.unix.firewall with parameters of type ParentalControlAccessRestrictionsServiceModifierConstructorDescriptionIpAddressFilter(Set<Device> devices, java.util.function.Predicate<IpAddress> addressTypePredicate, ParentalControlAccessRestrictionsService restrictionsService) -
Uses of ParentalControlAccessRestrictionsService in org.eblocker.server.common.scheduler
Constructors in org.eblocker.server.common.scheduler with parameters of type ParentalControlAccessRestrictionsServiceModifierConstructorDescriptionPCAccessRestrictionsServiceScheduler(ParentalControlAccessRestrictionsService command, long startupDelay, long fixedRate) -
Uses of ParentalControlAccessRestrictionsService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type ParentalControlAccessRestrictionsServiceModifierConstructorDescriptionAccessDeniedRequestHandler(BaseURLs baseURLs, DeviceService deviceService, DomainBlockingService domainBlockingService, MalwareFilterService malwareFilterService, ParentalControlFilterListsService listsService, ParentalControlAccessRestrictionsService restrictionsService, SessionStore sessionStore, UserService userService, String parentalControlRedirectPage, String adsTrackerRedirectPage, String malwareRedirectPage, String whitelistedRedirectPage) ParentalControlEnforcerService(ParentalControlAccessRestrictionsService restrictions, NetworkStateMachine networkStateMachine)