|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.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/epp/epp_AuthInfo.java,v 1.8 2001/12/06 14:00:40 tubadanm Exp $
epp_TransferRequest
,
epp_DomainCreateReq
,
epp_DomainUpdateChange
, Serialized FormField 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.epp.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 passphraseMethod Detail |
public void setType(epp_AuthInfoType value)
value
- The authorization information typem_type
public epp_AuthInfoType getType()
m_type
public void setRoid(java.lang.String value)
value
- The authorizing object's roidm_roid
public java.lang.String getRoid()
m_roid
public void setValue(java.lang.String value)
value
- The authorizing object's passphrasem_value
public java.lang.String getValue()
m_value
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |