0 Replies Latest reply on Dec 20, 2002 12:03 PM by bsadler

    custom login module & session bean?

    bsadler

      Hi all,

      After having read more JAAS tutorials than I can count, and jboss book ch.8 more than a few times, I am very confused :-)

      Is it possible to write a custom login module (by extending AbstractServerLoginModule) that accesses a session bean in my app?

      Also, is it possible to deploy the LoginModule I create in the same EAR as the application? If so, what is the best way to do it?

      I know I could probably use a workaround by using the JDBC login module, but I would rather have everything access my data in a unified way if possible.

      TIA for your help!