课程
/后端开发
/Java
/Shiro安全框架入门
。。。。。。
2018-12-23
源自:Shiro安全框架入门 3-5
正在回答
老师可能写的随意了点,我觉得就是username,事实上我也是这么去写的,没有问题
举报
从零入门Shiro安全框架
2 回答SimpleAuthenticationInfo对象参数
1 回答为什么我的simpleAuthenticationInfo里没有setStringPermissions方法
2 回答SimpleAuthenticationInfo找不到方法
2 回答protected Serializable doCreate(Session session) 这个方法中的sessionId是做什么的?
2 回答 User user=getPassWordByUserName(userName); if(user==null){ return null; } SimpleAuthenticationInfo authenticationInfo=new SimpleAuthenticationInfo(user.getUsername(),user.getPassword(),"customRealm");