MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / authenticateUser

Method authenticateUser

src/Server/HTTPHandler.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179bool HTTPHandler::authenticateUser(HTTPServerRequest & request, HTMLForm & params, HTTPServerResponse & response)
180{
181 return authenticateUserByHTTP(request, params, response, *session, request_credentials, connection_config, server.context(), log);
182}
183
184
185void HTTPHandler::processQuery(

Callers

nothing calls this directly

Calls 2

authenticateUserByHTTPFunction · 0.85
contextMethod · 0.45

Tested by

no test coverage detected