課程
/后端開發(fā)
/Java
/Shiro安全框架入門
為什么會報紅
2020-04-02
源自:Shiro安全框架入門 3-5
正在回答
哦哦寫錯了應該是
SimpleAuthorizationInfo類
舉報
從零入門Shiro安全框架
2 回答SimpleAuthenticationInfo找不到方法
1 回答SimpleAuthenticationInfo中的第一個參數(shù)具體是做什么的 ,有點不清楚
2 回答SimpleAuthenticationInfo對象參數(shù)
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 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2020-04-02
哦哦寫錯了應該是