org.openrtk.idl.epp0402
Class epp_Credentials
java.lang.Object
org.openrtk.idl.epp0402.epp_Credentials
- org.omg.CORBA.portable.IDLEntity
public class epp_Credentials
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains client identity information necessary to establish
a session with the EPP server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_Credentials.java,v 1.1 2003/03/21 16:35:38 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:38 $
String | m_client_id - The client identifier created on the server.
|
String | m_new_password - The new client password to be used for the future session establishment.
|
epp_Options | m_options - The options element that contains client's choices on the protocol version and response language
|
String | m_password - The client password.
|
String | getClientId() - Accessor method for the client identifier created on the server
|
String | getNewPassword() - Accessor method for the new client password
|
epp_Options | getOptions() - Accessor method for the options element that contains client's choices
|
String | getPassword() - Accessor method for the client password
|
void | setClientId(String value) - Accessor method for the client identifier created on the server
|
void | setNewPassword(String value) - Accessor method for the new client password
|
void | setOptions(epp_Options value) - Accessor method for the options element that contains client's choices
|
void | setPassword(String value) - Accessor method for the client password
|
String | toString() - Converts this class into a string.
|
m_client_id
public String m_client_id
The client identifier created on the server.
m_new_password
public String m_new_password
The new client password to be used for the future session establishment.
m_options
public epp_Options m_options
The options element that contains client's choices on the protocol version and response language
m_password
public String m_password
The client password.
epp_Credentials
public epp_Credentials()
Empty constructor
epp_Credentials
public epp_Credentials(String _m_client_id,
String _m_password,
String _m_new_password,
epp_Options _m_options)
The constructor with initializing variables.
_m_client_id
- The client identifier created on the server_m_password
- The client password_m_new_password
- The new client password_m_options
- The options element that contains client's choices
getClientId
public String getClientId()
Accessor method for the client identifier created on the server
getNewPassword
public String getNewPassword()
Accessor method for the new client password
getOptions
public epp_Options getOptions()
Accessor method for the options element that contains client's choices
getPassword
public String getPassword()
Accessor method for the client password
setClientId
public void setClientId(String value)
Accessor method for the client identifier created on the server
value
- The client identifier
setNewPassword
public void setNewPassword(String value)
Accessor method for the new client password
setOptions
public void setOptions(epp_Options value)
Accessor method for the options element that contains client's choices
value
- The options element
setPassword
public void setPassword(String value)
Accessor method for the client password
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS