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

Method unsetAuthenticator

3rdparty/libprocess/src/authenticator_manager.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71Future<Nothing> AuthenticatorManagerProcess::unsetAuthenticator(
72 const string& realm)
73{
74 authenticators_.erase(realm);
75 return Nothing();
76}
77
78
79Future<Option<AuthenticationResult>> AuthenticatorManagerProcess::authenticate(

Callers 1

unsetAuthenticatorFunction · 0.80

Calls 4

NothingClass · 0.85
dispatchFunction · 0.70
eraseMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected