Home
last modified time | relevance | path

Searched refs:SessionType (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp34 enum class SessionType enum
52 SessionType sessionType{SessionType::None};
144 userSession->sessionType = SessionType::Session; in fromJson()
266 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession()
297 needWrite = sessionType != SessionType::Basic && in generateUserSession()
298 sessionType != SessionType::MutualTLS; in generateUserSession()
353 std::vector<std::string> getUniqueIdsBySessionType(SessionType type) in getUniqueIdsBySessionType()
H A Dauthentication.hpp85 if (session->sessionType != persistent_data::SessionType::Basic) in performBasicAuth()
101 user, clientIp, std::nullopt, persistent_data::SessionType::Basic, in performBasicAuth()
H A Dpersistent_data.hpp350 if (p.second->sessionType != persistent_data::SessionType::Basic && in writeData()
352 persistent_data::SessionType::MutualTLS) in writeData()
/openbmc/bmcweb/http/
H A Dmutual_tls.cpp243 persistent_data::SessionType::MutualTLS); in verifyMtlsUser()
/openbmc/bmcweb/features/webui_login/
H A Dlogin_routes.hpp186 persistent_data::SessionType::Session, in handleLogin()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp281 persistent_data::SessionType::Session, isConfigureSelfOnly); in handleSessionCollectionPost()
H A Daccount_service.hpp1532 if (req.session->sessionType != persistent_data::SessionType::MutualTLS) in handleRespondToUnauthenticatedClientsPatch()