[jboss-user] [Security JAAS/JBoss] - Re: Unable to get the authentication details in CustomLoginM

2008-08-22 Thread mechatronics12
programmatic login using WebAuthentication like WebAuthentication w=new WebAuthentication(); w.login(uname,password); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4172010#4172010 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Unable to get the authentication details in CustomLoginM

2008-08-15 Thread mechatronics12
I have tried that and my sharedstate map is null View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170697#4170697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170697 ___

[jboss-user] [Security JAAS/JBoss] - Unable to get the authentication details in CustomLoginModul

2008-08-07 Thread mechatronics12
Hi I am using webauthentication and custom login module for login purpose. How to get the login details used in webAuthentication.login(username,password) in JBoss custom login module I am extending my customlogin module from UsernamePasswordLoginModule class, when I use the getUserName()