3 Replies Latest reply on May 7, 2003 2:44 AM by sevans393

    Need to load additional data while authenticating

    shafei

      Hi JBoss gurus..

      I've posted this in the mailing list but get no answers so far...so i'm trying the forums.

      Currently i'm using DatabaseServerLoginModule with basic authentication to
      protect my resources. Upon successful authentication, i also need to
      retrieve additional data (name of the person logged in, email and group)
      from the database. Wat shld i do so that once the user logs in, all the
      necessary data is also loaded from the database and stored in the user's
      session. Any code samples ?

      Thanks in advance !

      Shafei