2 Replies Latest reply on Sep 22, 2011 4:06 AM by maximilien

    Credeantials

    mariogiurlanda

      Hello,


      looking at JpaIdentityStore source code I found out that in the validateCredentials there is only support for plain text password.


      I need to support encrypted passwords during the validate credential process, so my question is what's the best way to achieve that?


      Provide my own implementation of JpaIdentityStore or providing a custom implementation of Credentials class and then when getValue() is invoked returning an encoded value?


      Thanks for your help


      Mario