I want to create a rule which makes it possible to post the pages of edition 
only for the users having the "admin" Role :


  | rule RestrictAccessEdit
  |     when
  |             check: PermissionCheck(name == "/*Edit.xhtml", action == 
"render")
  |             Role(name == "admin")
  |     then
  |             check.grant();
  |     end;
  | 

but "/*Edit.xhtml" does'nt work, does somebody have a proposal?

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

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

Reply via email to