Hi every body,
I'm developing a portal using the jboss portal.
I'm securing some pages using  roles, however i want to hide  pages that are 
denied for certain users.


here's the code for securing the page :

<security-constraint>
                                <policy-permission>
                                        <role-name>Admin</role-name>
                                        <action-name>view</action-name>
                                </policy-permission>
</security-constraint>


is there anyway to hide this page if a user that not have the admin role is 
connected.


I'll appreciate any suggestion.

youssef hbali.
here's y mail: [EMAIL PROTECTED]


 




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085288#4085288

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085288
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to