org.openrtk.idl.epprtk

Class epp_LoginReq

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

public class epp_LoginReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the elements necessary to establish a session with an EPP server. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/epp_LoginReq.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
See Also:
EPPLogin, epp_LoginRsp

Field Summary

String
m_client_id
The client identifier created on the server.
epp_Command
m_cmd
The common and generic command element.
String[]
m_extensions
The array of service extensions.
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[]
m_services
The array of service URIs.

Constructor Summary

epp_LoginReq()
Empty constructor
epp_LoginReq(epp_Command _m_cmd, String _m_client_id, String _m_password, String _m_new_password, epp_Options _m_options, String[] _m_services, String[] _m_extensions)
The constructor with initializing variables.

Method Summary

String
getClientId()
Accessor method for the client identifier created on the server
epp_Command
getCmd()
Accessor method for the common and generic command element
String[]
getExtensions()
Accessor method for the array of service extensions supported by 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
String[]
getServices()
Accessor method for the array of services supported by the server
void
setClientId(String value)
Accessor method for the client identifier created on the server
void
setCmd(epp_Command value)
Accessor method for the common and generic command element
void
setExtensions(String[] value)
Accessor method for the array of service extensions supported by 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
void
setServices(String[] value)
Accessor method for the array of services supported by the server
String
toString()
Converts this class into a string.

Field Details

m_client_id

public String m_client_id
The client identifier created on the server.

m_cmd

public epp_Command m_cmd
The common and generic command element.

m_extensions

public String[] m_extensions
The array of service extensions. Each element identifies a custom object extensions supported by 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.

m_services

public String[] m_services
The array of service URIs. Each URI identifies an object to be managed during the session.

Constructor Details

epp_LoginReq

public epp_LoginReq()
Empty constructor

epp_LoginReq

public epp_LoginReq(epp_Command _m_cmd,
                    String _m_client_id,
                    String _m_password,
                    String _m_new_password,
                    epp_Options _m_options,
                    String[] _m_services,
                    String[] _m_extensions)
The constructor with initializing variables.
Parameters:
_m_cmd - The common and generic command element
_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
_m_services - The array of services supported by the server
_m_extensions - The array of service extensions supported by the server

Method Details

getClientId

public String getClientId()
Accessor method for the client identifier created on the server
Returns:
The client identifier

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element
Returns:
The command element
See Also:
m_cmd

getExtensions

public String[] getExtensions()
Accessor method for the array of service extensions supported by the server
Returns:
The array of service extensions

getNewPassword

public String getNewPassword()
Accessor method for the new client password
Returns:
The new password

getOptions

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

getPassword

public String getPassword()
Accessor method for the client password
Returns:
The password

getServices

public String[] getServices()
Accessor method for the array of services supported by the server
Returns:
The array of service URIs

setClientId

public void setClientId(String value)
Accessor method for the client identifier created on the server
Parameters:
value - The client identifier

setCmd

public void setCmd(epp_Command value)
Accessor method for the common and generic command element
Parameters:
value - The command element
See Also:
m_cmd

setExtensions

public void setExtensions(String[] value)
Accessor method for the array of service extensions supported by the server
Parameters:
value - The array of service extensions

setNewPassword

public void setNewPassword(String value)
Accessor method for the new client password
Parameters:
value - The 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

setPassword

public void setPassword(String value)
Accessor method for the client password
Parameters:
value - The password

setServices

public void setServices(String[] value)
Accessor method for the array of services supported by the server
Parameters:
value - The array of service URIs

toString

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

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS