A C G J L P S
A
- allPlaceLoginTokenCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthTokenCacheAutoConfiguration
-
登录用户token的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 allPlaceLoginTokenCache 的bean替代即可
C
- caClientTokenCacheApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthTokenCacheAutoConfiguration
-
CaClient单点登录token的缓存
- clearInvalidLoginUserCacheTimer(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>) - 类 中的方法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
-
- GunsAuthTokenCacheAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter中的类
-
认证和鉴权模块的自动配置
- GunsAuthTokenCacheAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.GunsAuthTokenCacheAutoConfiguration
-
- GunsSsoAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter中的类
-
单点配置
- GunsSsoAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.GunsSsoAutoConfiguration
-
J
- jwtApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthAutoConfiguration
-
jwt操作工具类的配置
L
- loginErrorCountCacheApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthTokenCacheAutoConfiguration
-
登录错误次数的缓存
- loginUserCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsAuthTokenCacheAutoConfiguration
-
登录用户的缓存,默认使用内存方式
如需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即可
- ssoProperties() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.GunsSsoAutoConfiguration
-
单点的开关配置
A C G J L P S
Copyright © 2022. All rights reserved.