ORE Studio 0.0.4
Loading...
Searching...
No Matches
account_service Member List

This is the complete list of members for account_service, including all inherited members.

account_service(database::context ctx)account_serviceexplicit
change_password(const boost::uuids::uuid &account_id, const std::string &new_password)account_service
context typedef (defined in account_service)account_service
create_account(const std::string &username, const std::string &email, const std::string &password, const std::string &recorded_by, const std::string &change_commentary="Account created")account_service
delete_account(const boost::uuids::uuid &account_id)account_service
get_account(const boost::uuids::uuid &account_id)account_service
get_account_history(const std::string &username)account_service
get_login_info(const boost::uuids::uuid &account_id)account_service
get_total_account_count()account_service
list_accounts()account_service
list_accounts(std::uint32_t offset, std::uint32_t limit)account_service
list_login_info()account_service
lock_account(const boost::uuids::uuid &account_id)account_service
login(const std::string &username, const std::string &password, const boost::asio::ip::address &ip_address)account_service
logout(const boost::uuids::uuid &account_id)account_service
set_password_reset_required(const boost::uuids::uuid &account_id)account_service
unlock_account(const boost::uuids::uuid &account_id)account_service
update_account(const boost::uuids::uuid &account_id, const std::string &email, const std::string &recorded_by, const std::string &change_reason_code, const std::string &change_commentary)account_service
update_my_email(const boost::uuids::uuid &account_id, const std::string &new_email)account_service