索引

A B C D E F G I L M P R S W 
All Classes and Interfaces|常量字段值|所有程序包

A

addExclude(String...) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
addHeader(String, String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
addInclude(String...) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
ApplicationContextPathLoading - cn.dev33.satoken.loveqq.boot.context.path中的类
应用上下文路径加载器
ApplicationContextPathLoading() - 类的构造器 cn.dev33.satoken.loveqq.boot.context.path.ApplicationContextPathLoading
 
auth - 类中的变量 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
认证函数:每次请求执行
auth - 类中的变量 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
认证函数:每次请求执行

B

beforeAuth - 类中的变量 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
前置函数:在每次[认证函数]之前执行 注意点:前置认证函数将不受 includeList 与 excludeList 的限制,所有路由的请求都会进入 beforeAuth
beforeAuth - 类中的变量 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
认证前置函数:在注解鉴权之前执行

C

clearContext(SaTokenContextModelBox) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
清除当前上下文 并恢复之前的上下文,以支持 loveqq-framework 的 servlet/reactor 的统一配置
cn.dev33.satoken.loveqq.boot - 程序包 cn.dev33.satoken.loveqq.boot
Sa-Token 集成 loveqq-framework 的各个组件
cn.dev33.satoken.loveqq.boot.apiKey - 程序包 cn.dev33.satoken.loveqq.boot.apiKey
 
cn.dev33.satoken.loveqq.boot.context - 程序包 cn.dev33.satoken.loveqq.boot.context
 
cn.dev33.satoken.loveqq.boot.context.path - 程序包 cn.dev33.satoken.loveqq.boot.context.path
 
cn.dev33.satoken.loveqq.boot.filter - 程序包 cn.dev33.satoken.loveqq.boot.filter
 
cn.dev33.satoken.loveqq.boot.interceptor - 程序包 cn.dev33.satoken.loveqq.boot.interceptor
 
cn.dev33.satoken.loveqq.boot.model - 程序包 cn.dev33.satoken.loveqq.boot.model
 
cn.dev33.satoken.loveqq.boot.oauth2 - 程序包 cn.dev33.satoken.loveqq.boot.oauth2
 
cn.dev33.satoken.loveqq.boot.sign - 程序包 cn.dev33.satoken.loveqq.boot.sign
 
cn.dev33.satoken.loveqq.boot.sso - 程序包 cn.dev33.satoken.loveqq.boot.sso
 
cn.dev33.satoken.loveqq.boot.support - 程序包 cn.dev33.satoken.loveqq.boot.support
 
cn.dev33.satoken.loveqq.boot.utils - 程序包 cn.dev33.satoken.loveqq.boot.utils
 

D

delete(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage
 
doFilter(ServerRequest, ServerResponse) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaFirewallCheckFilter
 
doFilter(ServerRequest, ServerResponse) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
doFilter(ServerRequest, ServerResponse) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaTokenContextFilter
 
doFilter(ServerRequest, ServerResponse) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaTokenCorsFilter
 

E

error - 类中的变量 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
异常处理函数:每次[认证函数]发生异常时执行此函数
excludeList - 类中的变量 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
放行路由

F

forward(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 

G

get(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage
 
getApplicationContextPathLoading() - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanRegister
应用上下文路径加载器
getCookieFirstValue(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getCookieLastValue(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getCookieValue(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getHeader(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getHost() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getMethod() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getModelBox() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
获取当前 ModelBox
getParam(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getParamMap() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getParamNames() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getPathMatcher() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.support.SaPathMatcherHolder
获取路由匹配器
getRequest() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
获取 Mono < ServerRequest >
getRequest() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
获取当前 Request
getRequestPath() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getResponse() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
获取 Mono < ServerResponse >
getResponse() - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
获取当前 Response
getSaApiKeyConfig() - 类中的方法 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanRegister
获取 API Key 配置对象
getSaOAuth2Config() - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanRegister
获取 OAuth2 配置 Bean
getSaSignConfig() - 类中的方法 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanRegister
获取 API 参数签名配置对象
getSaSignManyConfigWrapper() - 类中的方法 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanRegister
获取 API 参数签名 Many 配置对象
getSaSsoClientConfig() - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
获取 SSO Client 端 配置对象
getSaSsoClientTemplate() - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
获取 SSO Client 端 SaSsoClientTemplate
getSaSsoServerConfig() - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
获取 SSO Server 端 配置对象
getSaSsoServerTemplate() - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
获取 SSO Server 端 SaSsoServerTemplate
getSaTokenConfig() - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanRegister
获取配置Bean
getSource() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
getSource() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
getSource() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage
 
getUrl() - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 

I

includeList - 类中的变量 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
拦截路由
isAnnotation - 类中的变量 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
是否打开注解鉴权,配置为 true 时注解鉴权才会生效,配置为 false 时,即使写了注解也不会进行鉴权
isAnnotation(boolean) - 类中的方法 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
设置是否打开注解鉴权:配置为 true 时注解鉴权才会生效,配置为 false 时,即使写了注解也不会进行鉴权

L

LoveqqSaRequest - cn.dev33.satoken.loveqq.boot.model中的类
对 SaRequest 包装类的实现
LoveqqSaRequest(ServerRequest) - 类的构造器 cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest
 
LoveqqSaResponse - cn.dev33.satoken.loveqq.boot.model中的类
对 SaResponse 包装类的实现
LoveqqSaResponse(ServerResponse) - 类的构造器 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
LoveqqSaStorage - cn.dev33.satoken.loveqq.boot.model中的类
对 SaStorage 包装类的实现
LoveqqSaStorage(ServerRequest) - 类的构造器 cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage
 

M

match(String, String) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.support.SaPathMatcherHolder
判断:指定路由匹配符是否可以匹配成功指定路径

P

pathMatcher - 类中的静态变量 cn.dev33.satoken.loveqq.boot.support.SaPathMatcherHolder
路由匹配器
preHandle(ServerRequest, ServerResponse, MethodMapping) - 类中的方法 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
每次请求之前触发的方法

R

redirect(String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
REQUEST_CONTEXT_ATTRIBUTE - 类中的静态变量 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
 
RESPONSE_CONTEXT_ATTRIBUTE - 类中的静态变量 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
 
run(String...) - 类中的方法 cn.dev33.satoken.loveqq.boot.context.path.ApplicationContextPathLoading
 

S

SaApiKeyBeanInject - cn.dev33.satoken.loveqq.boot.apiKey中的类
注入 Sa-Token API Key 所需要的 Bean
SaApiKeyBeanInject() - 类的构造器 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanInject
 
SaApiKeyBeanRegister - cn.dev33.satoken.loveqq.boot.apiKey中的类
注册 Sa-Token API Key 所需要的 Bean
SaApiKeyBeanRegister() - 类的构造器 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanRegister
 
SaBeanInject - cn.dev33.satoken.loveqq.boot中的类
注入 Sa-Token 所需要的 Bean
SaBeanInject(SaLog, SaTokenConfig, SaTokenPluginHolder) - 类的构造器 cn.dev33.satoken.loveqq.boot.SaBeanInject
组件注入
SaBeanRegister - cn.dev33.satoken.loveqq.boot中的类
注册Sa-Token所需要的Bean
SaBeanRegister() - 类的构造器 cn.dev33.satoken.loveqq.boot.SaBeanRegister
 
SaFirewallCheckFilter - cn.dev33.satoken.loveqq.boot.filter中的类
防火墙校验过滤器 (基于 loveqq-framework 统一 Filter,可以统一 servlet 和 reactor 配置)
SaFirewallCheckFilter() - 类的构造器 cn.dev33.satoken.loveqq.boot.filter.SaFirewallCheckFilter
 
SaInterceptor - cn.dev33.satoken.loveqq.boot.interceptor中的类
Sa-Token 综合拦截器,提供注解鉴权和路由拦截鉴权能力
SaInterceptor() - 类的构造器 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
创建一个 Sa-Token 综合拦截器,默认带有注解鉴权能力
SaInterceptor(SaParamFunction<Object>) - 类的构造器 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
创建一个 Sa-Token 综合拦截器,默认带有注解鉴权能力
SaOAuth2BeanInject - cn.dev33.satoken.loveqq.boot.oauth2中的类
注入 Sa-Token-OAuth2 所需要的组件
SaOAuth2BeanInject() - 类的构造器 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
 
SaOAuth2BeanRegister - cn.dev33.satoken.loveqq.boot.oauth2中的类
注册 Sa-Token-OAuth2 所需要的Bean
SaOAuth2BeanRegister() - 类的构造器 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanRegister
 
SaPathMatcherHolder - cn.dev33.satoken.loveqq.boot.support中的类
路由匹配工具类:持有 PathMatcher 全局引用,方便快捷的调用 PathMatcher 相关方法
SaReactorHolder - cn.dev33.satoken.loveqq.boot.context中的类
Reactor 上下文操作(异步),持有当前请求的 ServerWebExchange 全局引用
SaReactorHolder() - 类的构造器 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
 
SaRequestFilter - cn.dev33.satoken.loveqq.boot.filter中的类
全局鉴权过滤器 (基于 loveqq-framework 统一 Filter,可以统一 servlet 和 reactor 配置)
SaRequestFilter() - 类的构造器 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
SaSignBeanInject - cn.dev33.satoken.loveqq.boot.sign中的类
注入 Sa-Token API 参数签名 所需要的 Bean
SaSignBeanInject() - 类的构造器 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanInject
 
SaSignBeanRegister - cn.dev33.satoken.loveqq.boot.sign中的类
注册 Sa-Token API 参数签名所需要的 Bean
SaSignBeanRegister() - 类的构造器 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanRegister
 
SaSsoBeanInject - cn.dev33.satoken.loveqq.boot.sso中的类
注入 Sa-Token SSO 所需要的 Bean
SaSsoBeanInject() - 类的构造器 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
 
SaSsoBeanRegister - cn.dev33.satoken.loveqq.boot.sso中的类
注册 Sa-Token SSO 所需要的 Bean
SaSsoBeanRegister() - 类的构造器 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
 
SaTokenContextFilter - cn.dev33.satoken.loveqq.boot.filter中的类
SaTokenContext 上下文初始化过滤器 (基于 loveqq-framework 统一 Filter,可以统一 servlet 和 reactor 配置)
SaTokenContextFilter() - 类的构造器 cn.dev33.satoken.loveqq.boot.filter.SaTokenContextFilter
 
SaTokenContextUtil - cn.dev33.satoken.loveqq.boot.utils中的类
SaTokenContext 上下文读写工具类
SaTokenContextUtil() - 类的构造器 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
 
SaTokenCorsFilter - cn.dev33.satoken.loveqq.boot.filter中的类
CORS 跨域策略过滤器 (基于 loveqq-framework 统一 Filter,可以统一 servlet 和 reactor 配置) loveqq-framework 也有跨域过滤器,切勿同时配置
SaTokenCorsFilter() - 类的构造器 cn.dev33.satoken.loveqq.boot.filter.SaTokenCorsFilter
 
SaTokenOperateUtil - cn.dev33.satoken.loveqq.boot.utils中的类
ServerResponse 操作工具类
SaTokenOperateUtil() - 类的构造器 cn.dev33.satoken.loveqq.boot.utils.SaTokenOperateUtil
 
set(String, Object) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage
 
setAuth(SaFilterAuthStrategy) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
setAuth(SaParamFunction<Object>) - 类中的方法 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
写入 [ 认证函数 ]: 每次请求执行
setBeforeAuth(SaFilterAuthStrategy) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
setBeforeAuth(SaParamFunction<Object>) - 类中的方法 cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor
写入 [ 认证前置函数 ]: 在注解鉴权之前执行
setContext(ServerRequest, ServerResponse) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
写入当前上下文 并返回当前的上下文,以支持 loveqq-framework 的 servlet/reactor 的统一配置
setContext(ServerRequest, ServerResponse, SaFunction) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
写入上下文对象, 并在执行函数后将其清除
setContext(ServerRequest, ServerResponse, SaRetGenericFunction<T>) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
写入上下文对象, 并在执行函数后将其清除
setCorsHandle(SaCorsHandleFunction) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入CORS 策略处理函数
setError(SaFilterErrorStrategy) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
setExcludeList(List<String>) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
setHeader(String, String) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
setIncludeList(List<String>) - 类中的方法 cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter
 
setPathMatcher(PatternMatcher) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
利用自动注入特性,获取Spring框架内部使用的路由匹配器
setPathMatcher(PatternMatcher) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.support.SaPathMatcherHolder
写入路由匹配器
setSaAnnotationHandler(List<SaAnnotationHandlerInterface<?>>) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义注解处理器
setSaApiKeyConfig(SaApiKeyConfig) - 类中的方法 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanInject
注入 API Key 配置对象
setSaApiKeyDataLoader(SaApiKeyDataLoader) - 类中的方法 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanInject
注入自定义的 API Key 数据加载器 Bean
setSaApiKeyTemplate(SaApiKeyTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanInject
注入自定义的 API Key 模版方法 Bean
setSaFirewallCheckHooks(List<SaFirewallCheckHook>) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义防火墙校验 hook 集合
setSaHttpBasicTemplate(SaHttpBasicTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入 Sa-Token Http Basic 认证模块
setSaHttpDigestTemplate(SaHttpDigestTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入 Sa-Token Http Digest 认证模块
setSaHttpTemplate(SaHttpTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义的 Http 转换器 Bean
setSaIdTemplate(SaSameTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入 Same-Token 模块 Bean
setSaJsonTemplate(SaJsonTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义的 JSON 转换器 Bean
setSaOAuth2Config(SaOAuth2ServerConfig) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 配置对象
setSaOAuth2Dao(SaOAuth2Dao) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 数据持久 Bean
setSaOAuth2DataConverter(SaOAuth2DataConverter) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 数据格式转换器 Bean
setSaOAuth2DataGenerate(SaOAuth2DataGenerate) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 数据构建器 Bean
setSaOAuth2DataLoader(SaOAuth2DataLoader) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 数据加载器
setSaOAuth2DataResolver(SaOAuth2DataResolver) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 数据解析器 Bean
setSaOAuth2GrantTypeHandlerInterface(List<SaOAuth2GrantTypeHandlerInterface>) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入自定义 grant_type 处理器
setSaOAuth2ScopeHandler(List<SaOAuth2ScopeHandlerInterface>) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入自定义 scope 处理器
setSaOAuth2Template(SaOAuth2ServerProcessor) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 请求处理器
setSaOAuth2Template(SaOAuth2Template) - 类中的方法 cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
注入 OAuth2 模板代码类
setSaSerializerTemplate(SaSerializerTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义的序列化器 Bean
setSaSignTemplate(SaSignTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanInject
注入自定义的 参数签名 模版方法 Bean
setSaSsoClientConfig(SaSsoClientConfig) - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
注入 Sa-Token SSO Client 端 配置类
setSaSsoClientTemplate(SaSsoClientTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
注入 SSO 模板代码类 (Client 端)
setSaSsoServerConfig(SaSsoServerConfig) - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
注入 Sa-Token SSO Server 端 配置类
setSaSsoServerTemplate(SaSsoServerTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
注入 SSO 模板代码类 (Server 端)
setSaTempTemplate(SaTempTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入临时令牌验证模块 Bean
setSaTokenContext(SaTokenContext) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入上下文Bean
setSaTokenDao(SaTokenDao) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入持久化Bean
setSaTokenListener(List<SaTokenListener>) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入侦听器Bean
setSaTokenPluginList(List<SaTokenPlugin>) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义插件集合
setSaTotpTemplate(SaTotpTemplate) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义的 TOTP 算法 Bean
setSignConfig(SaSignConfig) - 类中的方法 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanInject
注入 API 参数签名配置对象
setSignManyConfig(SaSignManyConfigWrapper) - 类中的方法 cn.dev33.satoken.loveqq.boot.sign.SaSignBeanInject
注入 API 参数签名配置对象
setStatus(int) - 类中的方法 cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse
 
setStpInterface(StpInterface) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入权限认证Bean
setStpLogic(StpLogic) - 类中的方法 cn.dev33.satoken.loveqq.boot.SaBeanInject
注入自定义的 StpLogic
sync(SaRetGenericFunction<R>) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
将 ServerRequest/ServerResponse 写入到同步上下文中,并执行一段代码,执行完毕清除上下文

W

writeResult(ServerResponse, String) - 类中的静态方法 cn.dev33.satoken.loveqq.boot.utils.SaTokenOperateUtil
写入结果到输出流
A B C D E F G I L M P R S W 
All Classes and Interfaces|常量字段值|所有程序包