List of all members.
Public Member Functions |
|
| UserInstance (uid_t user_id, const string &username) |
|
const string & | clientname () const |
|
void | set_clientname (const string &clientname) |
|
uint32_t | clientid () const |
|
void | set_clientid (uint32_t clientid) |
|
const string & | authtoken () const |
|
void | set_authtoken (const string &authtoken) |
|
bool | is_authenticated () const |
|
void | set_authenticated (bool authenticated) |
|
bool | is_in_config_mode () const |
|
void | set_config_mode (bool is_in_config_mode) |
|
bool | is_a_zombie () const |
|
void | set_zombie (bool state) |
Private Attributes |
|
string | _clientname |
|
uint32_t | _clientid |
|
string | _authtoken |
|
bool | _authenticated |
|
bool | _config_mode |
|
bool | _is_a_zombie |
The documentation for this class was generated from the following files:
- /home/greearb/git/xorp.ct.github/xorp/rtrmgr/userdb.hh
- /home/greearb/git/xorp.ct.github/xorp/rtrmgr/userdb.cc