httpservletrequest in jsf
i have an application in jsf from a previous college.
now i have to implement security in it.
it would be easy to do it in struts for me, but in this jsf application i'm totally lost.
i see no httpservlet object in the application.
i need to do getRemoteUser.
but where does it fits in the application?
I see a lot of classes of objects that should go to the database, and only one RequestBean and one SessionBean class, with methods like init(), destroy() etc etc....
Can someone help me further in this?

