Uses of Class
org.eblocker.server.common.data.WhiteListConfig
Packages that use WhiteListConfig
Package
Description
-
Uses of WhiteListConfig in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return WhiteListConfigMethods in org.eblocker.server.common.data that return types with arguments of type WhiteListConfigModifier and TypeMethodDescriptionUserModule.getWhiteListConfigByDomains()UserModuleOld.getWhiteListConfigByDomains()Deprecated.Method parameters in org.eblocker.server.common.data with type arguments of type WhiteListConfigModifier and TypeMethodDescriptionvoidUserModule.setWhiteListConfigByDomains(Map<String, WhiteListConfig> whiteListConfigByDomains) voidUserModuleOld.setWhiteListConfigByDomains(Map<String, WhiteListConfig> whiteListConfigByDomains) Deprecated.Constructor parameters in org.eblocker.server.common.data with type arguments of type WhiteListConfigModifierConstructorDescriptionUserModule(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, DashboardColumnsView dashboardColumnsView, Integer customBlacklistId, Integer customWhitelistId) UserModuleOld(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, List<DashboardCard> dashboardCards, Integer customBlacklistId, Integer customWhitelistId) Deprecated. -
Uses of WhiteListConfig in org.eblocker.server.common.page
Methods in org.eblocker.server.common.page that return WhiteListConfigMethods in org.eblocker.server.common.page with parameters of type WhiteListConfigModifier and TypeMethodDescriptionvoidPageContext.setWhiteListConfig(WhiteListConfig whiteListConfig) -
Uses of WhiteListConfig in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return types with arguments of type WhiteListConfigModifier and TypeMethodDescriptionDomainWhiteListController.getWhitelist(org.restexpress.Request request, org.restexpress.Response response) -
Uses of WhiteListConfig in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return types with arguments of type WhiteListConfigModifier and TypeMethodDescriptionDomainWhiteListControllerImpl.getWhitelist(org.restexpress.Request request, org.restexpress.Response response) -
Uses of WhiteListConfig in org.eblocker.server.http.service
Method parameters in org.eblocker.server.http.service with type arguments of type WhiteListConfigModifier and TypeMethodDescriptionUserService.updateUser(Integer id, Map<String, WhiteListConfig> whiteListConfigMap)