Home
last modified time | relevance | path

Searched defs:AuthConfigMethods (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dsessions.hpp184 struct AuthConfigMethods struct
187 bool basic = BMCWEB_BASIC_AUTH;
188 bool sessionToken = BMCWEB_SESSION_AUTH;
189 bool xtoken = BMCWEB_XTOKEN_AUTH;
190 bool cookie = BMCWEB_COOKIE_AUTH;
191 bool tls = BMCWEB_MUTUAL_TLS_AUTH;
198 bool tlsStrict = false;
200 MTLSCommonNameParseMode mTLSCommonNameParsingMode =
204 void fromJson(const nlohmann::json::object_t& j) in fromJson()
/openbmc/bmcweb/test/include/
H A Dsessions_test.cpp9 TEST(AuthConfigMethods, FromJsonHappyPath) in TEST() argument
33 TEST(AuthConfigMethods, FromJsonMTLSCommonNameParseModeOutOfRange) in TEST() argument