#include <AuthenticationManager.h>
Public Member Functions | |
| Authentified * | authentify (const std::string &username, const std::string &password, int sessionId) |
| Authentified * | getAuthentified (int sessionId) |
| void | unAuthentify (int sessionId) |
Static Public Member Functions | |
| static void | initialise () |
| static AuthenticationManager & | getInstance () |
Definition at line 31 of file AuthenticationManager.h.
1.6.2