org.openrtk.idl.epp0604
Class epp_AuthInfo
java.lang.Object
org.openrtk.idl.epp0604.epp_AuthInfo
- org.omg.CORBA.portable.IDLEntity
public class epp_AuthInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the authorization information required to authorize transfer
requests to the EPP server.
The authorization information must be provided by client when creating EPP Domain
and Contact objects.
Currently, only one type is permitted: PW (password).
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_AuthInfo.java,v 1.1 2003/03/21 15:53:44 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:53:44 $
String | m_roid - The authorizing object's repository object identifier.
|
epp_AuthInfoType | m_type - The authorization information type.
|
String | m_value - The authorizing object's passphrase.
|
String | getRoid() - Accessor method for the authorizing object's repository object identifier
|
epp_AuthInfoType | getType() - Accessor method for the authorization information type
|
String | getValue() - Accessor method for the authorizing object's passphrase
|
void | setRoid(String value) - Accessor method for the authorizing object's repository object identifier
|
void | setType(epp_AuthInfoType value) - Accessor method for the authorization information type
|
void | setValue(String value) - Accessor method for the authorizing object's passphrase
|
String | toString() - Converts this class into a string.
|
m_roid
public String m_roid
The authorizing object's repository object identifier.
Only used in transfer requests and only if the registry
permits "third-party" authorization for a transfer. That is,
for example, using an admin contact's auth info to authorize a
transfer of a domain to which it is associated. Note, that
no currently existing registries support this option.
m_value
public String m_value
The authorizing object's passphrase.
If the m_roid value is null, then the current object is the
authorizing object.
epp_AuthInfo
public epp_AuthInfo()
Empty constructor
epp_AuthInfo
public epp_AuthInfo(epp_AuthInfoType _m_type,
String _m_roid,
String _m_value)
The constructor with initializing variables.
_m_type
- The authorization information type_m_roid
- The authorizing object's repository object identifier_m_value
- The authorizing object's passphrase
getRoid
public String getRoid()
Accessor method for the authorizing object's repository object identifier
- The authorizing object's roid
getType
public epp_AuthInfoType getType()
Accessor method for the authorization information type
- The authorization information type
getValue
public String getValue()
Accessor method for the authorizing object's passphrase
- The authorizing object's passphrase
setRoid
public void setRoid(String value)
Accessor method for the authorizing object's repository object identifier
value
- The authorizing object's roid
setType
public void setType(epp_AuthInfoType value)
Accessor method for the authorization information type
value
- The authorization information type
setValue
public void setValue(String value)
Accessor method for the authorizing object's passphrase
value
- The authorizing object's passphrase
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