A C J L P S T
A
- allPlaceLoginTokenCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration
-
登录用户token的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 allPlaceLoginTokenCache 的bean替代即可
- allPlaceLoginTokenCache(RedisConnectionFactory) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration
-
登录用户token的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 allPlaceLoginTokenCache 的bean替代即可
- AuthAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter中的类
-
认证和鉴权模块的自动配置
- AuthAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
- AuthTokenMemoryCacheAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter.cache中的类
-
认证和鉴权模块的自动配置
- AuthTokenMemoryCacheAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration
-
- AuthTokenRedisCacheAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter.cache中的类
-
认证和鉴权模块的自动配置
- AuthTokenRedisCacheAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration
-
C
- caClientTokenCacheApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration
-
CaClient单点登录token的缓存
- caClientTokenCacheApi(RedisConnectionFactory) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration
-
CaClient单点登录token的缓存
- clearInvalidLoginUserCacheTimer(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
清空无用登录用户缓存的定时任务
- cn.stylefeng.roses.kernel.auth.starter - 程序包 cn.stylefeng.roses.kernel.auth.starter
-
- cn.stylefeng.roses.kernel.auth.starter.cache - 程序包 cn.stylefeng.roses.kernel.auth.starter.cache
-
J
- jwtApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
jwt操作工具类的配置
L
- loginErrorCountCacheApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration
-
登录错误次数的缓存
- loginErrorCountCacheApi(RedisConnectionFactory) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration
-
登录错误次数的缓存
- loginUserCache() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration
-
登录用户的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 loginUserCache 的bean替代即可
- loginUserCache(RedisConnectionFactory) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration
-
登录用户的缓存,默认使用内存方式
如需redis,可在项目创建一个名为 loginUserCache 的bean替代即可
P
- PasswordRsaPropAutoConfiguration - cn.stylefeng.roses.kernel.auth.starter中的类
-
密码认证配置
- PasswordRsaPropAutoConfiguration() - 类 的构造器cn.stylefeng.roses.kernel.auth.starter.PasswordRsaPropAutoConfiguration
-
- passwordStoredEncryptApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
Bcrypt方式的密码加密
- passwordTransferEncryptApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
RSA方式密码加密传输
- pwdRsaSecretProperties() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.PasswordRsaPropAutoConfiguration
-
密码加密传输的配置,RSA加密密钥对
S
- sessionManagerApi(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>) - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
默认的session缓存为内存缓存,方便启动
如需替换请在项目中增加一个SessionManagerApi Bean即可
T
- tenantCodeGetApi() - 类 中的方法cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration
-
通过租户编码获取租户id的查询接口
A C J L P S T
Copyright © 2024. All rights reserved.