0 Replies Latest reply on Apr 19, 2005 5:55 PM by soussou

    Jaas or securityfilter

    soussou

      Hi


      I would like to implemented a authentification module via LDAP directory.
      I have two solutions :

      1- Use the internal security of the Jboss (Jaas api); or
      2- Realize a external module

      the first solution is not flexible nor reusable because it depends on
      the configuration of each server (Jboss, Jonas, websphère, ...). Each server proposes a solution owner.
      The second is reusable and independent of the server and I use "Secutiyfilter" as module.
      which are your opinion on this subject ?


      regards