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

Function unsetAuthenticator

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

Source from the content-addressed store, hash-verified

576
577
578Future<Nothing> unsetAuthenticator(const string& realm)
579{
580 process::initialize();
581
582 return authenticator_manager->unsetAuthenticator(realm);
583}
584
585} // namespace authentication {
586

Callers 9

foreachMethod · 0.85
foreachMethod · 0.85
foreachMethod · 0.85
foreachMethod · 0.85
~MasterMethod · 0.85
~SlaveMethod · 0.85
TEST_FFunction · 0.85
foreachMethod · 0.85
foreachMethod · 0.85

Calls 2

unsetAuthenticatorMethod · 0.80
initializeFunction · 0.70

Tested by 9

foreachMethod · 0.68
foreachMethod · 0.68
foreachMethod · 0.68
foreachMethod · 0.68
~MasterMethod · 0.68
~SlaveMethod · 0.68
TEST_FFunction · 0.68
foreachMethod · 0.68
foreachMethod · 0.68