Lines Matching defs:UserMgr

201 bool UserMgr::isUserExist(const std::string& userName)
216 void UserMgr::throwForUserDoesNotExist(const std::string& userName)
225 void UserMgr::checkAndThrowForDisallowedGroupCreation(
239 void UserMgr::throwForUserExists(const std::string& userName)
248 void UserMgr::throwForUserNameConstraints(
283 void UserMgr::throwForMaxGrpUserCount(
311 void UserMgr::throwForInvalidPrivilege(const std::string& priv)
322 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames)
336 std::vector<std::string> UserMgr::readAllGroupsOnSystem()
360 void UserMgr::createUser(std::string userName,
409 void UserMgr::deleteUser(std::string userName)
433 void UserMgr::checkDeleteGroupConstraints(const std::string& groupName)
444 void UserMgr::deleteGroup(std::string groupName)
462 void UserMgr::checkCreateGroupConstraints(const std::string& groupName)
479 void UserMgr::createGroup(std::string groupName)
495 void UserMgr::renameUser(std::string userName, std::string newUserName)
531 void UserMgr::updateGroupsAndPriv(const std::string& userName,
586 uint8_t UserMgr::minPasswordLength(uint8_t value)
612 uint8_t UserMgr::rememberOldPasswordTimes(uint8_t value)
628 uint16_t UserMgr::maxLoginAttemptBeforeLockout(uint16_t value)
644 uint32_t UserMgr::accountUnlockTimeout(uint32_t value)
660 int UserMgr::getPamModuleConfValue(const std::string& confFile,
701 int UserMgr::setPamModuleConfValue(const std::string& confFile,
763 void UserMgr::userEnable(const std::string& userName, bool enabled)
797 bool UserMgr::parseFaillockForLockout(
855 bool UserMgr::userLockedForFailedAttempt(const std::string& userName)
878 bool UserMgr::userLockedForFailedAttempt(const std::string& userName,
902 bool UserMgr::userPasswordExpired(const std::string& userName)
946 UserSSHLists UserMgr::getUserAndSshGrpList()
998 size_t UserMgr::getIpmiUsersCount()
1004 size_t UserMgr::getNonIpmiUsersCount()
1010 bool UserMgr::isUserEnabled(const std::string& userName)
1039 std::vector<std::string> UserMgr::getUsersInGroup(const std::string& groupName)
1065 DbusUserObj UserMgr::getPrivilegeMapperObject(void)
1096 std::string UserMgr::getServiceName(std::string&& path, std::string&& intf)
1125 gid_t UserMgr::getPrimaryGroup(const std::string& userName) const
1152 bool UserMgr::isGroupMember(const std::string& userName, gid_t primaryGid,
1216 void UserMgr::executeGroupCreation(const char* groupName)
1221 void UserMgr::executeGroupDeletion(const char* groupName)
1226 UserInfoMap UserMgr::getUserInfo(std::string userName)
1331 void UserMgr::initializeAccountPolicy()
1438 void UserMgr::initUserObjects(void)
1504 void UserMgr::load()
1520 UserMgr::UserMgr(sdbusplus::bus_t& bus, const char* path) :
1538 void UserMgr::executeUserAdd(const char* userName, const char* groups,
1548 void UserMgr::executeUserDelete(const char* userName)
1553 void UserMgr::executeUserClearFailRecords(const char* userName)
1558 void UserMgr::executeUserRename(const char* userName, const char* newUserName)
1566 void UserMgr::executeUserModify(const char* userName, const char* newGroups,
1573 void UserMgr::executeUserModifyUserEnable(const char* userName, bool enabled)
1581 std::vector<std::string> UserMgr::getFailedAttempt(const char* userName)
1586 MultiFactorAuthType UserMgr::enabled(MultiFactorAuthType value, bool skipSignal)
1615 bool UserMgr::secretKeyRequired(std::string userName)