2 Replies Latest reply on May 25, 2007 7:50 AM by timfox

    Passing encrypted password to connectionfactory.createConnec

      I'm wondering if I can pass a encrypted password to create a connection from connection factory:

      connection = connectionFactory.createConnection("username","encrypted_password");
      


      My application-policy has been set up to use custom database login module which reads/writes encrypted/decrypted passwords to/from db.

      I am finding a way to pass encrypted password rather than a clear text password.

      any pointers?

      Thanks
      Madhu