课程
/后端开发
/Java
/Shiro安全框架入门
为什么会报红
2020-04-02
源自:Shiro安全框架入门 3-5
正在回答
哦哦写错了应该是
SimpleAuthorizationInfo类
举报
从零入门Shiro安全框架
2 回答SimpleAuthenticationInfo找不到方法
2 回答SimpleAuthenticationInfo对象参数
1 回答SimpleAuthenticationInfo中的第一个参数具体是做什么的 ,有点不清楚
2 回答 User user=getPassWordByUserName(userName); if(user==null){ return null; } SimpleAuthenticationInfo authenticationInfo=new SimpleAuthenticationInfo(user.getUsername(),user.getPassword(),"customRealm");
1 回答为什么我一直没有走cache