0 Replies Latest reply on May 6, 2005 10:59 AM by optimusprime

    LoginModule + LoginContext question

    optimusprime

      I'm using Authentication using j_seucurity_check. I'd like to switch it to a custom way using a struts action. My questions are:

      1st - How do I set which configuration should my LoginContext shall use?
      2nd - To provide the LoginModule (mine extends UserNameLoginModule) with desired UserName/Passwords I need to put them on the callBackHandler right?

      3rd - How my web.xml shall looks like? I mean which kind of auth-method should I use on my login-config section

      Thanks a lot ppl