Spring Security Advanced Authorization
In this post we implement some more advanced authorization practices. We already showed in previous post how to use Spring Security to setup access control in one page based on user roles. Here we will show how we can extend this authorization with security tags and method security. This post follows Spring Security Simple Authorization but adds Read more about Spring Security Advanced Authorization[…]