EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp
Class epp_Credentials

java.lang.Object
  |
  +--org.openrtk.idl.epp.epp_Credentials
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/epp_Credentials.java,v 1.7 2001/12/04 22:32:49 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:32:49 $

See Also:
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

m_client_id

public java.lang.String m_client_id
The client identifier created on the server.
See Also:
setClientId(String), getClientId()

m_password

public java.lang.String m_password
The client password.
See Also:
setPassword(String), getPassword()

m_new_password

public java.lang.String m_new_password
The new client password to be used for the future session establishment.
See Also:
setNewPassword(String), getNewPassword()

m_options

public epp_Options m_options
The options element that contains client's choices on the protocol version and response language
See Also:
setOptions(org.openrtk.idl.epp.epp_Options), getOptions()
Constructor Detail

epp_Credentials

public epp_Credentials()
Empty constructor

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)
The constructor with initializing variables.
Parameters:
_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

setClientId

public void setClientId(java.lang.String value)
Accessor method for the client identifier created on the server
Parameters:
value - The client identifier
See Also:
m_client_id

getClientId

public java.lang.String getClientId()
Accessor method for the client identifier created on the server
Returns:
The client identifier
See Also:
m_client_id

setPassword

public void setPassword(java.lang.String value)
Accessor method for the client password
Parameters:
value - The password
See Also:
m_password

getPassword

public java.lang.String getPassword()
Accessor method for the client password
Returns:
The password
See Also:
m_password

setNewPassword

public void setNewPassword(java.lang.String value)
Accessor method for the new client password
Parameters:
value - The new password
See Also:
m_new_password

getNewPassword

public java.lang.String getNewPassword()
Accessor method for the new client password
Returns:
The new password
See Also:
m_new_password

setOptions

public void setOptions(epp_Options value)
Accessor method for the options element that contains client's choices
Parameters:
value - The options element
See Also:
m_options

getOptions

public epp_Options getOptions()
Accessor method for the options element that contains client's choices
Returns:
The options element
See Also:
m_options

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.5.0

Copyright © 2001 - Tucows, Inc.