Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp605 createUser("whatever", {"redfish"}, "", true), in TEST_F()
613 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
630 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
678 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
701 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
736 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
752 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
886 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
902 UserMgr::createUser(username, {"hostconsole"}, "priv-user", true)); in TEST_F()
905 UserMgr::createUser(username, {"hostconsole"}, "priv-admin", true)); in TEST_F()
[all …]
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js122 function createUser(username, password, role, enabled) { function
124 APIUtils.createUser(username, password, role, enabled)
387 createUser(
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp137 void createUser(std::string userName, std::vector<std::string> groupNames,
H A Duser_mgr.cpp341 void UserMgr::createUser(std::string userName, in createUser() function in phosphor::user::UserMgr
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js113 async createUser({ dispatch }, { username, password, privilege, status }) { method in UserManagementStore.actions
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DUserManagement.vue294 .dispatch('userManagement/createUser', userData)
/openbmc/docs/designs/
H A Dredfish-authorization.md375 |-------------------------->| DBus: createUser | |
385 |-------------------------->| DBus: createUser | |
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js613 createUser: function(user, passwd, role, enabled) { method in AnonymousFunction1ea782bb0200.SERVICE