Hello to the forum, it's the first time I write here. 
I'm developing a struts application which is deployed on jboss, using the jaas 
authentication.

Login works perfectly, using a custom module. But now I have to perform a 
logout, which is to be called in a different action class, so what's the better 
way to achieve this? 

I mean, how can I access the LoginContext of the user and call its logout() 
method? I cannot even see the LoginContext, which is hide from the developer 
perspective, so I cannot put it in the session or similar.

Can you help me?

TREMALNAIK

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to