Lines Matching full:accountservice
1241 "</redfish/v1/JsonSchemas/AccountService/AccountService.json>; rel=describedby"); in handleAccountServiceHead()
1249 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates"); in getClientCertificates()
1283 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/{}", in handleAccountServiceClientCertificatesInstanceGet()
1318 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates"; in handleAccountServiceClientCertificatesGet()
1371 "</redfish/v1/JsonSchemas/AccountService/AccountService.json>; rel=describedby"); in handleAccountServiceGet()
1374 json["@odata.id"] = "/redfish/v1/AccountService"; in handleAccountServiceGet()
1375 json["@odata.type"] = "#AccountService.v1_15_0.AccountService"; in handleAccountServiceGet()
1376 json["Id"] = "AccountService"; in handleAccountServiceGet()
1381 json["Accounts"]["@odata.id"] = "/redfish/v1/AccountService/Accounts"; in handleAccountServiceGet()
1382 json["Roles"]["@odata.id"] = "/redfish/v1/AccountService/Roles"; in handleAccountServiceGet()
1411 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates"; in handleAccountServiceGet()
1422 "#OpenBMCAccountService.v1_0_0.AccountService"; in handleAccountServiceGet()
1424 "/redfish/v1/AccountService#/Oem/OpenBMC"; in handleAccountServiceGet()
1433 // /redfish/v1/AccountService/LDAP/Certificates is something only in handleAccountServiceGet()
1443 "/redfish/v1/AccountService/LDAP/Certificates"; in handleAccountServiceGet()
1456 BMCWEB_LOG_DEBUG("Got {} properties for AccountService", in handleAccountServiceGet()
1728 "/redfish/v1/AccountService/Accounts"; in handleAccountCollectionGet()
1784 "/redfish/v1/AccountService/Accounts/{}", user); in handleAccountCollectionGet()
1836 "/redfish/v1/AccountService/Accounts/" + username); in processAfterCreateUser()
2134 "/redfish/v1/AccountService/Roles/{}", role); in handleAccountGet()
2161 "/redfish/v1/AccountService/Accounts/{}", accountName); in handleAccountGet()
2307 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/") in requestAccountServiceRoutes()
2312 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/") in requestAccountServiceRoutes()
2317 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/") in requestAccountServiceRoutes()
2324 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/") in requestAccountServiceRoutes()
2331 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/") in requestAccountServiceRoutes()
2338 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/<str>/") in requestAccountServiceRoutes()
2345 "/redfish/v1/AccountService/MultiFactorAuth/ClientCertificate/Certificates/<str>/") in requestAccountServiceRoutes()
2350 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/") in requestAccountServiceRoutes()
2355 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/") in requestAccountServiceRoutes()
2360 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/") in requestAccountServiceRoutes()
2365 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/<str>/") in requestAccountServiceRoutes()
2370 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/<str>/") in requestAccountServiceRoutes()
2375 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/<str>/") in requestAccountServiceRoutes()
2383 BMCWEB_ROUTE(app, "/redfish/v1/AccountService/Accounts/<str>/") in requestAccountServiceRoutes()