#include <CommonData.H>
Public Member Functions | |
AuthInfo & | operator= (const AuthInfo &authInfo) |
AuthInfo () | |
Default constructor. | |
void | set_roid (string roid) |
Sets repository object ID. | |
string | get_roid () |
Returns repository object ID. | |
bool | get_roid_f () |
Returns the roid change flag. | |
void | set_pw (string pw) |
Sets password. | |
string | get_pw () |
Returns the password. | |
bool | get_pw_f () |
Returns the password change flag. | |
void | reset () |
Reset all object attributes. | |
Protected Attributes | |
string | _roid |
repository object ID | |
bool | _roid_f |
roid change flag | |
string | _pw |
password | |
bool | _pw_f |
password change flag |
|
Returns the password.
|
|
Returns the password change flag.
|
|
Returns repository object ID.
|
|
Returns the roid change flag.
|
|
Sets password.
|
|
Sets repository object ID.
|