libepp_nicbr
|
#include <CommonData.H>
Public Member Functions | |
AuthInfo & | operator= (const AuthInfo &authInfo) |
AuthInfo () | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. More... | |
string | get_roid () const |
Returns repository object ID. More... | |
bool | get_roid_f () const |
Returns the roid change flag. More... | |
void | set_pw (const string &pw) |
Sets password. More... | |
string | get_pw () const |
Returns the password. More... | |
bool | get_pw_f () const |
Returns the password change flag. More... | |
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 | |
AuthInfo Class.
|
inline |
Returns the password.
References _pw.
Referenced by SheppPrint::authInfo(), cmd_brorg_update(), cmd_contact_update(), cmd_def_reg_create(), and cmd_domain_update().
|
inline |
|
inline |
Returns repository object ID.
References _roid.
Referenced by SheppPrint::authInfo().
|
inline |
Returns the roid change flag.
References _roid_f.
Referenced by cmd_brorg_create(), cmd_brorg_info(), cmd_brorg_update(), cmd_contact_create(), cmd_contact_info(), cmd_contact_transfer(), cmd_contact_update(), cmd_domain_create(), and cmd_domain_update().
|
inline |
|
inline |
Sets repository object ID.
roid | repository object id |
References _roid, and _roid_f.
Referenced by SheppObjSet::authInfo().