Searched refs:sessionType (Results 1 – 5 of 5) sorted by relevance
52 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
288 if (p.second->sessionType != persistent_data::SessionType::Basic && in writeData()289 p.second->sessionType != in writeData()
85 if (session->sessionType != persistent_data::SessionType::Basic) in performBasicAuth()
281 uint2_t sessionType = chInfo.sessionSupported; in ipmiGetChannelInfo() local289 sessionType, vendorId, auxChInfo); in ipmiGetChannelInfo()
1535 if (req.session->sessionType != persistent_data::SessionType::MutualTLS) in handleRespondToUnauthenticatedClientsPatch()