| 121 | |
| 122 | |
| 123 | BasicAuthenticator::BasicAuthenticator( |
| 124 | const string& realm, |
| 125 | const hashmap<string, string>& credentials) |
| 126 | : process_(new BasicAuthenticatorProcess(realm, credentials)) |
| 127 | { |
| 128 | spawn(*process_); |
| 129 | } |
| 130 | |
| 131 | |
| 132 | BasicAuthenticator::~BasicAuthenticator() |