跳过导航链接
A B C D E G H I L M O P R T U V 

A

action(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.timer.ClearInvalidLoginUserCacheTimer
 
AuthServiceImpl - cn.stylefeng.roses.kernel.auth.auth中的类
认证服务的实现
AuthServiceImpl() - 类 的构造器cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 

B

BcryptPasswordStoredEncrypt - cn.stylefeng.roses.kernel.auth.password中的类
基于BCrypt算法实现的密码加密解密器
BcryptPasswordStoredEncrypt() - 类 的构造器cn.stylefeng.roses.kernel.auth.password.BcryptPasswordStoredEncrypt
 

C

cancelFreeze(LoginRequest) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
checkAuth(String, String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
checkPassword(String, String) - 类 中的方法cn.stylefeng.roses.kernel.auth.password.BcryptPasswordStoredEncrypt
 
checkPermission(String, String) - 类 中的方法cn.stylefeng.roses.kernel.auth.permission.PermissionServiceImpl
 
ClearInvalidLoginUserCacheTimer - cn.stylefeng.roses.kernel.auth.session.timer中的类
定时清除无用的登录用户缓存
ClearInvalidLoginUserCacheTimer(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.timer.ClearInvalidLoginUserCacheTimer
 
cn.stylefeng.roses.kernel.auth.auth - 程序包 cn.stylefeng.roses.kernel.auth.auth
 
cn.stylefeng.roses.kernel.auth.cache - 程序包 cn.stylefeng.roses.kernel.auth.cache
 
cn.stylefeng.roses.kernel.auth.callback - 程序包 cn.stylefeng.roses.kernel.auth.callback
 
cn.stylefeng.roses.kernel.auth.config - 程序包 cn.stylefeng.roses.kernel.auth.config
 
cn.stylefeng.roses.kernel.auth.password - 程序包 cn.stylefeng.roses.kernel.auth.password
 
cn.stylefeng.roses.kernel.auth.permission - 程序包 cn.stylefeng.roses.kernel.auth.permission
 
cn.stylefeng.roses.kernel.auth.session - 程序包 cn.stylefeng.roses.kernel.auth.session
 
cn.stylefeng.roses.kernel.auth.session.cache.catoken - 程序包 cn.stylefeng.roses.kernel.auth.session.cache.catoken
 
cn.stylefeng.roses.kernel.auth.session.cache.logintoken - 程序包 cn.stylefeng.roses.kernel.auth.session.cache.logintoken
 
cn.stylefeng.roses.kernel.auth.session.cache.loginuser - 程序包 cn.stylefeng.roses.kernel.auth.session.cache.loginuser
 
cn.stylefeng.roses.kernel.auth.session.cookie - 程序包 cn.stylefeng.roses.kernel.auth.session.cookie
 
cn.stylefeng.roses.kernel.auth.session.timer - 程序包 cn.stylefeng.roses.kernel.auth.session.timer
 
configUpdate(String, String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
createNewLoginInfo(String, DefaultJwtPayload) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
createSession(String, LoginUser, Boolean) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 

D

decrypt(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.password.RsaPasswordTransferEncrypt
 
DefaultSessionCookieCreator - cn.stylefeng.roses.kernel.auth.session.cookie中的类
默认的cookie创建 这里预留了expandCookieProp的接口可以拓展cookie的属性
DefaultSessionCookieCreator() - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cookie.DefaultSessionCookieCreator
 
DefaultSessionManager - cn.stylefeng.roses.kernel.auth.session中的类
基于redis的会话管理
DefaultSessionManager(CacheOperatorApi<LoginUser>, CacheOperatorApi<Set<String>>, Long, SessionCookieCreator) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
destroySessionCookie() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 

E

encrypt(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.password.BcryptPasswordStoredEncrypt
 
encrypt(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.password.RsaPasswordTransferEncrypt
 
expandCookieProp(Cookie) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cookie.DefaultSessionCookieCreator
 

G

getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.cache.LoginErrorCountMemoryCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.cache.LoginErrorCountRedisCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.catoken.MemoryCaClientTokenCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.catoken.RedisCaClientTokenCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.logintoken.MemoryLoginTokenCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.logintoken.RedisLoginTokenCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.loginuser.MemoryLoginUserCache
 
getCommonKeyPrefix() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.cache.loginuser.RedisLoginUserCache
 
getLoginUser() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
getLoginUserNullable() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
getSession(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
getSuperAdminFlag() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
getToken() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 

H

hasLogin() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
haveButton(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
haveSession(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 

I

initAfter() - 类 中的方法cn.stylefeng.roses.kernel.auth.config.InitConfigWebSocketCallbackApiImpl
 
initBefore() - 类 中的方法cn.stylefeng.roses.kernel.auth.config.InitConfigWebSocketCallbackApiImpl
 
InitConfigWebSocketCallbackApiImpl - cn.stylefeng.roses.kernel.auth.config中的类
项目初始化完成以后,修改用户websocket地址的配置
InitConfigWebSocketCallbackApiImpl() - 类 的构造器cn.stylefeng.roses.kernel.auth.config.InitConfigWebSocketCallbackApiImpl
 

L

login(LoginRequest) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
LoginErrorCountMemoryCache - cn.stylefeng.roses.kernel.auth.cache中的类
记录用户登录失败次数的缓存 key是用户账号,value是登录失败错误次数
LoginErrorCountMemoryCache(TimedCache<String, Integer>) - 类 的构造器cn.stylefeng.roses.kernel.auth.cache.LoginErrorCountMemoryCache
 
LoginErrorCountRedisCache - cn.stylefeng.roses.kernel.auth.cache中的类
记录用户登录失败次数的缓存 key是用户账号,value是登录失败错误次数
LoginErrorCountRedisCache(RedisTemplate<String, Integer>) - 类 的构造器cn.stylefeng.roses.kernel.auth.cache.LoginErrorCountRedisCache
 
LoginUserImpl - cn.stylefeng.roses.kernel.auth.auth中的类
当前登陆用户的接口实现
LoginUserImpl() - 类 的构造器cn.stylefeng.roses.kernel.auth.auth.LoginUserImpl
 
LoginWithToken(LoginWithTokenRequest) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
loginWithUserName(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
loginWithUserNameAndCaToken(String, String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
logout() - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
logoutWithToken(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 

M

MemoryCaClientTokenCache - cn.stylefeng.roses.kernel.auth.session.cache.catoken中的类
存放单点回调时候的token和本系统token的映射关系 key: 单点回调客户端时候的token value: 本系统的token
MemoryCaClientTokenCache(TimedCache<String, String>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.catoken.MemoryCaClientTokenCache
 
MemoryLoginTokenCache - cn.stylefeng.roses.kernel.auth.session.cache.logintoken中的类
基于内存的token缓存
MemoryLoginTokenCache(TimedCache<String, Set<String>>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.logintoken.MemoryLoginTokenCache
 
MemoryLoginUserCache - cn.stylefeng.roses.kernel.auth.session.cache.loginuser中的类
基于内存的登录用户缓存
MemoryLoginUserCache(TimedCache<String, LoginUser>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.loginuser.MemoryLoginUserCache
 

O

onlineUserList() - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 

P

PermissionServiceImpl - cn.stylefeng.roses.kernel.auth.permission中的类
权限相关的service
PermissionServiceImpl() - 类 的构造器cn.stylefeng.roses.kernel.auth.permission.PermissionServiceImpl
 

R

RedisCaClientTokenCache - cn.stylefeng.roses.kernel.auth.session.cache.catoken中的类
存放单点回调时候的token和本系统token的映射关系 key: 单点回调客户端时候的token value: 本系统的token
RedisCaClientTokenCache(RedisTemplate<String, String>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.catoken.RedisCaClientTokenCache
 
RedisLoginTokenCache - cn.stylefeng.roses.kernel.auth.session.cache.logintoken中的类
基于redis的token的缓存
RedisLoginTokenCache(RedisTemplate<String, Set<String>>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.logintoken.RedisLoginTokenCache
 
RedisLoginUserCache - cn.stylefeng.roses.kernel.auth.session.cache.loginuser中的类
基于redis的登录用户缓存
RedisLoginUserCache(RedisTemplate<String, LoginUser>) - 类 的构造器cn.stylefeng.roses.kernel.auth.session.cache.loginuser.RedisLoginUserCache
 
refreshSession(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
removeSession(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
removeSessionExcludeToken(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 
removeThreadLocalAction() - 类 中的方法cn.stylefeng.roses.kernel.auth.callback.TenantCodeRemoveThreadLocalHolder
 
RsaPasswordTransferEncrypt - cn.stylefeng.roses.kernel.auth.password中的类
基于RSA加密算法的,用于密码传输用的,密码加密解密器
RsaPasswordTransferEncrypt(String, String) - 类 的构造器cn.stylefeng.roses.kernel.auth.password.RsaPasswordTransferEncrypt
 

T

TenantCodeRemoveThreadLocalHolder - cn.stylefeng.roses.kernel.auth.callback中的类
清除参数缓存相关的ThreadLocal
TenantCodeRemoveThreadLocalHolder() - 类 的构造器cn.stylefeng.roses.kernel.auth.callback.TenantCodeRemoveThreadLocalHolder
 

U

updateSession(String, LoginUser) - 类 中的方法cn.stylefeng.roses.kernel.auth.session.DefaultSessionManager
 

V

validateToken(String) - 类 中的方法cn.stylefeng.roses.kernel.auth.auth.AuthServiceImpl
 
A B C D E G H I L M O P R T U V 
跳过导航链接

Copyright © 2023. All rights reserved.