分享几个网站

来源:互联网 发布:淘宝二手苹果好的卖家 编辑:程序博客网 时间:2024/06/05 08:58

春天的傍边:http://www.springside.org.cn 


SpringMVC对Restful的支持:http://www.ibm.com/developerworks/cn/web/wa-restful/#resources
对Shiro的一个实现个人感觉做的不好:http://code.google.com/p/sshpermissions/
shiro 配置详解 http://www.jszuofang.com/apache-shiro-spring-integration-dynamic-filterchaindefinitions-and-authentication-authorization.html
让shiro保护你的应用 http://www.infoq.com/cn/articles/apache-shiro
Shiro中一些默认的过滤器:

anon

org.apache.shiro.web.filter.authc.AnonymousFilter

authc

org.apache.shiro.web.filter.authc.FormAuthenticationFilter

authcBasic

org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter

logout

org.apache.shiro.web.filter.authc.LogoutFilter

noSessionCreation

org.apache.shiro.web.filter.session.NoSessionCreationFilter

perms

org.apache.shiro.web.filter.authz.PermissionsAuthorizationFilter

port

org.apache.shiro.web.filter.authz.PortFilter

rest

org.apache.shiro.web.filter.authz.HttpMethodPermissionFilter

roles

org.apache.shiro.web.filter.authz.RolesAuthorizationFilter

ssl

org.apache.shiro.web.filter.authz.SslFilter

user

org.apache.shiro.web.filter.authc.UserFilter

 

 

 

0 0
原创粉丝点击