Can we restrict the user to acces only few jsp's based on role.
807591May 19 2008 — edited May 20 2008Hi,
I am having different roles in my application. i want to make sure that Single Point Entry is done. I am able to redirect any kind of url to login page when the user is not entered login into the application he is able to get the jsp's.For example i have the fallowing url
http://localhost:8080/FMS/BCKDashBoard.jsp
http://localhost:8080/FMS/BCKGetReturn.jsp
Now i am able to redirect user to login page when u he uses this link after login in to the application when i try to use BCKDashBoard.jsp like this use is able to access this page.
Here we do have different kind of roles like staff,supervisor,qmd,program manager like that.
can i restrict my user to his jsps only like staff can not acces pm(it happend for after login into the application i have typed pm.jsp i am able to go that page and can do any thing like Pm though i am staff)
Waiting for your valuable comments
Thank you
vijay