TrinityCore
|
This is the complete list of members for AccountMgr, including all inherited members.
_defaultPermissions | AccountMgr | private |
_permissions | AccountMgr | private |
AccountMgr() | AccountMgr | private |
CalculateShaPassHash(std::string const &name, std::string const &password) | AccountMgr | static |
ChangeEmail(uint32 accountId, std::string newEmail) | AccountMgr | static |
ChangePassword(uint32 accountId, std::string newPassword) | AccountMgr | static |
ChangeRegEmail(uint32 accountId, std::string newEmail) | AccountMgr | static |
ChangeUsername(uint32 accountId, std::string newUsername, std::string newPassword) | AccountMgr | static |
CheckEmail(uint32 accountId, std::string newEmail) | AccountMgr | static |
CheckPassword(uint32 accountId, std::string password) | AccountMgr | static |
ClearRBAC() | AccountMgr | private |
CreateAccount(std::string username, std::string password, std::string email="", uint32 bnetAccountId=0, uint8 bnetIndex=0) | AccountMgr | |
DeleteAccount(uint32 accountId) | AccountMgr | static |
GetCharactersCount(uint32 accountId) | AccountMgr | static |
GetEmail(uint32 accountId, std::string &email) | AccountMgr | static |
GetId(std::string const &username) | AccountMgr | static |
GetName(uint32 accountId, std::string &name) | AccountMgr | static |
GetRBACDefaultPermissions(uint8 secLevel) | AccountMgr | |
GetRBACPermission(uint32 permission) const | AccountMgr | |
GetRBACPermissionList() const | AccountMgr | inline |
GetSecurity(uint32 accountId) | AccountMgr | static |
GetSecurity(uint32 accountId, int32 realmId) | AccountMgr | static |
HasPermission(uint32 accountId, uint32 permission, uint32 realmId) | AccountMgr | static |
instance() | AccountMgr | static |
IsAdminAccount(uint32 gmlevel) | AccountMgr | static |
IsConsoleAccount(uint32 gmlevel) | AccountMgr | static |
IsPlayerAccount(uint32 gmlevel) | AccountMgr | static |
LoadRBAC() | AccountMgr | |
UpdateAccountAccess(rbac::RBACData *rbac, uint32 accountId, uint8 securityLevel, int32 realmId) | AccountMgr | |
~AccountMgr() | AccountMgr | private |