#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. | |
void | set_pw (string pw) |
Sets password. | |
string | get_pw () |
Returns password. | |
void | reset () |
Reset all object attributes. | |
Protected Attributes | |
string | _roid |
repository object ID | |
string | _pw |
repository object ID |
|
Returns password.
|
|
Returns repository object ID.
|
|
Sets password.
|
|
Sets repository object ID.
|