1 Reply Latest reply on Sep 4, 2002 9:31 PM by davidjencks

    [b]JBoss 2.4.6 and DataSource username/password encryption [

    olegv

      I would like to encrypt the username and password contained in my Interbase service. Any suggestions on the possibilities?

        • 1. Re: [b]JBoss 2.4.6 and DataSource username/password encrypti
          davidjencks

          You can't in 2.x. In 3.x or 4.x you can write a login module that supplies the user/pw from a secure source. Look at the ConfiguredIdentityLoginModule or CallerIdentityLoginModule for starters. You will have to figure out how to get the user/pw from a secure store. Since others have occasionally requested this kind of functionality, if you submit your results I will add it to cvs. You might get a security review also;-)