shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
1.17k
stars
446
forks
source link
3.1版本的cacheManager.principalIdFieldName问题 #72
Closed
lhy117 closed 5 years ago
如果user对象的id字段在父类中 还是会抛异常
还有一个问题 为什么强制new SimpleAuthenticationInfo(userInfo, "123456", getName());这样构建 userinfo替换成字符串不支持吗?