JBPM4JSF Permission Control

1.Control file: $JBPM_CONTEXT is the war file path


 $JBPM_CONTEXT/WEB-INF/access.properties
2.Control syntex:
[config_name]=[role_name1][,[role_name2],...]  ex: 
role.topMenu.Tasks=admin,manager
3.Role configure:
<ga:checkRole roles="#{access.config_name"> 
(the html want to permission control ...) 
</ga:checkRole>  ex:
 <ga:checkRole roles="#{access.role.process.delete}">
    <f:setPropertyActionListener value="#{actionColspan + 1}" 
       target="#{actionColspan}"/>
 </ga:checkRole>


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

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

Reply via email to