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

eppobject::epp::epp_Credentials Class Reference

Class containing client identity credentials that provides client identity information. More...

#include <epp_Credentials.h>

List of all members.

Public Methods

 epp_Credentials ()
 Null constructor. More...

virtual ~epp_Credentials ()
 Destructor. More...

 epp_Credentials (epp_string _m_client_id, epp_string _m_password, epp_string _m_new_password, epp_Options_ref _m_options)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_Credentials (epp_string_ref _m_client_id, epp_string_ref _m_password, epp_string_ref _m_new_password, epp_Options_ref _m_options)
 Constructor, using only references. More...


Public Attributes

epp_string_ref m_client_id
 Client identifier assigned to the client by the server. More...

epp_string_ref m_password
 Client plain text password. More...

epp_string_ref m_new_password
 New client plain text password. More...

epp_Options_ref m_options
 Client options for the command/session. More...


Detailed Description

Class containing client identity credentials that provides client identity information.


Constructor & Destructor Documentation

eppobject::epp::epp_Credentials::epp_Credentials   [inline]
 

Null constructor.

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

Destructor.

eppobject::epp::epp_Credentials::epp_Credentials epp_string    _m_client_id,
epp_string    _m_password,
epp_string    _m_new_password,
epp_Options_ref    _m_options
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_Credentials::epp_Credentials epp_string_ref    _m_client_id,
epp_string_ref    _m_password,
epp_string_ref    _m_new_password,
epp_Options_ref    _m_options
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_string_ref eppobject::epp::epp_Credentials::m_client_id
 

Client identifier assigned to the client by the server.

epp_string_ref eppobject::epp::epp_Credentials::m_new_password
 

New client plain text password.

epp_Options_ref eppobject::epp::epp_Credentials::m_options
 

Client options for the command/session.

epp_string_ref eppobject::epp::epp_Credentials::m_password
 

Client plain text password.


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