Wittyshare
0.2
|
This is the complete list of members for WsUserSession, including all inherited members.
getEmail() | WsUserSession | |
getGroups() | WsUserSession | |
getName() | WsUserSession | |
getNowTimestamp() | WsUserSession | private |
getSurname() | WsUserSession | |
isValidSession(const std::string &uid, const std::string &pass, const std::string &ip) | WsUserSession | |
m_email | WsUserSession | protected |
m_groups | WsUserSession | protected |
m_ip | WsUserSession | protected |
m_name | WsUserSession | protected |
m_pass | WsUserSession | protected |
m_surname | WsUserSession | protected |
m_timestamp | WsUserSession | protected |
m_uid | WsUserSession | protected |
setEmail(const std::string &email) | WsUserSession | |
setGroups(const std::set< std::string > &groups) | WsUserSession | |
setName(const std::string &name) | WsUserSession | |
setSurname(const std::string &surname) | WsUserSession | |
WsUserSession(const std::string &uid, const std::string &pass="", const std::string &ip="") | WsUserSession |