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

Method setAuthenticator

src/tests/profiler_tests.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48protected:
49 Future<Nothing> setAuthenticator(
50 const string& realm,
51 process::Owned<Authenticator> authenticator)
52 {
53 realms.insert(realm);
54
55 return authentication::setAuthenticator(realm, authenticator);
56 }
57
58 void TearDown() override
59 {

Callers

nothing calls this directly

Calls 1

setAuthenticatorFunction · 0.85

Tested by

no test coverage detected