Uses of Class
org.miaixz.bus.vortex.Assets
Packages that use Assets
Package
Description
基于spring webflux 开发的API网关
安全规则等过滤
基础信息
流量及资源匹配
-
Uses of Assets in org.miaixz.bus.vortex
Methods in org.miaixz.bus.vortex with parameters of type Assets -
Uses of Assets in org.miaixz.bus.vortex.filter
Methods in org.miaixz.bus.vortex.filter that return AssetsMethods in org.miaixz.bus.vortex.filter with parameters of type AssetsModifier and TypeMethodDescriptionprotected voidAuthorizeFilter.checkAppId(org.springframework.web.server.ServerWebExchange exchange, Assets assets, Map<String, String> requestParam) 校验应用 ID 是否匹配protected voidAuthorizeFilter.checkMethod(org.springframework.web.server.ServerWebExchange exchange, Assets assets) 校验请求的 HTTP 方法是否匹配资产配置protected voidAuthorizeFilter.checkToken(org.springframework.web.server.ServerWebExchange exchange, Context context, Assets assets, Map<String, String> params) 校验令牌(如果资产要求)并将认证结果参数填充到请求参数中 -
Uses of Assets in org.miaixz.bus.vortex.magic
Fields in org.miaixz.bus.vortex.magic declared as Assets -
Uses of Assets in org.miaixz.bus.vortex.registry
Methods in org.miaixz.bus.vortex.registry that return Assets