Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1935
AuthProvider* AuthManager::GetExternalHttpAuthProvider() {
1936
return external_http_auth_provider_.get() != nullptr ?
1937
external_http_auth_provider_.get() : GetExternalAuthProvider();
1938
}
1939
1940
}
Callers
3
Start
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64