Searched refs:forceAuth (Results 1 – 3 of 3) sorted by relevance
158 forceAuth = std::get<bool>(properties["ForceAuthentication"]); in updateSOLParameter()314 sol::Manager::get().forceAuth = std::get<bool>(prop.second); in procSolConfChange()
122 bool forceAuth = true; member in sol::Manager
1435 bool forceAuth = false; in setSolConfParams() local1438 if (req.unpack(privilegeBits, reserved2, forceAuth, forceEncrypt) != in setSolConfParams()1467 forceAuth)) in setSolConfParams()1602 bool forceAuth = false; in getSolConfParams() local1613 forceAuth)) in getSolConfParams()1624 ret.pack(uint4_t{privilege}, uint2_t{}, forceAuth, forceEncrypt); in getSolConfParams()