简体   繁体   English

Java WebApp安全框架

[英]Java WebApp Security frameworks

I'm working on a implementation of a webapp in Java, where there will be limitations on some roles shall only be able to read data and some to update. 我正在用Java实现Web应用程序的实现,在该应用程序中,某些角色将只能读取数据,而某些角色只能进行更新。 All roles shall not have access to all pages. 所有角色都不能访问所有页面。

I've looked at Apache Shiro together with JSP/Javascrip/CSS. 我已经将Apache Shiro与JSP / Javascrip / CSS一起进行了研究。

Are there any other alternatives for this? 还有其他选择吗? Or is this the best choice? 还是这是最佳选择?

//Henrik //亨里克

Consider Spring Security, formerly known as Acegi. 考虑一下以前称为Acegi的Spring Security。

http://projects.spring.io/spring-security/ http://projects.spring.io/spring-security/

Seems it's a bit more mainstream: 似乎更主流了:

http://www.indeed.com/jobtrends?q=Apache++Shiro%2C+Spring+Security&l= http://www.indeed.com/jobtrends?q=Apache++Shiro%2C+Spring+Security&l=

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM