This is the complete list of members for UserGroupMediator, including all inherited members.
_userGroupsContainer | UserGroupMediator | private |
AddGroup(std::string name) | UserGroupMediator | inline |
AddUser(std::string name) | UserGroupMediator | inline |
AddUserToGroup(std::string userName, std::string groupName) | UserGroupMediator | inline |
GetAllGroups() | UserGroupMediator | inline |
GetAllUsers() | UserGroupMediator | inline |
GetGroupsWithUser(std::string userName) | UserGroupMediator | inline |
GetUsersInGroup(std::string groupName) | UserGroupMediator | inline |
IsUserInGroup(std::string userName, std::string groupName) | UserGroupMediator | inline |
RemoveGroup(std::string name) | UserGroupMediator | inline |
RemoveUser(std::string name) | UserGroupMediator | inline |
RemoveUserFromAllGroups(std::string userName) | UserGroupMediator | inline |
RemoveUserFromGroup(std::string userName, std::string groupName) | UserGroupMediator | inline |