Home
last modified time | relevance | path

Searched refs:sessionType (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp52 SessionType sessionType{SessionType::None}; member
144 userSession->sessionType = SessionType::Session; in fromJson()
266 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession() argument
290 sessionType, in generateUserSession()
297 needWrite = sessionType != SessionType::Basic && in generateUserSession()
298 sessionType != SessionType::MutualTLS; in generateUserSession()
361 if (type == session.second->sessionType) in getUniqueIdsBySessionType()
H A Dpersistent_data.hpp350 if (p.second->sessionType != persistent_data::SessionType::Basic && in writeData()
351 p.second->sessionType != in writeData()
H A Dauthentication.hpp85 if (session->sessionType != persistent_data::SessionType::Basic) in performBasicAuth()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannelcommands.cpp288 uint2_t sessionType = chInfo.sessionSupported; in ipmiGetChannelInfo() local
296 sessionType, vendorId, auxChInfo); in ipmiGetChannelInfo()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1532 if (req.session->sessionType != persistent_data::SessionType::MutualTLS) in handleRespondToUnauthenticatedClientsPatch()