A B C E G O P R S U V W
A
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法cn.zzq0324.radish.components.uc.context.RequestContextInterceptor
-
B
- byType(int) - 枚举 中的静态方法cn.zzq0324.radish.components.uc.constant.Platform
-
C
- cn.zzq0324.radish.components.uc.application.controller - 程序包 cn.zzq0324.radish.components.uc.application.controller
-
- cn.zzq0324.radish.components.uc.application.service - 程序包 cn.zzq0324.radish.components.uc.application.service
-
- cn.zzq0324.radish.components.uc.constant - 程序包 cn.zzq0324.radish.components.uc.constant
-
- cn.zzq0324.radish.components.uc.context - 程序包 cn.zzq0324.radish.components.uc.context
-
- cn.zzq0324.radish.components.uc.domain.service - 程序包 cn.zzq0324.radish.components.uc.domain.service
-
- cn.zzq0324.radish.components.uc.infrastructure.entity - 程序包 cn.zzq0324.radish.components.uc.infrastructure.entity
-
- cn.zzq0324.radish.components.uc.infrastructure.oauth - 程序包 cn.zzq0324.radish.components.uc.infrastructure.oauth
-
- cn.zzq0324.radish.components.uc.infrastructure.repository - 程序包 cn.zzq0324.radish.components.uc.infrastructure.repository
-
- cn.zzq0324.radish.components.uc.infrastructure.repository.mapper - 程序包 cn.zzq0324.radish.components.uc.infrastructure.repository.mapper
-
- code2token(int, String, String) - 类 中的方法cn.zzq0324.radish.components.uc.application.controller.UserController
-
三方平台通过code授权换取令牌
- codeToSession(String, String) - 接口 中的方法cn.zzq0324.radish.components.uc.infrastructure.oauth.OAuthHandler
-
- codeToSession(String, String) - 类 中的方法cn.zzq0324.radish.components.uc.infrastructure.oauth.WechatMiniProgramOAuthHandler
-
- createTime - 类 中的变量cn.zzq0324.radish.components.uc.infrastructure.entity.UserOAuthEntity
-
创建时间
E
- EXT_NAME_OFFICIAL_ACCOUNT - 类 中的静态变量cn.zzq0324.radish.components.uc.constant.PlatformConstants
-
- EXT_NAME_WECHAT_MINI_PROGRAM - 类 中的静态变量cn.zzq0324.radish.components.uc.constant.PlatformConstants
-
G
- getByOpenId(String) - 类 中的方法cn.zzq0324.radish.components.uc.infrastructure.repository.UserOAuthRepository
-
根据openId查询授权记录
- getContext() - 类 中的静态方法cn.zzq0324.radish.components.uc.context.RequestContext
-
- getExtName() - 枚举 中的方法cn.zzq0324.radish.components.uc.constant.Platform
-
- getUserId() - 类 中的静态方法cn.zzq0324.radish.components.uc.context.RequestContext
-
O
- OAuthHandler - cn.zzq0324.radish.components.uc.infrastructure.oauth中的接口
-
OAuth扩展点定义
- oauthLogin(Platform, String, String) - 类 中的方法cn.zzq0324.radish.components.uc.application.service.UserService
-
- oauthRegister(Platform, SessionInfo) - 类 中的方法cn.zzq0324.radish.components.uc.domain.service.UserDomainService
-
P
- Platform - cn.zzq0324.radish.components.uc.constant中的枚举
-
平台枚举
- PlatformConstants - cn.zzq0324.radish.components.uc.constant中的类
-
三方平台常量定义
- PlatformConstants() - 类 的构造器cn.zzq0324.radish.components.uc.constant.PlatformConstants
-
- preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.zzq0324.radish.components.uc.context.RequestContextInterceptor
-
R
- RegisterType - cn.zzq0324.radish.components.uc.constant中的枚举
-
注册类型
- remove() - 类 中的静态方法cn.zzq0324.radish.components.uc.context.RequestContext
-
- RequestContext - cn.zzq0324.radish.components.uc.context中的类
-
请求上下文
- RequestContext() - 类 的构造器cn.zzq0324.radish.components.uc.context.RequestContext
-
- RequestContextInterceptor - cn.zzq0324.radish.components.uc.context中的类
-
请求上下文拦截器
- RequestContextInterceptor() - 类 的构造器cn.zzq0324.radish.components.uc.context.RequestContextInterceptor
-
S
- SessionInfo - cn.zzq0324.radish.components.uc.infrastructure.oauth中的类
-
用户信息
- SessionInfo() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.oauth.SessionInfo
-
- setContext(RequestContext) - 类 中的静态方法cn.zzq0324.radish.components.uc.context.RequestContext
-
- setUserId(Long) - 类 中的方法cn.zzq0324.radish.components.uc.context.RequestContext
-
U
- UserController - cn.zzq0324.radish.components.uc.application.controller中的类
-
OAuth控制器
- UserController() - 类 的构造器cn.zzq0324.radish.components.uc.application.controller.UserController
-
- UserDomainService - cn.zzq0324.radish.components.uc.domain.service中的类
-
用户领域service
- UserDomainService() - 类 的构造器cn.zzq0324.radish.components.uc.domain.service.UserDomainService
-
- UserEntity - cn.zzq0324.radish.components.uc.infrastructure.entity中的类
-
用户实体
- UserEntity() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.entity.UserEntity
-
- UserMapper - cn.zzq0324.radish.components.uc.infrastructure.repository.mapper中的接口
-
用户mapper
- UserOAuthEntity - cn.zzq0324.radish.components.uc.infrastructure.entity中的类
-
用户OAuth授权实体
- UserOAuthEntity() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.entity.UserOAuthEntity
-
- UserOAuthMapper - cn.zzq0324.radish.components.uc.infrastructure.repository.mapper中的接口
-
用户oauth mapper
- UserOAuthRepository - cn.zzq0324.radish.components.uc.infrastructure.repository中的类
-
用户oauth repository
- UserOAuthRepository() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.repository.UserOAuthRepository
-
- UserRepository - cn.zzq0324.radish.components.uc.infrastructure.repository中的类
-
用户repository
- UserRepository() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.repository.UserRepository
-
- UserService - cn.zzq0324.radish.components.uc.application.service中的类
-
用户service
- UserService() - 类 的构造器cn.zzq0324.radish.components.uc.application.service.UserService
-
V
- valueOf(String) - 枚举 中的静态方法cn.zzq0324.radish.components.uc.constant.Platform
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.zzq0324.radish.components.uc.constant.RegisterType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.zzq0324.radish.components.uc.constant.Platform
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.zzq0324.radish.components.uc.constant.RegisterType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WechatMiniProgramOAuthHandler - cn.zzq0324.radish.components.uc.infrastructure.oauth中的类
-
微信小程序扩展实现
- WechatMiniProgramOAuthHandler() - 类 的构造器cn.zzq0324.radish.components.uc.infrastructure.oauth.WechatMiniProgramOAuthHandler
-
A B C E G O P R S U V W
Copyright © 2023. All rights reserved.