EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_AuthInfo

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

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 $

See Also:
epp_TransferRequest, epp_DomainCreateReq, epp_DomainUpdateChange, Serialized Form

Field Summary
 java.lang.String m_roid
          The authorizing object's repository object identifier.
 epp_AuthInfoType m_type
          The authorization information type.
 java.lang.String m_value
          The authorizing object's passphrase.
 
Constructor Summary
epp_AuthInfo()
          Empty constructor
epp_AuthInfo(epp_AuthInfoType _m_type, java.lang.String _m_roid, java.lang.String _m_value)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getRoid()
          Accessor method for the authorizing object's repository object identifier
 epp_AuthInfoType getType()
          Accessor method for the authorization information type
 java.lang.String getValue()
          Accessor method for the authorizing object's passphrase
 void setRoid(java.lang.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(java.lang.String value)
          Accessor method for the authorizing object's passphrase
 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_type

public epp_AuthInfoType m_type
The authorization information type.

See Also:
setType(org.openrtk.idl.epp0604.epp_AuthInfoType), getType()

m_roid

public java.lang.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.

See Also:
setRoid(String), getRoid()

m_value

public java.lang.String m_value
The authorizing object's passphrase. If the m_roid value is null, then the current object is the authorizing object.

See Also:
setValue(String), getValue()
Constructor Detail

epp_AuthInfo

public epp_AuthInfo()
Empty constructor


epp_AuthInfo

public epp_AuthInfo(epp_AuthInfoType _m_type,
                    java.lang.String _m_roid,
                    java.lang.String _m_value)
The constructor with initializing variables.

Parameters:
_m_type - The authorization information type
_m_roid - The authorizing object's repository object identifier
_m_value - The authorizing object's passphrase
Method Detail

setType

public void setType(epp_AuthInfoType value)
Accessor method for the authorization information type

Parameters:
value - The authorization information type
See Also:
m_type

getType

public epp_AuthInfoType getType()
Accessor method for the authorization information type

Returns:
The authorization information type
See Also:
m_type

setRoid

public void setRoid(java.lang.String value)
Accessor method for the authorizing object's repository object identifier

Parameters:
value - The authorizing object's roid
See Also:
m_roid

getRoid

public java.lang.String getRoid()
Accessor method for the authorizing object's repository object identifier

Returns:
The authorizing object's roid
See Also:
m_roid

setValue

public void setValue(java.lang.String value)
Accessor method for the authorizing object's passphrase

Parameters:
value - The authorizing object's passphrase
See Also:
m_value

getValue

public java.lang.String getValue()
Accessor method for the authorizing object's passphrase

Returns:
The authorizing object's passphrase
See Also:
m_value

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.7.2

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