A B C G L U V
A
- AuthController - bee.cloud.service.auth.controller中的类
-
功能说明:URL接口
- AuthController() - 类 的构造器bee.cloud.service.auth.controller.AuthController
-
- AuthService - bee.cloud.service.auth.work中的类
-
功能说明:权限校验实例
- AuthService() - 类 的构造器bee.cloud.service.auth.work.AuthService
-
B
- bee.cloud.service.auth - 程序包 bee.cloud.service.auth
-
- bee.cloud.service.auth.controller - 程序包 bee.cloud.service.auth.controller
-
- bee.cloud.service.auth.work - 程序包 bee.cloud.service.auth.work
-
C
- change(Bee.Resreq) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
-
更新数据,更新业务由业务端实现
1)切换所在机构
2)切换角色等
- createVerifyCode() - 类 中的方法bee.cloud.service.auth.work.AuthService
-
生成验证码
G
- getCurUser() - 类 中的方法bee.cloud.service.auth.work.UserService
-
获取当前登录用户信息
- getVisitor() - 类 中的静态方法bee.cloud.service.auth.Visitor
-
获取当前访问者对象
L
- login(HttpServletResponse, HttpServletRequest) - 类 中的方法bee.cloud.service.auth.controller.AuthController
-
登录接口
- login() - 类 中的方法bee.cloud.service.auth.work.AuthService
-
- login(String, String) - 接口 中的方法bee.cloud.service.auth.work.UserLogin
-
用户登录方法
- logout(HttpServletResponse, HttpServletRequest) - 类 中的方法bee.cloud.service.auth.controller.AuthController
-
用户退出
- logout() - 类 中的方法bee.cloud.service.auth.work.AuthService
-
退出登录
- logout() - 接口 中的方法bee.cloud.service.auth.work.UserLogin
-
退出登录
U
- UserLogin - bee.cloud.service.auth.work中的接口
-
功能说明:用户登录接口服务接口,实际业务中实现,并标注为@Service
同时需要配置auth分组对应的redis,所有登录与校验相关缓存都放在auth中
- UserService - bee.cloud.service.auth.work中的类
-
功能说明:
- UserService() - 类 的构造器bee.cloud.service.auth.work.UserService
-
V
- verifyCode(HttpServletResponse, HttpServletRequest) - 类 中的方法bee.cloud.service.auth.controller.AuthController
-
获取图片验证码
- Visitor - bee.cloud.service.auth中的类
-
功能说明:访问者
- Visitor() - 类 的构造器bee.cloud.service.auth.Visitor
-
A B C G L U V
Copyright © 2023. All rights reserved.