Uses of Interface
cn.dev33.satoken.context.model.SaStorage
Packages that use SaStorage
Package
Description
因为不能确定最终运行的 web 容器属于标准 Servlet 模型还是非 Servlet 模型,特封装此包下的包装类进行对接。
-
Uses of SaStorage in cn.dev33.satoken.context
Methods in cn.dev33.satoken.context that return SaStorageModifier and TypeMethodDescriptionstatic SaStorageSaHolder.getStorage()获取当前请求的 Storage 包装对象default SaStorageSaTokenContext.getStorage()获取当前上下文的 Storage 包装对象SaTokenContextDefaultImpl.getStorage()static SaStorageSaTokenContextForThreadLocalStaff.getStorage()在当前线程的 SaStorage 存储器包装对象Methods in cn.dev33.satoken.context with parameters of type SaStorageModifier 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 SaStorage in cn.dev33.satoken.context.mock
Classes in cn.dev33.satoken.context.mock that implement SaStorage -
Uses of SaStorage in cn.dev33.satoken.context.model
Fields in cn.dev33.satoken.context.model declared as SaStorageMethods in cn.dev33.satoken.context.model that return SaStorageMethods in cn.dev33.satoken.context.model with parameters of type SaStorageConstructors in cn.dev33.satoken.context.model with parameters of type SaStorageModifierConstructorDescriptionSaTokenContextModelBox(SaRequest request, SaResponse response, SaStorage storage) -
Uses of SaStorage in cn.dev33.satoken.fun.strategy
Methods in cn.dev33.satoken.fun.strategy with parameters of type SaStorageModifier and TypeMethodDescriptionvoidSaCorsHandleFunction.execute(SaRequest req, SaResponse res, SaStorage sto) CORS 策略处理函数