[jboss-user] [Security & JAAS/JBoss] - Re: Simple JAAS authentication not working....

piotr.koper do-not-reply at jboss.com
Fri Jun 13 05:32:03 EDT 2008


Try add @SecurityDomain at your bean definition:


  | @SecurityDomain("esf")
  | @Stateless
  | @Remote({IMySecuredBean.class})
  | public class MySecuredBean implements IMySecuredBean
  | {
  | ...
  | }
  | 

it works for me.

regards
koper

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

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



More information about the jboss-user mailing list