Does @RequiresPermissions work on class level? In my Spring web application it only works for single methods but not works for the whole class.
Its target is:
@Target({ElementType.TYPE, ElementType.METHOD})
So it seems to work for all the class methods. It would be very convinient.
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/RequiresPermissions-for-a-class-tp7479437p7479437.html
Sent from the Shiro User mailing list archive at Nabble.com.
