Hi ,
In my project @RolesAllowed is used as @RolesAllowed({ "EMPLOYEE }) for methods.But those methods also can be used with higher privilege roles like ADMIN, HR. In an enum roles are declared as ---
It's a web project and sping core is used here.
What can be the possible ways these roles are applied internally for those methods?
Thanks