MCPcopy Create free account
hub / github.com/apache/mesos / setAuthenticator

Method setAuthenticator

3rdparty/libprocess/src/tests/metrics_tests.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95{
96protected:
97 Future<Nothing> setAuthenticator(
98 const string& realm,
99 process::Owned<Authenticator> authenticator)
100 {
101 realms.insert(realm);
102
103 return authentication::setAuthenticator(realm, authenticator);
104 }
105
106 void TearDown() override
107 {

Callers

nothing calls this directly

Calls 2

setAuthenticatorFunction · 0.85
insertMethod · 0.80

Tested by

no test coverage detected