Re: PASSWORD DIGESTION...RealmBase import problem...help please!

2005-07-11 Thread Martin Gainty
WORD DIGESTION...RealmBase import problem...help please! Help please! BACKGROUND == I want to store the digested version of user's password in the database. Therefore, I imported org.apache.catalina.realm.RealmBase so that I can use the static DIGEST method in the class for the diges

PASSWORD DIGESTION...RealmBase import problem...help please!

2005-07-11 Thread O. Oke
Help please! BACKGROUND == I want to store the digested version of user's password in the database. Therefore, I imported org.apache.catalina.realm.RealmBase so that I can use the static DIGEST method in the class for the digestion of the password i.e.Digest(myBean.getUser_pass()). I am

PASSWORD DIGESTION...RealmBase import problem...help please!

2005-07-11 Thread O. Oke
Help please! BACKGROUND == I want to store the digested version of user's password in the database. Therefore, I imported org.apache.catalina.realm.RealmBase so that I can use the static DIGEST method in the class for the digestion of the password i.e.Digest(myBean.getUser_pass()). I am