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.cpp637 createUser("whatever", {"redfish"}, "", true), in TEST_F()
645 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
662 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
710 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
733 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
768 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
784 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
929 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F()
945 UserMgr::createUser(username, {"hostconsole"}, "priv-user", true)); in TEST_F()
948 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/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js115 async createUser({ dispatch }, { username, password, privilege, status }) { method in UserManagementStore.actions
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp229 void createUser(std::string userName, std::vector<std::string> groupNames,
H A Duser_mgr.cpp360 void UserMgr::createUser(std::string userName, in createUser() function in phosphor::user::UserMgr
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DUserManagement.vue315 .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