Uses of Interface
cn.dev33.satoken.context.model.SaRequest
Packages that use SaRequest
Package
Description
因为不能确定最终运行的 web 容器属于标准 Servlet 模型还是非 Servlet 模型,特封装此包下的包装类进行对接。
-
Uses of SaRequest in cn.dev33.satoken.context
Methods in cn.dev33.satoken.context that return SaRequestModifier and TypeMethodDescriptionstatic SaRequestSaHolder.getRequest()获取当前请求的 Request 包装对象default SaRequestSaTokenContext.getRequest()获取当前上下文的 Request 包装对象SaTokenContextDefaultImpl.getRequest()static SaRequestSaTokenContextForThreadLocalStaff.getRequest()在当前线程的 SaRequest 包装对象Methods in cn.dev33.satoken.context with parameters of type SaRequestModifier and TypeMethodDescriptionvoidSaTokenContext.setContext(SaRequest req, SaResponse res, SaStorage stg) 初始化上下文voidSaTokenContextDefaultImpl.setContext(SaRequest req, SaResponse res, SaStorage stg) default voidSaTokenContextForReadOnly.setContext(SaRequest req, SaResponse res, SaStorage stg) voidSaTokenContextForThreadLocal.setContext(SaRequest req, SaResponse res, SaStorage stg) static voidSaTokenContextForThreadLocalStaff.setModelBox(SaRequest request, SaResponse response, SaStorage storage) 初始化当前线程的 [ Box 存储器 ] -
Uses of SaRequest in cn.dev33.satoken.context.mock
Classes in cn.dev33.satoken.context.mock that implement SaRequest -
Uses of SaRequest in cn.dev33.satoken.context.model
Fields in cn.dev33.satoken.context.model declared as SaRequestMethods in cn.dev33.satoken.context.model that return SaRequestMethods in cn.dev33.satoken.context.model with parameters of type SaRequestConstructors in cn.dev33.satoken.context.model with parameters of type SaRequestModifierConstructorDescriptionSaTokenContextModelBox(SaRequest request, SaResponse response, SaStorage storage) -
Uses of SaRequest in cn.dev33.satoken.fun
Methods in cn.dev33.satoken.fun with parameters of type SaRequestModifier and TypeMethodDescriptionvoidSaRouteFunction.run(SaRequest request, SaResponse response, Object handler) 执行验证的方法 -
Uses of SaRequest in cn.dev33.satoken.fun.strategy
Methods in cn.dev33.satoken.fun.strategy with parameters of type SaRequestModifier and TypeMethodDescriptionvoidSaCorsHandleFunction.execute(SaRequest req, SaResponse res, SaStorage sto) CORS 策略处理函数voidSaFirewallCheckFunction.execute(SaRequest req, SaResponse res, Object extArg) 执行函数voidSaFirewallCheckFailHandleFunction.run(FirewallCheckException e, SaRequest req, SaResponse res, Object extArg) 执行函数 -
Uses of SaRequest in cn.dev33.satoken.strategy.hooks
Methods in cn.dev33.satoken.strategy.hooks with parameters of type SaRequestModifier and TypeMethodDescriptionvoidSaFirewallCheckHook.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForBlackPath.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForDirectoryTraversal.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForHeader.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForHost.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForHttpMethod.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForParameter.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForPathBannedCharacter.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForPathDangerCharacter.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法voidSaFirewallCheckHookForWhitePath.execute(SaRequest req, SaResponse res, Object extArg) 执行的方法