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.hpp1499 bool respondToUnauthenticatedClients) in handleRespondToUnauthenticatedClientsPatch() argument
1511 respondToUnauthenticatedClients); in handleRespondToUnauthenticatedClientsPatch()
1520 authMethodsConfig.tlsStrict = !respondToUnauthenticatedClients; in handleRespondToUnauthenticatedClientsPatch()
1543 std::optional<bool> respondToUnauthenticatedClients; in handleAccountServicePatch() local
1588 respondToUnauthenticatedClients, // in handleAccountServicePatch()
1616 if (respondToUnauthenticatedClients) in handleAccountServicePatch()
1619 app, req, asyncResp->res, *respondToUnauthenticatedClients); in handleAccountServicePatch()