[jboss-user] [Security & JAAS/JBoss] - Re: Custom LoginModule, standalone application, InitialConte

2008-10-20 Thread sushilgovind
You would have to write your own LoginModule and where in your login function you would have to ask to jboss to call you custom callback. If you custom callback is called HelloCallback the you would have NameCallback nc = new NameCallback("User name :" , guest); PasswordCallback pc = new Passwo

[jboss-user] [Security & JAAS/JBoss] - Re: How can I use a custom CallbackHandler on the server-sid

2008-10-17 Thread sushilgovind
Hey terry , I am also facing a similar issue.Can you throw some light on your implementation.BTW I could not locate the link to the post that you have cited. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182934#4182934 Reply to the post : http://www.jboss