Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dsessions.hpp44 SessionType sessionType{SessionType::None}; member
136 userSession->sessionType = SessionType::Session; in fromJson()
265 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession() argument
289 sessionType, in generateUserSession()
296 needWrite = sessionType != SessionType::Basic && in generateUserSession()
297 sessionType != SessionType::MutualTLS; in generateUserSession()
360 if (type == session.second->sessionType) in getUniqueIdsBySessionType()
H A Dpersistent_data.hpp248 if (p.second->sessionType != persistent_data::SessionType::Basic && in writeData()
249 p.second->sessionType != in writeData()
H A Dauthentication.hpp69 if (session->sessionType != persistent_data::SessionType::Basic) in performBasicAuth()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannelcommands.cpp282 uint2_t sessionType = chInfo.sessionSupported; in ipmiGetChannelInfo() local
290 sessionType, vendorId, auxChInfo); in ipmiGetChannelInfo()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1502 if (req.session->sessionType != persistent_data::SessionType::MutualTLS) in handleRespondToUnauthenticatedClientsPatch()