[jboss-user] [JBoss Portal] - Re: Regarding Portal session management

apemberton do-not-reply at jboss.com
Fri Feb 27 11:34:21 EST 2009


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



More information about the jboss-user mailing list