I am able to get roles a logged in user is mapped to using
user.getRoles()
I need to find roles that a particular screen is mapped to..
Lets say I am browsing a page "abc classification" which is mapped to roles a, b and c
User, logged in has role a.
I need to fetch all a, b and c which is assigned to the screen..
Is there a method to do that???
Please sign in to flag this as inappropriate.