user access management in j2ee web application

Posted by kawtousse on Stack Overflow See other posts from Stack Overflow or by kawtousse
Published on 2010-05-14T12:25:24Z Indexed on 2010/05/14 12:34 UTC
Read the original article Hit count: 189

Hi everyone, I am working with jsp/servlet project and i have to complete the module of access management to my jsps since I have more than one user with different profile. I defined a table in my database wich resume the profil and the url permitted like that:

id_profil :1 
url : http://localhost/...xyz.jsp
id page 1

Now I am trying to let the menu modified appropriately to the id_profil of the logged user.

So there are pages allowed in one profile but must be hidden to others. I have no idea since now how to realize this and it is so important for me.

thanks for your help.

© Stack Overflow or respective owner

Related posts about j2ee

Related posts about java