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()
276 const std::optional<std::string>& clientId, SessionType sessionType, in generateUserSession()
300 sessionType, in generateUserSession()
307 needWrite = sessionType != SessionType::Basic && in generateUserSession()
308 sessionType != SessionType::MutualTLS;
371 if (type == session.second->sessionType) in getUniqueIdsBySessionType()
273 generateUserSession(std::string_view username,const boost::asio::ip::address & clientIp,const std::optional<std::string> & clientId,SessionType sessionType,bool isConfigureSelfOnly=false) generateUserSession() argument
H A Dpersistent_data.hpp288 if (p.second->sessionType != persistent_data::SessionType::Basic && in writeData()
289 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.cpp281 uint2_t sessionType = chInfo.sessionSupported; in ipmiGetChannelInfo() local
289 sessionType, vendorId, auxChInfo); in ipmiGetChannelInfo()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1535 if (req.session->sessionType != persistent_data::SessionType::MutualTLS) in handleRespondToUnauthenticatedClientsPatch()