从 TagLib 验证 ifAnyGranted
如何从 TagLib 验证“至少授予了一个角色”?
所以,我想使用类似的东西:
<sec:ifAnyGranted roles="ROLE_ADMIN,ROLE_SUPERVISOR">but in the groovy file of my TagLib.
我正在使用 Spring Security Core 插件。
提前致谢!
How I can verify that "at least one of the roles is granted" from a TagLib?
So, I want to use something like:
<sec:ifAnyGranted roles="ROLE_ADMIN,ROLE_SUPERVISOR">
but in the groovy file of my TagLib.
I am using Spring Security Core plugin.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在标签库中使用以下代码:
Use the following code in your taglib:
在标签库中使用以下代码:
Use the following code in your taglib: