R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
server::SessionManager Member List

This is the complete list of members for server::SessionManager, including all inherited members.

_authServiceserver::SessionManagerprivate
_sessionsserver::SessionManagerprivate
authenticateAndCreateSession(const std::string &username, const std::string &password)server::SessionManager
createSession(const std::string &id) overrideserver::SessionManagervirtual
getAuthService()server::SessionManagerinline
getSession(const std::string &id) overrideserver::SessionManagervirtual
removeSession(const std::string &id) overrideserver::SessionManagervirtual
SessionManager()server::SessionManager
SessionManager(std::shared_ptr< AuthService > authService)server::SessionManagerexplicit
~ISessionManager()=defaultserver::ISessionManagervirtual
~SessionManager() override=defaultserver::SessionManager