MCPcopy Create free account
hub / github.com/apache/impala / GetExternalHttpAuthProvider

Method GetExternalHttpAuthProvider

be/src/rpc/authentication.cc:1935–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935AuthProvider* AuthManager::GetExternalHttpAuthProvider() {
1936 return external_http_auth_provider_.get() != nullptr ?
1937 external_http_auth_provider_.get() : GetExternalAuthProvider();
1938}
1939
1940}

Callers 3

StartMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64