精华帖 (0) :: 良好帖 (13) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2012-02-01
1.自定义Realm,实现自己的登录操作
2.自定义FormAuthenticationFilter ,实现自己的提交表单(动态码校验,验证码等) 3.参考spring集成中的ShiroFilterFactoryBean,可以集成自己的规则(比如从自定义的数据库中读取的) |
|
返回顶楼 | |
发表时间:2012-02-01
kyo19 写道 木mu 写道 之前的项目用的是spring security,在选择框架的时候关注过apache shiro ,看了很多帖子说是security 更强大一些,对 shiro 不了解,也不晓得两个到底都有何优劣...
Apache Shiro相对要简单一些,并且Spring的官网都没有使用Spring Security而是Apache Shiro ,其实框架使用什么都无所谓,主是是够用就行 楼主如何得知spring的官网使用的是shiro啊 |
|
返回顶楼 | |
发表时间:2012-02-01
zuiyanwangyue 写道 kyo19 写道 木mu 写道 之前的项目用的是spring security,在选择框架的时候关注过apache shiro ,看了很多帖子说是security 更强大一些,对 shiro 不了解,也不晓得两个到底都有何优劣...
Apache Shiro相对要简单一些,并且Spring的官网都没有使用Spring Security而是Apache Shiro ,其实框架使用什么都无所谓,主是是够用就行 楼主如何得知spring的官网使用的是shiro啊 |
|
返回顶楼 | |
发表时间:2012-02-02
有文档 不错 谢谢了 有功夫看看= =!
公司要做支付了 唉 压力很大..` |
|
返回顶楼 | |
发表时间:2012-03-13
遇到个问题,不知道如何解决,求教
<property name="filterChainDefinitions"> <value> /test/test.jsp?nameId=1 = authc,roles[超级权限,] /common/loginAction.action = anon /common/** = user /css/** = user /js/** = user /images/** = user /logout = logout /globals/** = user /** = user </value> </property> 带参数的如何处理啊 |
|
返回顶楼 | |
发表时间:2012-03-19
在官网上看到好象是支持的哟
|
|
返回顶楼 | |
发表时间:2012-03-28
楼上的能给个地址吗?我没找到啊
|
|
返回顶楼 | |
发表时间:2013-01-09
感谢LZ和LZ团队的人
|
|
返回顶楼 | |