Authentication
const BHttpAuthentication* Authentication() const noexcept;
const Authentication& GetDefaultAuthentication() const
Authentication* authentication = fAuthentications.Get(share);
authentication = new(std::nothrow) Authentication;
Authentication* GetAuthentication(const char* share) const
typedef HashMap<HashString, Authentication*> AuthenticationMap;
Authentication fDefaultAuthentication;
Authentication()
Authentication(const char* user, const char* password)
const Authentication* authentication = NULL;
class Authentication;