Introduction
The @Secured annotation helps protect parts of your app by allowing only certain users to access them.
You want to restrict access to a method based on user roles.
You need to protect admin-only features in your app.
You want to quickly add simple role-based security to service methods.
You want to prevent unauthorized users from calling sensitive functions.