标签: grails spring-security
在Spring安全性中,如果有这么多用户属于一个角色,是否可以过滤具有相同角色的用户?
答案 0 :(得分:2)
您可以使用ACL support for the Spring Security plugin来实现此目的。查看文档并试一试。