Searched defs:AuthConfigMethods (Results 1 – 2 of 2) sorted by relevance
184 struct AuthConfigMethods struct187 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()
9 TEST(AuthConfigMethods, FromJsonHappyPath) in TEST() argument33 TEST(AuthConfigMethods, FromJsonMTLSCommonNameParseModeOutOfRange) in TEST() argument