I have loaded the roles from the database for the current user. And I can access the user role with spring security expression in jsp, and can hide the options and urls which are not authorized with hasRole. Now i wanted to have it in the servlet and display it in the logs.(or store in the user object session). How can we acheive it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can try something like this:
You have the collection of roles in the authorities variable. |
|||
|
Have you tried to call getUserPrincipal() from HttpServletRequest? |
|||||||
|