Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Struts2 应用程序。我正在尝试为应用程序添加一些安全性。
我需要以下功能:
1.) 用户可以根据他的安全权限在 JSP 中查看/编辑哪些字段
2.) 用户可以调用什么动作。
3.)最好这个安全细节应该在数据库中配置
有什么建议吗?