EPP LoginCmd Class.
More...
#include <LoginCmd.H>
|
string | _clID |
| Client ID.
|
|
string | _pw |
| Password.
|
|
string | _new_pw |
| New Password (optional)
|
|
string | _version |
| Protocol version.
|
|
string | _lang |
| Text language.
|
|
set< string > | _extURI |
| Object extensions supported by client.
|
|
Protected Attributes inherited from Command |
string | _clTRID |
| Client Transaction ID.
|
|
void LoginCmd::add_extURI |
( |
const string & |
extURI | ) |
|
|
inline |
Adds an object extension supported by the client.
- Parameters
-
extURI | object extension supported by the client |
References _extURI.
Referenced by cmd_login().
string LoginCmd::get_clID |
( |
| ) |
const |
|
inline |
Returns Client ID.
- Returns
- Client ID
References _clID.
set<string> LoginCmd::get_extURI |
( |
| ) |
const |
|
inline |
Returns the object extensions the client supports.
- Returns
- extURI
References _extURI.
string LoginCmd::get_lang |
( |
| ) |
const |
|
inline |
Returns text language.
- Returns
- Text language
References _lang.
string LoginCmd::get_new_pw |
( |
| ) |
const |
|
inline |
Returns new password.
- Returns
- New password
References _new_pw.
string LoginCmd::get_pw |
( |
| ) |
const |
|
inline |
Returns password.
- Returns
- Password
References _pw.
string LoginCmd::get_version |
( |
| ) |
const |
|
inline |
Returns protocol version.
- Returns
- Protocol version
References _version.
void LoginCmd::set_clID |
( |
const string & |
clID | ) |
|
|
inline |
void LoginCmd::set_lang |
( |
const string & |
lang | ) |
|
|
inline |
void LoginCmd::set_new_pw |
( |
const string & |
new_pw | ) |
|
|
inline |
void LoginCmd::set_pw |
( |
const string & |
pw | ) |
|
|
inline |
void LoginCmd::set_version |
( |
const string & |
version | ) |
|
|
inline |
Sets protocol version.
- Parameters
-
References _version.
The documentation for this class was generated from the following file: