MCPcopy Create free account
hub / github.com/3rdparty/libprocess / setAuthenticator

Method setAuthenticator

src/tests/http_tests.cpp:1835–1842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1833{
1834protected:
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 {

Callers

nothing calls this directly

Calls 1

setAuthenticatorFunction · 0.85

Tested by

no test coverage detected