課程
/后端開發
/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
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-04-02
哦哦寫錯了應該是