Hi everyone,
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 from the groovy file of my TagLib.
I am using Spring Security Core plugin.
Thanks in advance!