|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLNET::CLoginCookie Class ReferenceManage cookie during the authenticate procedure.
More...
#include <login_cookie.h>
List of all members.
Detailed Description
Manage cookie during the authenticate procedure.
_UserAddr is the ipv4 address of the client in uint32 _UserKey is an uint32 generated by the login_service at each login password verification _UserId is an uint32 uniq for each account (an account could have more than one avatar)
-
Author:
-
Vianney Lecroart , Nevrax France
-
Date:
-
2001
Definition at line 49 of file login_cookie.h.
Constructor & Destructor Documentation
NLNET::CLoginCookie::CLoginCookie |
( |
uint32 |
addr, |
|
|
uint32 |
id |
|
) |
|
|
NLNET::CLoginCookie::CLoginCookie |
( |
|
) |
[inline] |
|
Member Function Documentation
void NLNET::CLoginCookie::clear |
( |
|
) |
[inline] |
|
uint32 NLNET::CLoginCookie::generateKey |
( |
|
) |
|
|
uint32 NLNET::CLoginCookie::getUserAddr |
( |
|
) |
const [inline] |
|
uint32 NLNET::CLoginCookie::getUserId |
( |
|
) |
const [inline] |
|
uint32 NLNET::CLoginCookie::getUserKey |
( |
|
) |
const [inline] |
|
bool NLNET::CLoginCookie::isValid |
( |
void |
|
) |
const [inline] |
|
void NLNET::CLoginCookie::setFromString |
( |
const std::string & |
str |
) |
[inline] |
|
std::string NLNET::CLoginCookie::setToString |
( |
|
) |
[inline] |
|
std::string NLNET::CLoginCookie::toString |
( |
|
) |
const [inline] |
|
Friends And Related Function Documentation
bool operator== |
( |
const CLoginCookie & |
c1, |
|
|
const CLoginCookie & |
c2 |
|
) |
[friend] |
|
Member Data Documentation
uint32 NLNET::CLoginCookie::_UserAddr [private]
|
|
uint32 NLNET::CLoginCookie::_UserId [private]
|
|
uint32 NLNET::CLoginCookie::_UserKey [private]
|
|
bool NLNET::CLoginCookie::_Valid [private]
|
|
The documentation for this class was generated from the following files:
|
|