Spring Security Taglibs control statement -


Is there a way to apply control statements with Spring Security Tag Libs?

At present we can only check that the user's role is ...

   

How about more?

The value of the access attribute is an expression against which is assessed , So that you can use all your methods and all the spell syntax

In addition to this, you can customize the composition of the evaluation reference by declaring a custom as a bean (You can then change your methods and variables can add).


Comments