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

Method BasicAuthenticator

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

Source from the content-addressed store, hash-verified

121
122
123BasicAuthenticator::BasicAuthenticator(
124 const string& realm,
125 const hashmap<string, string>& credentials)
126 : process_(new BasicAuthenticatorProcess(realm, credentials))
127{
128 spawn(*process_);
129}
130
131
132BasicAuthenticator::~BasicAuthenticator()

Callers

nothing calls this directly

Calls 1

spawnFunction · 0.70

Tested by

no test coverage detected