Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1525 bool respondToUnauthenticatedClients) in handleRespondToUnauthenticatedClientsPatch() argument
1537 respondToUnauthenticatedClients); in handleRespondToUnauthenticatedClientsPatch()
1546 authMethodsConfig.tlsStrict = !respondToUnauthenticatedClients; in handleRespondToUnauthenticatedClientsPatch()
1569 std::optional<bool> respondToUnauthenticatedClients; in handleAccountServicePatch() local
1614 respondToUnauthenticatedClients, // in handleAccountServicePatch()
1642 if (respondToUnauthenticatedClients) in handleAccountServicePatch()
1645 app, req, asyncResp->res, *respondToUnauthenticatedClients); in handleAccountServicePatch()