Spring Security Java Config Preview: Method Security
Update
Users should refer to the Spring Security Reference which contains more up to date information.
Original Blog Post
This is the third installment of a four part blog series. In my first post, I introduced Spring Security Java configuration and discussed some of the logistics of the project. In my previous post, we walked through a few examples of configuring web based security.
In this post, I will discuss how to configure method based security using Spring Security Java configuration. Like our previous post, we will start off with a very basic example and follow it up with an example…