Home
last modified time | relevance | path

Searched refs:userSession (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp79 std::shared_ptr<UserSession> userSession = in fromJson() local
94 userSession->uniqueId = *thisValue; in fromJson()
98 userSession->sessionToken = *thisValue; in fromJson()
102 userSession->csrfToken = *thisValue; in fromJson()
106 userSession->username = *thisValue; in fromJson()
110 userSession->clientId = *thisValue; in fromJson()
114 userSession->clientIp = *thisValue; in fromJson()
129 if (userSession->uniqueId.empty() || userSession->username.empty() || in fromJson()
130 userSession in fromJson()
321 std::shared_ptr<UserSession> userSession = sessionIt->second; loginSessionByToken() local
[all...]
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp384 req->session = userSession; in handle()
530 if (userSession == nullptr) in getContentLengthLimit()
637 userSession = authentication::authenticate( in afterReadHeaders()
725 if (userSession != nullptr) in afterRead()
817 userSession = nullptr; in afterDoWrite()
930 std::shared_ptr<persistent_data::UserSession> userSession; member in crow::Connection