开发者

is there a java library for dealing with access control list?

开发者 https://www.devze.com 2023-01-29 07:10 出处:网络
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?S

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?


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."

0

精彩评论

暂无评论...
验证码 换一张
取 消