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