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

Method BasicAuthenticatorProcess

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

Source from the content-addressed store, hash-verified

74
75
76BasicAuthenticatorProcess::BasicAuthenticatorProcess(
77 const string& realm,
78 const hashmap<string, string>& credentials)
79 : ProcessBase(ID::generate("__basic_authenticator__")),
80 realm_(realm),
81 credentials_(credentials) {}
82
83
84Future<AuthenticationResult> BasicAuthenticatorProcess::authenticate(

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected