AuthInfo Class Reference

AuthInfo Class. More...

#include <CommonData.H>

List of all members.

Public Member Functions

AuthInfooperator= (const AuthInfo &authInfo)
 AuthInfo ()
 Default constructor.
void set_roid (const string &roid)
 Sets repository object ID.
string get_roid () const
 Returns repository object ID.
bool get_roid_f () const
 Returns the roid change flag.
void set_pw (const string &pw)
 Sets password.
string get_pw () const
 Returns the password.
bool get_pw_f () const
 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

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(), 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:
pw password

References _pw, and _pw_f.

Referenced by SheppObjSet::authInfo().

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

Sets repository object ID.

Parameters:
roid repository object id

References _roid, and _roid_f.

Referenced by SheppObjSet::authInfo().


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:44 2010 for libepp_nicbr by  doxygen 1.6.3