Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp721 const std::vector<std::string>& serviceAddressList, in handleServiceAddressPatch() argument
728 "LDAPServerURI", serviceAddressList.front()); in handleServiceAddressPatch()
959 std::optional<std::vector<std::string>> serviceAddressList; member
998 if (input.serviceAddressList) in handleLDAPPatch()
1000 if (input.serviceAddressList->empty()) in handleLDAPPatch()
1003 asyncResp->res, *input.serviceAddressList, "ServiceAddress"); in handleLDAPPatch()
1018 if (!input.userName && !input.password && !input.serviceAddressList && in handleLDAPPatch()
1046 if (input.serviceAddressList) in handleLDAPPatch()
1048 handleServiceAddressPatch(*input.serviceAddressList, asyncResp, in handleLDAPPatch()
1596 activeDirectoryObject.serviceAddressList, // in handleAccountServicePatch()
[all …]