- Java EE 8 Cookbook
- Elder Moraes
- 40字
- 2021-08-27 19:07:34
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.