|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0705.epp_AuthInfo
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/epp0705/epp_AuthInfo.java,v 1.1 2003/03/20 22:42:17 tubadanm Exp $
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 |
public epp_AuthInfoType m_type
setType(org.openrtk.idl.epp0705.epp_AuthInfoType),
getType()public java.lang.String m_roid
setRoid(String),
getRoid()public java.lang.String m_value
setValue(String),
getValue()| Constructor Detail |
public epp_AuthInfo()
public epp_AuthInfo(epp_AuthInfoType _m_type,
java.lang.String _m_roid,
java.lang.String _m_value)
_m_type - The authorization information type_m_roid - The authorizing object's repository object identifier_m_value - The authorizing object's passphrase| Method Detail |
public void setType(epp_AuthInfoType value)
value - The authorization information typem_typepublic epp_AuthInfoType getType()
m_typepublic void setRoid(java.lang.String value)
value - The authorizing object's roidm_roidpublic java.lang.String getRoid()
m_roidpublic void setValue(java.lang.String value)
value - The authorizing object's passphrasem_valuepublic java.lang.String getValue()
m_valuepublic java.lang.String toString()
toString in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||