11 Replies Latest reply on Nov 27, 2005 1:38 PM by rpa_rio

    setIdentity in BaseCertLoginModule

      Sometimes i log in the system with a client certificate of the owner of one company that has the access to my system, once this user is validated i only need to use the identity of the company by replacing the identity of this user by company identity, for this i need the setIdentity in BaseCertLoginModule.
      I my case i must store in my system only the companies certificates and not the users certificates and i know about which company this user belong by reading certificate extensions and storing the necessary info with company certificate in users table that is read by jaas login module.
      This addition is possible?

      Thanks for any answer.