JBoss Portal takes a very literal interpretation of JSR168 when it comes to 
managing user roles. So, any roles that you want to use from your JAAS security 
context, you'll have to define (at least a role-name, not necessarily 
role-link) in your portlet.xml:

<security-role-ref>
        <role-name>YourRole</role-name>
</security-role-ref>

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

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

Reply via email to