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

Function setAuthenticator

3rdparty/libprocess/src/process.cpp:568–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566namespace authentication {
567
568Future<Nothing> setAuthenticator(
569 const string& realm,
570 Owned<Authenticator> authenticator)
571{
572 process::initialize();
573
574 return authenticator_manager->setAuthenticator(realm, authenticator);
575}
576
577
578Future<Nothing> unsetAuthenticator(const string& realm)

Callers 11

setAuthenticatorMethod · 0.85
TEST_FFunction · 0.85
setAuthenticatorMethod · 0.85
TEST_FFunction · 0.85
setAuthenticatorMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

initializeFunction · 0.70
setAuthenticatorMethod · 0.45

Tested by 10

setAuthenticatorMethod · 0.68
TEST_FFunction · 0.68
setAuthenticatorMethod · 0.68
TEST_FFunction · 0.68
setAuthenticatorMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68