Uses of Interface
cn.dev33.satoken.strategy.hooks.SaFirewallCheckHook
Packages that use SaFirewallCheckHook
-
Uses of SaFirewallCheckHook in cn.dev33.satoken.strategy
Fields in cn.dev33.satoken.strategy with type parameters of type SaFirewallCheckHookMethods in cn.dev33.satoken.strategy with parameters of type SaFirewallCheckHookModifier and TypeMethodDescriptionvoidSaFirewallStrategy.registerHook(SaFirewallCheckHook checkHook) 注册一个防火墙校验 hookvoidSaFirewallStrategy.registerHookToFirst(SaFirewallCheckHook checkHook) 注册一个防火墙校验 hook 到第一位, 请注意将 hook 注册到第一位将会优先于白名单的判断,如果您依然希望白名单 hook 保持最高优先级,请调用 registerHookToSecondvoidSaFirewallStrategy.registerHookToSecond(SaFirewallCheckHook checkHook) 注册一个防火墙校验 hook 到第二位Method parameters in cn.dev33.satoken.strategy with type arguments of type SaFirewallCheckHookModifier and TypeMethodDescriptionvoidSaFirewallStrategy.removeHook(Class<? extends SaFirewallCheckHook> hookClass) 移除指定类型的防火墙校验 hook -
Uses of SaFirewallCheckHook in cn.dev33.satoken.strategy.hooks
Classes in cn.dev33.satoken.strategy.hooks that implement SaFirewallCheckHookModifier and TypeClassDescriptionclass防火墙策略校验钩子函数:请求 path 黑名单校验class防火墙策略校验钩子函数:请求 path 目录遍历符检测class防火墙策略校验钩子函数:请求头检测class防火墙策略校验钩子函数:Host 检测class防火墙策略校验钩子函数:请求 Method 检测class防火墙策略校验钩子函数:请求参数检测class防火墙策略校验钩子函数:请求 path 禁止字符校验class防火墙策略校验钩子函数:请求 path 危险字符校验class防火墙策略校验钩子函数:请求 path 白名单放行