有没有一个java库来处理访问控制列表?

发布于 2024-10-07 00:47:24 字数 84 浏览 0 评论 0原文

我来自 PHP 环境,其中有几个框架引入了 ACL 类,我应该只使用普通的集合/映射或其他东西并进行迭代,还是 Java 中有一些用于 ACL 的类型库?

I come from PHP environment where several frameworks introduces ACL classes, should I just use plain sets/maps or something and iterate or is there some type library for ACL in Java?

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

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

发布评论

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

评论(1

夜无邪 2024-10-14 00:47:24

春季安全:
http://static.springsource.org/spring-security/site/index.html

“我们提供了一个全面的 ACL 包,其功能包括整数位屏蔽、权限继承(包括阻止)、优化的 JDBC 支持的 ACL 存储库、缓存和可插拔的接口驱动设计。”

Spring Security:
http://static.springsource.org/spring-security/site/index.html

"We provide a comprehensive ACL package with features including integer bit masking, permission inheritance (including blocking), an optimized JDBC-backed ACL repository, caching and a pluggable, interface-driven design."

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