有没有一个java库来处理访问控制列表?
我来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
春季安全:
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."