I suppose that in HTTP digest authentication, stored hashed password need to be like "MD5(username + realm + password)".
GlassFish's JDBCRealm need to store password separately. so, it must to be cleartext.
is it correct? or is there way to use stored hashed password?