| 1833 | { |
| 1834 | protected: |
| 1835 | Future<Nothing> setAuthenticator( |
| 1836 | const string& realm, |
| 1837 | Owned<Authenticator> authenticator) |
| 1838 | { |
| 1839 | realms.insert(realm); |
| 1840 | |
| 1841 | return authentication::setAuthenticator(realm, authenticator); |
| 1842 | } |
| 1843 | |
| 1844 | void TearDown() override |
| 1845 | { |
nothing calls this directly
no test coverage detected