Uses of Class
org.eblocker.server.http.ssl.AppWhitelistModule
Packages that use AppWhitelistModule
Package
Description
-
Uses of AppWhitelistModule in org.eblocker.server.http.backup
Methods in org.eblocker.server.http.backup that return types with arguments of type AppWhitelistModuleConstructor parameters in org.eblocker.server.http.backup with type arguments of type AppWhitelistModuleModifierConstructorDescriptionAppModulesBackup(List<AppWhitelistModule> modules, Map<Integer, Boolean> enabledStates) -
Uses of AppWhitelistModule in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return AppWhitelistModuleModifier and TypeMethodDescriptionAppModuleService.get(int id) AppModuleService.getAutoSslAppModule()AppModuleService.save(AppWhitelistModule module) Save a new user-defined module.AppModuleService.update(AppWhitelistModule module, int id) Update an existing module.Methods in org.eblocker.server.http.service that return types with arguments of type AppWhitelistModuleMethods in org.eblocker.server.http.service with parameters of type AppWhitelistModuleModifier and TypeMethodDescriptionvoidAppModuleService.activateEnabledState(AppWhitelistModule module) voidAppModuleService.deleteBuiltinModule(AppWhitelistModule module) AppModuleService.save(AppWhitelistModule module) Save a new user-defined module.AppModuleService.update(AppWhitelistModule module, int id) Update an existing module.Method parameters in org.eblocker.server.http.service with type arguments of type AppWhitelistModuleModifier and TypeMethodDescriptionvoidAppModuleService.activateEnabledState(List<AppWhitelistModule> modules) voidAppModuleService.restoreModified(List<AppWhitelistModule> modules, Map<Integer, Boolean> enabledStates) Restore all modules that the user has modified or created, for example from a backup. -
Uses of AppWhitelistModule in org.eblocker.server.http.ssl
Constructors in org.eblocker.server.http.ssl with parameters of type AppWhitelistModule