|
EPP RTK for Java v 0.5.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.openrtk.idl.epp.epp_Credentials
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/epp/epp_Credentials.java,v 1.7 2001/12/04 22:32:49 lyin Exp $
epp_Command, Serialized Form| Field Summary | |
java.lang.String |
m_client_id
The client identifier created on the server. |
java.lang.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 |
java.lang.String |
m_password
The client password. |
| Constructor Summary | |
epp_Credentials()
Empty constructor |
|
epp_Credentials(java.lang.String _m_client_id,
java.lang.String _m_password,
java.lang.String _m_new_password,
epp_Options _m_options)
The constructor with initializing variables. |
|
| Method Summary | |
java.lang.String |
getClientId()
Accessor method for the client identifier created on the server |
java.lang.String |
getNewPassword()
Accessor method for the new client password |
epp_Options |
getOptions()
Accessor method for the options element that contains client's choices |
java.lang.String |
getPassword()
Accessor method for the client password |
void |
setClientId(java.lang.String value)
Accessor method for the client identifier created on the server |
void |
setNewPassword(java.lang.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(java.lang.String value)
Accessor method for the client password |
java.lang.String |
toString()
Converts this class into a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String m_client_id
setClientId(String),
getClientId()public java.lang.String m_password
setPassword(String),
getPassword()public java.lang.String m_new_password
setNewPassword(String),
getNewPassword()public epp_Options m_options
setOptions(org.openrtk.idl.epp.epp_Options),
getOptions()| Constructor Detail |
public epp_Credentials()
public epp_Credentials(java.lang.String _m_client_id,
java.lang.String _m_password,
java.lang.String _m_new_password,
epp_Options _m_options)
_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| Method Detail |
public void setClientId(java.lang.String value)
value - The client identifierm_client_idpublic java.lang.String getClientId()
m_client_idpublic void setPassword(java.lang.String value)
value - The passwordm_passwordpublic java.lang.String getPassword()
m_passwordpublic void setNewPassword(java.lang.String value)
value - The new passwordm_new_passwordpublic java.lang.String getNewPassword()
m_new_passwordpublic void setOptions(epp_Options value)
value - The options elementm_optionspublic epp_Options getOptions()
m_optionspublic java.lang.String toString()
toString in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||