[jboss-user] [Security & JAAS/JBoss] - Re: How do I get user roles in 2.6?

jc7442 do-not-reply at jboss.com
Fri Aug 17 02:35:14 EDT 2007


You can also delegate that to a session bean:

  | SessionContext ctx = ...
  | ...
  | ctx.isCallerInRole("myRole");

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075087



More information about the jboss-user mailing list