Greetings all
i am using spring security 3.0.2
and i want after login to get user authorities and add another role to him
so he can access some page that requires the new role
how to do so ?
Greetings all i am using spring security 3.0.2 and i want after login to
Share
i played around with the method in here:
User Granted Authorities are always : ROLE_ANONYMOUS?
and it did the trick.