A B C L P U V
A
- ACCOUNT_KEY - 类 中的静态变量bee.cloud.service.auth.work.AuthService
-
- 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.controller - 程序包 bee.cloud.service.auth.controller
-
- bee.cloud.service.auth.work - 程序包 bee.cloud.service.auth.work
-
- builder(HttpServletResponse, HttpServletRequest) - 类 中的方法bee.cloud.service.auth.work.AuthService
-
C
- createVerifyCode() - 类 中的方法bee.cloud.service.auth.work.AuthService
-
生成验证码
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
-
P
- PASSWORD_KEY - 类 中的静态变量bee.cloud.service.auth.work.AuthService
-
U
- UserLogin - bee.cloud.service.auth.work中的接口
-
功能说明:用户登录接口服务接口,实际业务中实现,并标注为@Service
同时需要配置auth分组对应的redis,所有登录与校验相关缓存都放在auth中
V
- VERIFY_CODE_KEY - 类 中的静态变量bee.cloud.service.auth.work.AuthService
-
cookies中验证码的key
- verifyCode(HttpServletResponse, HttpServletRequest) - 类 中的方法bee.cloud.service.auth.controller.AuthController
-
获取图片验证码
A B C L P U V
Copyright © 2022. All rights reserved.