Home
last modified time | relevance | path

Searched refs:MultiFactorAuthType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-user-manager/
H A Dusers.cpp237 return (manager.enabled() != MultiFactorAuthType::None && in createSecretKey()
238 Interfaces::bypassedProtocol() == MultiFactorAuthType::None); in createSecretKey()
325 static std::map<MultiFactorAuthType, std::function<void(Users&)>> in __anon90507c8b0102()
326 mfaBypassHandlers{{MultiFactorAuthType::GoogleAuthenticator,
328 {MultiFactorAuthType::None, [](Users&) {}}}; in bypassedProtocol()
330 MultiFactorAuthType Users::bypassedProtocol(MultiFactorAuthType value, in bypassedProtocol()
355 static std::map<MultiFactorAuthType, std::function<void(Users&, bool)>> in __anon90507c8b0202()
356 mfaEnableHandlers{{MultiFactorAuthType::GoogleAuthenticator,
358 {MultiFactorAuthType in enableMultiFactorAuth()
[all...]
H A Dusers.hpp40 using MultiFactorAuthType = sdbusplus::common::xyz::openbmc_project::user::
147 MultiFactorAuthType bypassedProtocol(MultiFactorAuthType value,
149 void enableMultiFactorAuth(MultiFactorAuthType type, bool value);
37 using MultiFactorAuthType = sdbusplus::common::xyz::openbmc_project::user:: global() typedef
H A Duser_mgr.hpp100 using MultiFactorAuthType = sdbusplus::common::xyz::openbmc_project::user:: in executeCmd()
374 MultiFactorAuthType enabled() const override
378 MultiFactorAuthType enabled(MultiFactorAuthType value,
88 using MultiFactorAuthType = sdbusplus::common::xyz::openbmc_project::user:: global() typedef
H A Duser_mgr.cpp1567 .value_or(std::optional(MultiFactorAuthType::None)); in executeUserModify()
1640 MultiFactorAuthType UserMgr::enabled(MultiFactorAuthType value, bool skipSignal)
1648 case MultiFactorAuthType::None:
1649 for (auto type : {MultiFactorAuthType::GoogleAuthenticator})