libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
AuthInfo Class Reference

AuthInfo Class. More...

#include <CommonData.H>

Public Member Functions

AuthInfooperator= (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
 

Detailed Description

AuthInfo Class.

Member Function Documentation

string AuthInfo::get_pw ( ) const
inline

Returns the password.

Returns
password

References _pw.

Referenced by SheppPrint::authInfo(), cmd_brorg_update(), cmd_contact_update(), cmd_def_reg_create(), and cmd_domain_update().

bool AuthInfo::get_pw_f ( ) const
inline

Returns the password change flag.

Returns
password change flag

References _pw_f.

string AuthInfo::get_roid ( ) const
inline

Returns repository object ID.

Returns
repository object ID

References _roid.

Referenced by SheppPrint::authInfo().

bool AuthInfo::get_roid_f ( ) const
inline
void AuthInfo::set_pw ( const string &  pw)
inline

Sets password.

Parameters
pwpassword

References _pw, and _pw_f.

Referenced by SheppObjSet::authInfo().

void AuthInfo::set_roid ( const string &  roid)
inline

Sets repository object ID.

Parameters
roidrepository object id

References _roid, and _roid_f.

Referenced by SheppObjSet::authInfo().


The documentation for this class was generated from the following file: