4 Replies Latest reply on Aug 25, 2005 2:14 PM by norman.richards

    DatabaseLoginModule Implementation (Using Java Server Faces)

    smileyq

      I have been reading all the docs and I can't seem to figure out how to properly implement the DatabaseLoginModule to authenticate users within my application. I have added the xml configuration settings and understand all of that but my question is how do I implement my CallbackHandler to gain access to the username and password. And do I need to use jboss specific callback objects for this? Also because I am currently using JSF (Java Server Faces as my framework) and my form elements are linked to this how do I implement JASS (JBossSX) with this? I'm on a deadline and can't seem to figure this out. Thanks for all of your help.