Package cn.dev33.satoken.fun.strategy
Interface SaFirewallCheckFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
函数式接口:防火墙校验函数
- Since:
- 1.37.0
- Author:
- click33
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SaRequest req, SaResponse res, Object extArg) 执行函数
-
Method Details
-
execute
执行函数- Parameters:
req- 请求对象res- 响应对象extArg- 预留扩展参数
-