Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Grails 应用程序中有一个所有用户的列表,我想在这个列表中查看用户角色。我怎样才能得到这个?我的应用程序使用 Spring Security 插件。
提前致谢
如果您使用默认域用户和角色,您应该能够通过例如UserRole.list().
UserRole.list()
但是,如果您的用户域不称为 User 并且您的角色也是如此,那么域类的名称可能会有所不同。