But on the server, the UserDetails object contains also the plain password(airline example). I think an ACEGI class will generate the digest for the password stored in the UserDetails object.
But i think it is very uncommon, because the database will only store the digest of the password and not the password itself. That's why the DAO returns already the digest and the UserDetails object will contain the digest. But if i an ACEGI class generate a digest of a digest it won't be equal to the digest which was send by the client.
I hope you understand my problem.
