[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

peihsinsu do-not-reply at jboss.com
Thu Mar 20 22:22:03 EDT 2008


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



More information about the jboss-user mailing list