Uses of Class
org.eblocker.server.http.security.JsonWebTokenHandler
Packages that use JsonWebTokenHandler
Package
Description
-
Uses of JsonWebTokenHandler in org.eblocker.server.common.squid
Constructors in org.eblocker.server.common.squid with parameters of type JsonWebTokenHandlerModifierConstructorDescriptionSquidConfigController(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) -
Uses of JsonWebTokenHandler in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type JsonWebTokenHandlerModifierConstructorDescriptionSecurityProcessor(JsonWebTokenHandler tokenHandler) SecurityService(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 JsonWebTokenHandler in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type JsonWebTokenHandlerModifierConstructorDescriptionDiagnosticsReportService(String diagnosticsReportFile, String reportCreateScript, ScheduledExecutorService executorService, ScriptRunner scriptRunner, JsonWebTokenHandler tokenHandler, String tmpDir, String systemLog, EventService eventService)