[jboss-user] [Security JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-06-08 Thread bbunderson
The security information will propagate to the child threads of the parent thread. If you login with the parent thread then the child threads that you start up later should not need to re-authenticate. At least that is what worked for us.

[jboss-user] [Security JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-05-14 Thread bbunderson
rmField.setAccessible(true)? Yes, a little bit of my soul died typing that in but it works. Thank you very much for the help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231159#4231159 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-05-13 Thread bbunderson
Not having access to a custom principal is big problem for us. I posted a comment to the JIRA issue (two actually, sorry, browser wierdness) and I also voted on the issue. I'm not sure how to work around this other than to write some sort of interceptor to basically do the work that I wanted