We have siteminder authentication and I am able to fetch the screenname(username) from the siteminder. Now I have to create groups based on the screennames. The groups will be Admin and Others. If the screenname is under admin group , it will be able to access each and everything else if the screenname is under other group, a different homepage should appear containing only the links which other group can access. How do I achieve this?
I have tried to use Realm, user,group roles method but it is prompting for username and password. Also I dont want to use any username and password because I want to filter on the basis of screennames.
PS: I dont have knowledge of spring framework and other framework. I know only JSP and Servlets.
Regards, Ethan