页面级动态授权系统

发布于 2024-11-03 02:55:24 字数 155 浏览 1 评论 0原文

我想为 Web 应用程序设计一个授权系统。系统应该向超级用户提供权限,以将权限分配给动态注册的用户。即超级用户可以授予某个用户查看某个页面的权限,同时授予另一个用户查看和编辑的权限。有人可以指导我实现这一目标的实现或框架吗?我正在使用 SEAM,但它没有这样的动态授权系统。

谢谢

I wanted to design a authorisation system for a web application. The system should provide the super user the privilege to assign the permissions to the users that was registered dynamically. i.e super user can give a certain user the permission to view a certain page while giving another user the permission to view and edit. Can some one guide me on a implementation or a framework to achieve this. Iam using SEAM but it don't have a dynamic authorisation system as such.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生寂 2024-11-10 02:55:24

If you are already using Seam, the security components provided with the framework should allow you to satisfy your requirements.

I suggest to start reading the reference documentation about those features. In addition to credential and permission management you also have a rule (Drools) based permission resolver (useful, for instance, to create one superuser with all permissions automatically assigned).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文