Re: [Acegisecurity-developer] Problem with JAASAuthenticationProvider and JBoss

2004-10-03 Thread Ray Krueger
Unfortunately, there isn't a way to retrieve the LoginContext right now. An unfortunate oversight on my part. I will look at providing a means for either retrieving the LoginContext, or at the very least logging out of the LoginContext. If anyone sees an obvious idea please post it.   -Ray Krueger

Re: [Acegisecurity-developer] Problem with JAASAuthenticationProvider and JBoss

2004-09-29 Thread Ben Alex
Bogdan Craciun wrote: Hi ! I work on a project which uses the acegi framework. This is a swing application which uses spring rich client and security package from that. The application is deployed on JBoss and we have stateless session beans which must be secured using declarative security. The