A C G J L P S
A
- allPlaceLoginTokenCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
登录用户token的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 allPlaceLoginTokenCache 的bean替代即可
C
- clearInvalidLoginUserCacheTimer() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
清空无用登录用户缓存的定时任务
- cn.stylefeng.roses.kernel.auth.starter - 程序包 cn.stylefeng.roses.kernel.auth.starter
-
G
- GunsAuthAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter中的类
-
认证和鉴权模块的自动配置
- GunsAuthAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
J
- jwtApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
jwt操作工具类的配置
L
- loginUserCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
登录用户的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 loginUserCache 的bean替代即可
P
- passwordStoredEncryptApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
Bcrypt方式的密码加密
- passwordTransferEncryptApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
RSA方式密码加密传输
S
- sessionCookieCreator() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
session cookie的创建
- sessionManagerApi(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
默认的session缓存为内存缓存,方便启动
如需替换请在项目中增加一个SessionManagerApi Bean即可
A C G J L P S
Copyright © 2021. All rights reserved.