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

Method setAuthenticator

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

Source from the content-addressed store, hash-verified

59
60
61Future<Nothing> AuthenticatorManagerProcess::setAuthenticator(
62 const string& realm,
63 Owned<Authenticator> authenticator)
64{
65 CHECK_NOTNULL(authenticator.get());
66 authenticators_[realm] = authenticator;
67 return Nothing();
68}
69
70
71Future<Nothing> AuthenticatorManagerProcess::unsetAuthenticator(

Callers 1

setAuthenticatorFunction · 0.45

Calls 3

NothingClass · 0.85
dispatchFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected