码迷,mamicode.com
首页 > 其他好文 > 详细

Shiro Security

时间:2015-01-13 15:52:14      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

手动创建shiro Filter的java代码

// Factory<org.apache.shiro.mgt.SecurityManager> factory = new IniSecurityManagerFactory("classpath:shiro.ini");
// 创建SecurityManager (根据配置创建SecurityManager实例)
//org.apache.shiro.mgt.SecurityManager security = (org.apache.shiro.mgt.SecurityManager) factory.getInstance();
//SecurityUtils.setSecurityManager((org.apache.shiro.mgt.SecurityManager) security);

Shiro Security

标签:

原文地址:http://www.cnblogs.com/george-cw/p/4221409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!