0

我已经实现了自己的 RoleVoter 版本,并将以下内容添加到 resources.groovy 文件中:

organizationRoleVoter(OrganizationRoleVoter)

accessDecisionManager(UnanimousBased) {
  decisionVoters = [organizationRoleVoter]
}

但 Grails 并没有使用它。没有断点,我自己的班级没有调试。我假设我只是没有正确配置它。有人有什么建议吗?

4

1 回答 1

0

刚刚在spring-security-core 文档中找到了如何做到这一点。

于 2012-06-07T21:16:56.513 回答