method
get_passwd
get_passwd(realm, user, reload_db)
public
Hide source
# File lib/webrick/httpauth/htdigest.rb, line 59 def get_passwd(realm, user, reload_db) reload() if reload_db if hash = @digest[realm] hash[user] end end