#include <LoginCmd.H>
Inheritance diagram for LoginCmd:
Public Member Functions | |
LoginCmd (bool reset=true) | |
Default constructor. | |
void | set_clID (const string &clID) |
Sets Client ID. | |
void | set_pw (const string &pw) |
Sets password. | |
void | set_new_pw (const string &new_pw) |
Sets new password. | |
string | get_clID () |
Returns Client ID. | |
string | get_pw () |
Returns password. | |
string | get_new_pw () |
Returns new password. | |
void | reset () |
Reset attributes. | |
Protected Attributes | |
string | _clID |
Client ID. | |
string | _pw |
Password. | |
string | _new_pw |
New Password (optional). |
|
Returns Client ID.
|
|
Returns new password.
|
|
Returns password.
|
|
Reset attributes. reset attributes Reimplemented from Command. |
|
Sets Client ID.
|
|
Sets new password.
|
|
Sets password.
|