- Java EE 8 Cookbook
- Elder Moraes
- 40字
- 2025-02-17 14:53:40
How it works...
The whole point in this recipe is to do with the @RolesAllowed, @RunsAs, and @PermitAll annotations. They define what operations each role can do and what happens when a user tries an operation using the wrong role.