Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::epp::epp_AuthInfo Class Reference

Class containing authorization information associated with an object. More...

#include <epp_AuthInfo.h>

List of all members.

Public Methods

 epp_AuthInfo ()
 Null constructor. More...

virtual ~epp_AuthInfo ()
 Destructor. More...

 epp_AuthInfo (epp_AuthInfoType _m_type, epp_roid _m_roid, epp_string _m_value)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_AuthInfo (epp_AuthInfoType_ref _m_type, epp_roid_ref _m_roid, epp_string_ref _m_value)
 Constructor, using only references. More...


Public Attributes

epp_AuthInfoType_ref m_type
 Authorization information type. More...

epp_roid_ref m_roid
 Repository object ID of associated contact object. More...

epp_string_ref m_value
 Authorization string/passphrase. More...


Detailed Description

Class containing authorization information associated with an object.


Constructor & Destructor Documentation

eppobject::epp::epp_AuthInfo::epp_AuthInfo   [inline]
 

Null constructor.

virtual eppobject::epp::epp_AuthInfo::~epp_AuthInfo   [inline, virtual]
 

Destructor.

eppobject::epp::epp_AuthInfo::epp_AuthInfo epp_AuthInfoType    _m_type,
epp_roid    _m_roid,
epp_string    _m_value
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_AuthInfo::epp_AuthInfo epp_AuthInfoType_ref    _m_type,
epp_roid_ref    _m_roid,
epp_string_ref    _m_value
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_roid_ref eppobject::epp::epp_AuthInfo::m_roid
 

Repository object ID of associated contact object.

epp_AuthInfoType_ref eppobject::epp::epp_AuthInfo::m_type
 

Authorization information type.

epp_string_ref eppobject::epp::epp_AuthInfo::m_value
 

Authorization string/passphrase.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:48 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001