Serialized Form
-
Package com.verisign.epp.codec.addlemail
-
Class com.verisign.epp.codec.addlemail.EPPAddlEmail
class EPPAddlEmail extends Object implements Serializable-
Serialized Fields
-
email
String email
Second email address -
primary
boolean primary
Is the second email the primary email?
-
-
-
-
Package com.verisign.epp.codec.allocationtoken
-
Class com.verisign.epp.codec.allocationtoken.EPPAllocationToken
class EPPAllocationToken extends Object implements Serializable-
Serialized Fields
-
token
String token
Sub-Product Identifier.
-
-
-
Class com.verisign.epp.codec.allocationtoken.EPPAllocationTokenInfo
class EPPAllocationTokenInfo extends Object implements Serializable
-
-
Package com.verisign.epp.codec.balance
-
Class com.verisign.epp.codec.balance.EPPBalanceInfoCmd
class EPPBalanceInfoCmd extends EPPInfoCmd implements Serializable -
Class com.verisign.epp.codec.balance.EPPBalanceInfoResp
class EPPBalanceInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
availableCredit
BigDecimal availableCredit
The availableCredit -
balance
BigDecimal balance
The balance -
creditLimit
BigDecimal creditLimit
The creditLimit -
creditThreshold
EPPCreditThreshold creditThreshold
creditThreshold
-
-
-
Class com.verisign.epp.codec.balance.EPPCreditThreshold
class EPPCreditThreshold extends Object implements Serializable-
Serialized Fields
-
type
String type
The type value of this Type component -
value
BigDecimal value
The creditThresholdValue value of this Type component
-
-
-
-
Package com.verisign.epp.codec.balance.v01
-
Class com.verisign.epp.codec.balance.v01.EPPBalanceInfoCmd
class EPPBalanceInfoCmd extends EPPInfoCmd implements Serializable -
Class com.verisign.epp.codec.balance.v01.EPPBalanceInfoResp
class EPPBalanceInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
availableCredit
BigDecimal availableCredit
The availableCredit -
balance
BigDecimal balance
The balance -
creditLimit
BigDecimal creditLimit
The creditLimit -
creditThreshold
BigDecimal creditThreshold
creditThreshold -
currency
String currency
Currency of the fees or credits.
-
-
-
-
Package com.verisign.epp.codec.change
-
Class com.verisign.epp.codec.change.EPPChangeCheckCmd
class EPPChangeCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
requestIds
ArrayList requestIds
-
-
-
Class com.verisign.epp.codec.change.EPPChangeCheckResp
class EPPChangeCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
checkData
ArrayList checkData
-
-
-
Class com.verisign.epp.codec.change.EPPChangeCreateCmd
class EPPChangeCreateCmd extends EPPCreateCmd implements Serializable -
Class com.verisign.epp.codec.change.EPPChangeDeleteCmd
class EPPChangeDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
requestId
String requestId
-
-
-
Class com.verisign.epp.codec.change.EPPChangeInfoCmd
class EPPChangeInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
requestId
String requestId
-
-
-
Class com.verisign.epp.codec.change.EPPChangeInfoResp
class EPPChangeInfoResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.change.EPPChangeUpdateCmd
class EPPChangeUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
attributes
EPPChangeUpdateAttributes attributes
-
clear
boolean clear
-
requestId
String requestId
-
submit
boolean submit
-
withdraw
boolean withdraw
-
-
-
Class com.verisign.epp.codec.change.EPPChangeUpdateResp
class EPPChangeUpdateResp extends EPPResponse implements Serializable-
Serialized Fields
-
receipt
String receipt
-
-
-
-
Package com.verisign.epp.codec.change.type
-
Class com.verisign.epp.codec.change.type.EPPChangeAction
class EPPChangeAction extends Object implements Serializable -
Class com.verisign.epp.codec.change.type.EPPChangeCheckData
class EPPChangeCheckData extends Object implements Serializable-
Serialized Fields
-
exists
boolean exists
-
requestId
String requestId
-
-
-
Class com.verisign.epp.codec.change.type.EPPChangeUpdateAttributes
class EPPChangeUpdateAttributes extends Object implements Serializable
-
-
Package com.verisign.epp.codec.change.util
-
Exception Class com.verisign.epp.codec.change.util.InvalidValueException
class InvalidValueException extends EPPDecodeException implements Serializable
-
-
Package com.verisign.epp.codec.changeext
-
Class com.verisign.epp.codec.changeext.EPPChangeExt
class EPPChangeExt extends Object implements Serializable-
Serialized Fields
-
requestId
String requestId
Sub-Product Identifier.
-
-
-
-
Package com.verisign.epp.codec.changepoll
-
Class com.verisign.epp.codec.changepoll.EPPChangeCaseId
class EPPChangeCaseId extends Object implements Serializable -
Class com.verisign.epp.codec.changepoll.EPPChangeData
class EPPChangeData extends Object implements Serializable-
Serialized Fields
-
caseId
EPPChangeCaseId caseId
OPTIONAL Case identifier for the change. -
date
Date date
Date and time when the operation was executed. -
operation
EPPChangeOperation operation
Transform operation executed on the object. -
reason
String reason
OPTIONAL reason for executing the operation. -
reasonLang
String reasonLang
OPTIONAL language of the reason. -
state
String state
State that reflects the whether the object reflects the state prior to the operation or after the operation, using the constantsSTATE_BEFOREandSTATE_AFTER, respectively. The default value is set otSTATE_AFTER. -
svrTrid
String svrTrid
Server transaction identifier of the operation. -
who
String who
Who executed the operation.
-
-
-
Class com.verisign.epp.codec.changepoll.EPPChangeOperation
class EPPChangeOperation extends Object implements Serializable
-
-
Package com.verisign.epp.codec.coaext
-
Class com.verisign.epp.codec.coaext.EPPCoaExtAttr
class EPPCoaExtAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
EPPCoaExtKey key
The key in this key/value pair. -
value
EPPCoaExtValue value
The value in this key/value pair.
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtCreate
class EPPCoaExtCreate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attrs
List attrs
Attributes to be associated with the created object
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtInfData
class EPPCoaExtInfData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attrs
List attrs
Attributes currently associated with the object
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtKey
class EPPCoaExtKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
The key to a key/value pair.
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtUpdate
class EPPCoaExtUpdate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.verisign.epp.codec.coaext.EPPCoaExtValue
class EPPCoaExtValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
The value to a key/value pair.
-
-
-
Package com.verisign.epp.codec.contact
-
Class com.verisign.epp.codec.contact.EPPContactAddChange
class EPPContactAddChange extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information for contact change -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
String email
email -
fax
String fax
fax number -
faxExt
String faxExt
fax extension number for contact -
mode
short mode
Mode of EPPContactAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPContactUpdateCmdwill set the mode for itsEPPContactAddRemoveinstances. -
postalContacts
Vector postalContacts
postal contacts -
statuses
Vector statuses
contact statuses -
voice
String voice
voice number -
voiceExt
String voiceExt
voice extension number
-
-
-
Class com.verisign.epp.codec.contact.EPPContactAddress
class EPPContactAddress extends Object implements Serializable-
Serialized Fields
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckCmd
class EPPContactCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
ids
Vector ids
Contact Ids to check. This is aVectorofStringinstances.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckResp
class EPPContactCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
Vector results
Vector ofEPPContactResultinstances.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckResult
class EPPContactCheckResult extends Object implements Serializable -
Class com.verisign.epp.codec.contact.EPPContactCreateCmd
class EPPContactCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information for contact -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
String email
email for contact -
fax
String fax
fax number for contact -
faxExt
String faxExt
fax extension number for contact -
id
String id
ID for contact -
postalContacts
Vector postalContacts
postal contacts -
voice
String voice
voice number for contact -
voiceExt
String voiceExt
voice extension number for contact
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCreateResp
class EPPContactCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.contact.EPPContactDeleteCmd
class EPPContactDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
id
String id
Contact Name of contact to delete.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDisclose
class EPPContactDisclose extends Object implements Serializable-
Serialized Fields
-
addrInt
boolean addrInt
Internationalized addr element set? -
addrLoc
boolean addrLoc
Localized addr element set? -
email
boolean email
Email element set? -
fax
boolean fax
Fax element set? -
flag
boolean flag
Required disclose flag value with a default value offalse. -
nameInt
boolean nameInt
Internationalized name element set? -
nameLoc
boolean nameLoc
Localized name element set? -
orgInt
boolean orgInt
Internationalized org element set? -
orgLoc
boolean orgLoc
Localized org element set? -
rootName
String rootName
XML root element tag name for contact disclose definition The value needs to be set before calling encode(Document) and default value is set toELM_NAME_DISCLOSE. -
voice
boolean voice
Voice element set?
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseAddress
class EPPContactDiscloseAddress extends Object implements Serializable-
Serialized Fields
-
type
String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseName
class EPPContactDiscloseName extends Object implements Serializable-
Serialized Fields
-
type
String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseOrg
class EPPContactDiscloseOrg extends Object implements Serializable-
Serialized Fields
-
type
String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactInfoCmd
class EPPContactInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
id
String id
Contact Id to get information on.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactInfoResp
class EPPContactInfoResp extends EPPResponse implements Serializable- serialVersionUID:
- -1028446700493015708L
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information of contact -
clientId
String clientId
identifier of sponsoring client -
createdBy
String createdBy
identifier of the client that created the contact -
createdDate
Date createdDate
date and time of contact creation -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
String email
contact email -
fax
String fax
contact fax number -
faxExt
String faxExt
fax extension number for contact -
id
String id
contact id -
lastTransferDate
Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
String lastUpdatedBy
identifier of the client that last updated the contact name -
lastUpdatedDate
Date lastUpdatedDate
date and time of the most recent contact modification -
postalContacts
Vector postalContacts
postal contacts -
roid
String roid
roid -
statuses
Vector statuses
contact statuses -
voice
String voice
contact voice number -
voiceExt
String voiceExt
voice extension number
-
-
Class com.verisign.epp.codec.contact.EPPContactPendActionMsg
class EPPContactPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
id
String id
fully qualified contact id of pending action. -
pendingDate
Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrueindicates that the request has been approved and completed. A value offalseindicates that the request has been denied and the requested action has not been taken. Default value isfalse.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactPostalDefinition
class EPPContactPostalDefinition extends Object implements Serializable-
Serialized Fields
-
address
EPPContactAddress address
contact address -
name
String name
contact name -
org
String org
contact organization -
rootName
String rootName
XML root element tag name for contact postal definition The value needs to be set before calling encode(Document) and default value is set toELM_NAME_POSTAL_INFO. -
type
String type
Attribute Name ofEPPContactPostalDefinitionroot element. -
validatedFlag
boolean validatedFlag
A flag to show whether validateState() been called before calling encode(Document)
-
-
-
Class com.verisign.epp.codec.contact.EPPContactStatus
class EPPContactStatus extends Object implements Serializable -
Class com.verisign.epp.codec.contact.EPPContactTransferCmd
class EPPContactTransferCmd extends EPPTransferCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information -
id
String id
Contact Id of contact to query.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactTransferResp
class EPPContactTransferResp extends EPPResponse implements Serializable-
Serialized Fields
-
actionClient
String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
id
String id
The fully qualified contact id. -
requestClient
String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
Date requestDate
The date and time that the transfer was requested. -
trStatus
String trStatus
Transfer status.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactUpdateCmd
class EPPContactUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPContactAddChange add
Attributes to add -
change
EPPContactAddChange change
Attributes to change -
id
String id
Contact ID -
remove
EPPContactAddChange remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.defReg
-
Class com.verisign.epp.codec.defReg.EPPDefRegAddRemove
class EPPDefRegAddRemove extends Object implements Serializable-
Serialized Fields
-
adminContact
String adminContact
adminContact to change. -
authInfo
EPPAuthInfo authInfo
authorization information to change. -
mode
short mode
Mode of EPPDefRegAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPDefRegUpdateCmdwill set the mode for itsEPPDefRegAddRemoveinstances. -
registrant
String registrant
registrant to change. -
statuses
Vector statuses
Status to add or remove. -
tm
String tm
DefReg TradeMark of defReg to create . -
tmcountry
String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckCmd
class EPPDefRegCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
names
Vector names
DefReg Names to check. This is aVectorofStringinstances.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckResp
class EPPDefRegCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
Vector results
Vector ofEPPDefRegFwdCheckResultinstances.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckResult
class EPPDefRegCheckResult extends Object implements Serializable-
Serialized Fields
-
available
boolean available
Is the DefReg Name (name) available? -
language
String language
XML attribute value for thelangattribute. -
level
String level
DefRegFwd Level associated with result. -
name
String name
DefRegFwd Name associated with result. -
reason
String reason
DefReg Reason to check. This is aString.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCreateCmd
class EPPDefRegCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
admincontact
String admincontact
DefReg AdminContact of defReg to create . -
authInfo
EPPAuthInfo authInfo
authorization information. -
defRegName
EPPDefRegName defRegName
DefReg Name of defReg to create. -
level
String level
DefReg Name of defReg to create. -
period
EPPDefRegPeriod period
Registration Period. -
registrant
String registrant
registrant information. -
tm
String tm
DefReg TradeMark of defReg to create . -
tmcountry
String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCreateResp
class EPPDefRegCreateResp extends EPPResponse implements Serializable-
Serialized Fields
-
creationDate
Date creationDate
Creation Date. -
expirationDate
Date expirationDate
the end of the defReg's validity period. -
name
EPPDefRegName name
fully qualified defReg name that has been created or whose validity period has been extended. -
roid
String roid
fully qualified defReg roid that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegDeleteCmd
class EPPDefRegDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
roid
String roid
DEFREG Roid to get information on.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegInfoCmd
class EPPDefRegInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
roid
String roid
DEFREG Roid to get information on.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegInfoResp
class EPPDefRegInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
admincontact
String admincontact
DefReg AdminContact of defReg to create . -
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
String clientId
identifier of the client that created the defReg name -
contacts
Vector contacts
VectorofEPPDefRegFwdContactinstances associated with defReg -
createdBy
String createdBy
identifier of the creator that created the defReg name -
createdDate
Date createdDate
date and time of defReg creation -
expirationDate
Date expirationDate
date and time identifying the end of the defReg's registration period -
lastTransferDate
Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
String lastUpdatedBy
identifier of the client that last updated the defReg name -
lastUpdatedDate
Date lastUpdatedDate
date and time of the most recent defReg modification -
name
EPPDefRegName name
fully qualified name of the defReg -
registrant
String registrant
registrant. -
roid
String roid
roid. -
statuses
Vector statuses
one or more current status descriptors. -
tm
String tm
DefReg TradeMark of defReg to create . -
tmcountry
String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegName
class EPPDefRegName extends Object implements Serializable -
Class com.verisign.epp.codec.defReg.EPPDefRegPeriod
class EPPDefRegPeriod extends Object implements Serializable-
Serialized Fields
-
period
int period
DefReg period. -
pUnit
String pUnit
DefReg period unit.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegRenewCmd
class EPPDefRegRenewCmd extends EPPRenewCmd implements Serializable-
Serialized Fields
-
curExpDate
Date curExpDate
Current Expiration Date. -
period
EPPDefRegPeriod period
Registration Period -
roid
String roid
DefReg Roid of defReg to create.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegRenewResp
class EPPDefRegRenewResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.defReg.EPPDefRegStatus
class EPPDefRegStatus extends Object implements Serializable -
Class com.verisign.epp.codec.defReg.EPPDefRegTransferCmd
class EPPDefRegTransferCmd extends EPPTransferCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
period
EPPDefRegPeriod period
Registration Period -
roid
String roid
DefReg Roid of defReg to update.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegTransferResp
class EPPDefRegTransferResp extends EPPResponse implements Serializable-
Serialized Fields
-
actionClient
String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
Date expirationDate
An optional attribute that contains the end of the defReg's validity period if the transfer command caused or causes a change in the validity period. -
requestClient
String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
Date requestDate
The date and time that the transfer was requested. -
roid
String roid
DefReg Roid of defReg to update. -
transferStatus
String transferStatus
The state of the most recent transfer request. This should be one of theEPPDefRegTransferResp.STATUSconstants.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegUpdateCmd
class EPPDefRegUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPDefRegAddRemove add
Attributes to add -
change
EPPDefRegAddRemove change
Attributes to change -
remove
EPPDefRegAddRemove remove
Attributes to remove -
roid
String roid
DefReg Roid of defReg to update.
-
-
-
-
Package com.verisign.epp.codec.domain
-
Class com.verisign.epp.codec.domain.EPPDomainAddRemove
class EPPDomainAddRemove extends Object implements Serializable-
Serialized Fields
-
attrServers
Vector<EPPHostAttr> attrServers
Host Attribute Name Servers to add or remove. -
authInfo
EPPAuthInfo authInfo
authorization information to change. -
contacts
Vector<EPPDomainContact> contacts
Contacts to add or remove. -
mode
short mode
Mode of EPPDomainAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPDomainUpdateCmdwill set the mode for itsEPPDomainAddRemoveinstances. -
registrant
String registrant
registrant to change. -
servers
Vector<?> servers
Name Servers to add or remove that contains eitherStringorEPPHostAttrobjects. -
statuses
Vector<EPPDomainStatus> statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCheckCmd
class EPPDomainCheckCmd extends EPPCheckCmd implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainCheckResp
class EPPDomainCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
Vector<EPPDomainCheckResult> results
VectorofEPPDomainCheckResultinstances.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCheckResult
class EPPDomainCheckResult extends Object implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainContact
class EPPDomainContact extends Object implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainCreateCmd
class EPPDomainCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
contacts
Vector<EPPDomainContact> contacts
Domain Contacts -
name
String name
Domain Name of domain to create. -
period
EPPDomainPeriod period
Registration Period. -
registrant
String registrant
registrant. -
serverAttrs
Vector<EPPHostAttr> serverAttrs
name server attributes. -
servers
Vector<String> servers
Domain Name Server Names
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCreateResp
class EPPDomainCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainDeleteCmd
class EPPDomainDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
name
String name
Domain Name of domain to delete.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainInfoCmd
class EPPDomainInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
hosts
String hosts
XML attribute value for thehostsattribute. -
name
String name
Domain Name to get information on.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainInfoResp
class EPPDomainInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
clientId
String clientId
Identifier of sponsoring client -
contacts
Vector<EPPDomainContact> contacts
VectorofEPPDomainContactinstances associated with domain -
createdBy
String createdBy
Identifier of the client that created the domain name -
createdDate
Date createdDate
Date and time of domain creation -
expirationDate
Date expirationDate
Date and time identifying the end of the domain's registration period -
hosts
Vector<String> hosts
Names of host objects. -
lastTransferDate
Date lastTransferDate
Date and time of the most recent successful transfer -
lastUpdatedBy
String lastUpdatedBy
Identifier of the client that last updated the domain name -
lastUpdatedDate
Date lastUpdatedDate
Date and time of the most recent domain modification -
name
String name
Fully qualified name of the domain -
nsAttrs
Vector<EPPHostAttr> nsAttrs
name server attributes. -
nses
Vector<String> nses
Names of name server object names. -
registrant
String registrant
Registrant. -
roid
String roid
Registry Object IDentifier (ROID). -
statuses
Vector<EPPDomainStatus> statuses
One or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainPendActionMsg
class EPPDomainPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
name
String name
fully qualified domain name of pending action. -
paSuccess
boolean paSuccess
Was the pending request successful? A value oftrueindicates that the request has been approved and completed. A value offalseindicates that the request has been denied and the requested action has not been taken. Default value isfalse. -
pendingDate
Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainPeriod
class EPPDomainPeriod extends Object implements Serializable-
Serialized Fields
-
period
int period
Domain period. -
pUnit
String pUnit
Domain period unit.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainRenewCmd
class EPPDomainRenewCmd extends EPPRenewCmd implements Serializable-
Serialized Fields
-
curExpDate
Date curExpDate
Current Expiration Date. -
name
String name
Domain Name of domain to create. -
period
EPPDomainPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainRenewResp
class EPPDomainRenewResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainStatus
class EPPDomainStatus extends Object implements Serializable -
Class com.verisign.epp.codec.domain.EPPDomainTransferCmd
class EPPDomainTransferCmd extends EPPTransferCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
name
String name
Domain Name of domain to query. -
period
EPPDomainPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainTransferResp
class EPPDomainTransferResp extends EPPResponse implements Serializable-
Serialized Fields
-
actionClient
String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
Date expirationDate
An optional attribute that contains the end of the domain's validity period if the transfer command caused or causes a change in the validity period. -
name
String name
The fully qualified domain name. -
requestClient
String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
Date requestDate
The date and time that the transfer was requested. -
transferStatus
String transferStatus
The state of the most recent transfer request. This should be one of theEPPDomainTransferResp.STATUSconstants.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainUpdateCmd
class EPPDomainUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPDomainAddRemove add
Attributes to add -
change
EPPDomainAddRemove change
Attributes to change -
name
String name
Domain Name of domain to update. -
remove
EPPDomainAddRemove remove
Attributes to remove
-
-
-
Class com.verisign.epp.codec.domain.EPPHostAttr
class EPPHostAttr extends Object implements Serializable-
Serialized Fields
-
addresses
Vector<EPPHostAddress> addresses
Host addresses as aVectorofEPPHostAddressinstances. -
name
String name
Host name
-
-
-
-
Package com.verisign.epp.codec.emailFwd
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdAddRemove
class EPPEmailFwdAddRemove extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information to change. -
contacts
Vector contacts
Contacts to add or remove. -
forwardTo
String forwardTo
forwardTo to change. -
mode
short mode
Mode of EPPEmailFwdAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPEmailFwdUpdateCmdwill set the mode for itsEPPEmailFwdAddRemoveinstances. -
registrant
String registrant
registrant to change. -
statuses
Vector statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckCmd
class EPPEmailFwdCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
names
Vector names
EmailFwd Names to check. This is aVectorofStringinstances.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckResp
class EPPEmailFwdCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
Vector results
Vector ofEPPEmailFwdCheckResultinstances.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckResult
class EPPEmailFwdCheckResult extends Object implements Serializable -
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdContact
class EPPEmailFwdContact extends Object implements Serializable -
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCreateCmd
class EPPEmailFwdCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
contacts
Vector contacts
EmailFwd Contacts -
forwardTo
String forwardTo
DOCUMENT ME! -
name
String name
EmailFwd Name of emailFwd to create. -
period
EPPEmailFwdPeriod period
Registration Period. -
registrant
String registrant
registrant.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCreateResp
class EPPEmailFwdCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdDeleteCmd
class EPPEmailFwdDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
name
String name
EmailFwd Name of emailFwd to delete.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdInfoCmd
class EPPEmailFwdInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
name
String name
EmailFwd Name to get information on.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdInfoResp
class EPPEmailFwdInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
String clientId
identifier of sponsoring client -
contacts
Vector contacts
VectorofEPPEmailFwdContactinstances associated with emailFwd -
createdBy
String createdBy
identifier of the client that created the emailFwd name -
createdDate
Date createdDate
date and time of emailFwd creation -
expirationDate
Date expirationDate
date and time identifying the end of the emailFwd's registration period -
forwardTo
String forwardTo
fully qualified forwardTo address of the emailFwd -
lastTransferDate
Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
String lastUpdatedBy
identifier of the client that last updated the emailFwd name -
lastUpdatedDate
Date lastUpdatedDate
date and time of the most recent emailFwd modification -
name
String name
fully qualified name of the emailFwd -
registrant
String registrant
registrant. -
roid
String roid
roid. -
statuses
Vector statuses
one or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdPendActionMsg
class EPPEmailFwdPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
name
String name
fully qualified emailFwd name of pending action. -
pendingDate
Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrueindicates that the request has been approved and completed. A value offalseindicates that the request has been denied and the requested action has not been taken. Default value isfalse.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdPeriod
class EPPEmailFwdPeriod extends Object implements Serializable-
Serialized Fields
-
period
int period
EmailFwd period. -
pUnit
String pUnit
EmailFwd period unit.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdRenewCmd
class EPPEmailFwdRenewCmd extends EPPRenewCmd implements Serializable-
Serialized Fields
-
curExpDate
Date curExpDate
Current Expiration Date. -
name
String name
EmailFwd Name of emailFwd to create. -
period
EPPEmailFwdPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdRenewResp
class EPPEmailFwdRenewResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdStatus
class EPPEmailFwdStatus extends Object implements Serializable -
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdTransferCmd
class EPPEmailFwdTransferCmd extends EPPTransferCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
name
String name
EmailFwd Name of emailFwd to query. -
period
EPPEmailFwdPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdTransferResp
class EPPEmailFwdTransferResp extends EPPResponse implements Serializable-
Serialized Fields
-
actionClient
String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
Date expirationDate
An optional attribute that contains the end of the emailFwd's validity period if the transfer command caused or causes a change in the validity period. -
name
String name
The fully qualified emailFwd name. -
requestClient
String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
Date requestDate
The date and time that the transfer was requested. -
transferStatus
String transferStatus
The state of the most recent transfer request. This should be one of theEPPEmailFwdTransferResp.STATUSconstants.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdUpdateCmd
class EPPEmailFwdUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPEmailFwdAddRemove add
Attributes to add -
change
EPPEmailFwdAddRemove change
Attributes to change -
name
String name
EmailFwd Name of emailFwd to update. -
remove
EPPEmailFwdAddRemove remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.fee.v1_0
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCheck
class EPPFeeCheck extends Object implements Serializable-
Serialized Fields
-
commands
List<EPPFeeCommand> commands
Commands to check for the fee -
currency
String currency
OPTIONAL currency desired by the client.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCheckResult
class EPPFeeCheckResult extends Object implements Serializable-
Serialized Fields
-
available
boolean available
Is the fee information available? -
classification
String classification
OPTIONAL classification of the domain name. -
commands
List<EPPFeeCommandData> commands
Commands fee data -
language
String language
XML attribute value for thelangattribute. -
objID
String objID
The string that identifies the object, which most likely corresponds to the <domain:name> element. -
reason
String reason
Reason for a "false" availability.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeChkData
class EPPFeeChkData extends Object implements Serializable-
Serialized Fields
-
currency
String currency
Currency of fees. -
results
List<EPPFeeCheckResult> results
List of claims check results
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCommand
class EPPFeeCommand extends Object implements Serializable-
Serialized Fields
-
command
Command command
Command value based on theCommandenumeration. This value is required. -
customName
String customName
OPTIONAL customName attribute used when the command is set toCommand.CUSTOM. -
period
EPPFeePeriod period
OPTIONAL period of the fee -
phase
Phase phase
OPTIONAL "phase" attribute. -
subphase
String subphase
OPTIONAL "subphase" attribute.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCommandData
class EPPFeeCommandData extends EPPFeeCommand implements Serializable-
Serialized Fields
-
credits
List<EPPFeeCredit> credits
OPTIONAL list of credits. -
fees
List<EPPFeeValue> fees
OPTIONAL list of fees. -
language
String language
XML attribute value for thelangattribute. -
reason
String reason
Reason not providing the fee information -
standard
boolean standard
OPTIONAL "standard" attribute with default of "0".
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCreate
class EPPFeeCreate extends EPPFeeTransform implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCreData
class EPPFeeCreData extends EPPFeeTransformResult implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCredit
class EPPFeeCredit extends Object implements Serializable-
Serialized Fields
-
credit
BigDecimal credit
Value of the credit -
description
String description
OPTIONAL Human-readable description -
language
String language
OPTIONAL language for thedescriptionwith the default valueEPPFeeCredit.DEFAULT_LANG.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeDelData
class EPPFeeDelData extends EPPFeeTransformResult implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeePeriod
class EPPFeePeriod extends Object implements Serializable-
Serialized Fields
-
period
int period
Domain period. -
pUnit
String pUnit
Domain period unit.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeRenData
class EPPFeeRenData extends EPPFeeTransformResult implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeRenew
class EPPFeeRenew extends EPPFeeTransform implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransfer
class EPPFeeTransfer extends EPPFeeTransform implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
class EPPFeeTransform extends Object implements Serializable-
Serialized Fields
-
currency
String currency
Currency desired by the client. -
ELM_NAME
String ELM_NAME
XML root tag forEPPFeeTransform. -
fees
List<EPPFeeValue> fees
List of fees
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransformResult
class EPPFeeTransformResult extends Object implements Serializable-
Serialized Fields
-
balance
BigDecimal balance
OPTIONAL available balance for the client. -
creditLimit
BigDecimal creditLimit
OPTIONAL maximum credit available to the client. -
credits
List<EPPFeeCredit> credits
OPTIONAL list of credits, used for the delete response -
currency
String currency
Currency of the fees or credits. -
ELM_NAME
String ELM_NAME
XML root tag forEPPFeeTransformResult. -
fees
List<EPPFeeValue> fees
OPTIONAL list of fees -
period
EPPFeePeriod period
OPTIONAL period for use only with transfer query response.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTrnData
class EPPFeeTrnData extends EPPFeeTransformResult implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeUpdate
class EPPFeeUpdate extends EPPFeeTransform implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeUpdData
class EPPFeeUpdData extends EPPFeeTransformResult implements Serializable -
Class com.verisign.epp.codec.fee.v1_0.EPPFeeValue
class EPPFeeValue extends Object implements Serializable-
Serialized Fields
-
applied
String applied
OPTIONAL applied attribute the defines when fees are applied. -
description
String description
OPTIONAL Human-readable description -
fee
BigDecimal fee
Value of the fee -
gracePeriod
String gracePeriod
OPTIONAL grace-period attribute -
language
String language
OPTIONAL language for thedescriptionwith the default valueEPPFeeValue.DEFAULT_LANG. -
refundable
Boolean refundable
OPTIONAL refundable attribute
-
-
-
-
Package com.verisign.epp.codec.gen
-
Class com.verisign.epp.codec.gen.EPPAuthInfo
class EPPAuthInfo extends Object implements Serializable-
Serialized Fields
-
ext
EPPCodecComponent ext
Extension authorization information. -
password
String password
Password authorization information. -
roid
String roid
roid. -
rootName
String rootName
Root mapping name such as domain or contact (e.g.domain:authInfofor domain mapping). This attribute needs to be specified before calling encode(Document) method. -
rootNS
String rootNS
XML namespace URI for the root element. -
type
short type
type, and default value isTYPE_PW
-
-
-
Class com.verisign.epp.codec.gen.EPPCheckCmd
class EPPCheckCmd extends EPPCommand implements Serializable -
Exception Class com.verisign.epp.codec.gen.EPPCodecException
class EPPCodecException extends EPPException implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class com.verisign.epp.codec.gen.EPPCommand
class EPPCommand extends Object implements Serializable-
Serialized Fields
-
extensions
Vector<EPPCodecComponent> extensions
Extension objects associated with the command. The extension object is associated with a unique XML Namespace, XML Schema, and can be any simple or complex object that implements theEPPCodecComponentinterface. -
transId
String transId
Client Transaction id associated with the command
-
-
-
Exception Class com.verisign.epp.codec.gen.EPPComponentNotFoundException
class EPPComponentNotFoundException extends EPPDecodeException implements Serializable-
Serialized Fields
-
kind
short kind
Kind of component not found
-
-
-
Class com.verisign.epp.codec.gen.EPPCreateCmd
class EPPCreateCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPCredentials
class EPPCredentials extends Object implements Serializable-
Serialized Fields
-
clientId
String clientId
Client login id -
ELM_LANG
String ELM_LANG
XML tag name for thelangattribute. -
ELM_VERSION
String ELM_VERSION
XML tag name for theversionattribute. -
lang
String lang
Desired language for error result messages. -
newPassword
String newPassword
New client password -
password
String password
Client password -
version
String version
Desired EPP protocol version
-
-
-
Class com.verisign.epp.codec.gen.EPPDcp
class EPPDcp extends Object implements Serializable-
Serialized Fields
-
access
short access
describes the access provided by the server to the client on behalf of the originating data source. Uses one of theACCESS_constants. Defaults to all (ACCESS_ALL). -
expiryAbsolute
Date expiryAbsolute
Expiry absolute date. This is an optional attribute that is mutually exclusive withexpiryRelative. -
expiryRelative
Duration expiryRelative
Expiry relative duration. This is an optional attribute that is mutually exclusive withexpiryAbsolute. -
statements
Vector<EPPStatement> statements
Vector ofEPPStatementinstances.
-
-
-
Exception Class com.verisign.epp.codec.gen.EPPDecodeException
class EPPDecodeException extends EPPCodecException implements Serializable -
Class com.verisign.epp.codec.gen.EPPDeleteCmd
class EPPDeleteCmd extends EPPCommand implements Serializable -
Exception Class com.verisign.epp.codec.gen.EPPDuplicateExtensionException
class EPPDuplicateExtensionException extends EPPCodecException implements Serializable-
Serialized Fields
-
extension
EPPCodecComponent extension
-
-
-
Exception Class com.verisign.epp.codec.gen.EPPEncodeException
class EPPEncodeException extends EPPCodecException implements Serializable -
Class com.verisign.epp.codec.gen.EPPExtValue
class EPPExtValue extends Object implements Serializable-
Serialized Fields
-
lang
String lang
Language of thereasonattribute. A value of null indicates the default value of "en". -
reason
String reason
human-readable message that describes the reason for the error. -
value
EPPValue value
identifies a client-provided element (including XML tag and value) that caused a server error condition.
-
-
-
Class com.verisign.epp.codec.gen.EPPGreeting
class EPPGreeting extends Object implements Serializable-
Serialized Fields
-
dcp
EPPDcp dcp
DataCollectionPolicy supported by the server,which defines the access and statement supported by the server -
server
String server
name of the server. The server length needs to be >=MIN_SERVER_LENand <=MAX_SERVER_LEN. This attribute is required to encode the greeting, and can be set withEPPGreeting(String, Date, EPPService)or withsetServer. -
serverDate
Date serverDate
server's current date and time. The value is a JavaDaterepresenting the server's current date and time in UTC. -
serviceMenu
EPPServiceMenu serviceMenu
features supported by the server. This attribute includes the EPP protocol versions supported, the languages supported, and the EPP services supported.
-
-
-
Class com.verisign.epp.codec.gen.EPPHello
class EPPHello extends Object implements Serializable -
Class com.verisign.epp.codec.gen.EPPInfoCmd
class EPPInfoCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPLoginCmd
class EPPLoginCmd extends EPPCommand implements Serializable-
Serialized Fields
-
clientId
String clientId
Client login id -
ELM_LANG
String ELM_LANG
XML tag name for thelangattribute. -
ELM_VERSION
String ELM_VERSION
XML tag name for theversionattribute. -
extservices
Vector<EPPService> extservices
Extension (Protocol and Command-Response) Services desired by the client. -
lang
String lang
Desired language for error result messages. -
newPassword
String newPassword
New client password -
password
String password
Client password -
services
Vector<EPPService> services
Object Services desired by the client. -
version
String version
Desired EPP protocol version
-
-
-
Class com.verisign.epp.codec.gen.EPPLogoutCmd
class EPPLogoutCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPMsgQueue
class EPPMsgQueue extends Object implements Serializable-
Serialized Fields
-
count
Long count
Number of messages that exist in the queue. -
id
String id
Uniquely identifies the message at the head of the queue. -
lang
String lang
Language of themsgelement. -
msg
String msg
Optional human-readable message. -
msgNodeList
NodeList msgNodeList
Optional msg using mixed content -
qDate
Date qDate
Optional date and time that the message was enqueued.
-
-
-
Class com.verisign.epp.codec.gen.EPPPollCmd
class EPPPollCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPProtocolExtension
class EPPProtocolExtension extends Object implements Serializable -
Class com.verisign.epp.codec.gen.EPPPurpose
class EPPPurpose extends Object implements Serializable-
Serialized Fields
-
admin
boolean admin
Administrative purposes. Information can be used for administrative and technical support of the provisioning system. -
contact
boolean contact
Contact for marketing purposes. Information can be used to contact individuals, through a communications channel other than the protocol, for the promotion of a product or service. -
other
boolean other
Other purposes. Information may be used in other ways not captured by the above definitions. -
prov
boolean prov
Object provisioning purposes. Information can be used to identify objects and inter-object relationships.
-
-
-
Class com.verisign.epp.codec.gen.EPPRecipient
class EPPRecipient extends Object implements Serializable-
Serialized Fields
-
otherRecipient
boolean otherRecipient
boolean constant for the other element -
oursRecipient
Vector<String> oursRecipient
boolean constant for the ours element -
publicRecipient
boolean publicRecipient
boolean constant for the public element -
sameRecipient
boolean sameRecipient
boolean constant for the same element -
unrelatedRecipient
boolean unrelatedRecipient
boolean constant for the unrelated element
-
-
-
Class com.verisign.epp.codec.gen.EPPRenewCmd
class EPPRenewCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPResponse
class EPPResponse extends Object implements Serializable-
Serialized Fields
-
extensions
Vector<EPPCodecComponent> extensions
Extension objects associated with the response. The extension object is associated with a unique XML Namespace, XML Schema, and can be any simple or complex object that implements theEPPCodecComponentinterface. -
msgQueue
EPPMsgQueue msgQueue
Size of Message Queue. -
results
Vector<EPPResult> results
Vector ofEPPResultinstances representing the results of the response. There must be at least on result defined. -
transId
EPPTransId transId
Transaction id associated with the response
-
-
-
Class com.verisign.epp.codec.gen.EPPResult
class EPPResult extends Object implements Serializable-
Serialized Fields
-
code
int code
Result code that must be in the range 1000-9999. -
extValues
Vector<EPPExtValue> extValues
Optional Vector ofEPPExtValueinstances that caused the error. -
lang
String lang
Language of themessageattribute. A value of null indicates the default value of "en". -
message
String message
Result message.defaultMsgdefines the default message values for the pre-defined result codes. -
values
Vector<EPPValue> values
Optional Vector ofEPPValueinstances that caused the error.
-
-
-
Class com.verisign.epp.codec.gen.EPPService
class EPPService extends Object implements Serializable -
Class com.verisign.epp.codec.gen.EPPServiceMenu
class EPPServiceMenu extends Object implements Serializable-
Serialized Fields
-
ELM_EXT
String ELM_EXT
XML tag name for theSvcExtensionElement. -
ELM_EXTURI
String ELM_EXTURI
XML tag name for theExtensionUriElement. -
ELM_LANG
String ELM_LANG
XML tag name for thelangsattribute. -
ELM_NAME
String ELM_NAME
Default XML root tag name forEPPServiceMenu. This is the tag name used inEPPGreeting. -
ELM_OBJURI
String ELM_OBJURI
XML tag name for theobjUriElement. -
ELM_VERSION
String ELM_VERSION
XML tag name for theversionsattribute. -
EXT_SERVICE
boolean EXT_SERVICE
Flag for inspecting whether the service is an ExtensionService -
extservices
Vector<EPPService> extservices
Vector ofEPPServiceinstances. Each extensionservice is associated with a <exturi> XML element. -
langs
Vector<String> langs
Vector of languageStringinstances. Each language String is associated with a <lang> XML element. -
OBJ_SERVICE
boolean OBJ_SERVICE
Flag for inspecting whether the service is an ObjectService -
services
Vector<EPPService> services
Vector ofEPPServiceinstances. Each service is associated with a <objuri> XML element. -
versions
Vector<String> versions
Vector of versionStringinstances. Each version String is associated with a <version> XML element.
-
-
-
Class com.verisign.epp.codec.gen.EPPStatement
class EPPStatement extends Object implements Serializable-
Serialized Fields
-
purpose
EPPPurpose purpose
EPPPurposeinstances. -
recipient
EPPRecipient recipient
EPPRecipientinstances. -
retention
short retention
Describes data retention practices.
-
-
-
Class com.verisign.epp.codec.gen.EPPTransferCmd
class EPPTransferCmd extends EPPCommand implements Serializable-
Serialized Fields
-
op
String op
Operation "op" associated with theEPPTransferCmd. This should be equal to one of theEPPCommand.OP_constants.
-
-
-
Class com.verisign.epp.codec.gen.EPPTransId
class EPPTransId extends Object implements Serializable-
Serialized Fields
-
clientTransId
String clientTransId
Client specified transaction id -
rootName
String rootName
Root mapping name such as domain or contact (e.g.domain:trIDfor domain mapping). This attribute needs to be specified before calling encode(Document) method. -
rootNS
String rootNS
XML namespace URI for the root element. -
rootPrefix
String rootPrefix
Namespace prefix to use for root element. -
serverTransId
String serverTransId
Server generated transaction id
-
-
-
Class com.verisign.epp.codec.gen.EPPUpdateCmd
class EPPUpdateCmd extends EPPCommand implements Serializable -
Class com.verisign.epp.codec.gen.EPPValue
class EPPValue extends Object implements Serializable-
Serialized Fields
-
namespace
String namespace
XML namespace of value child element. For example, "urn:ietf:params:xml:ns:domain-1.0". The default is "urn:ietf:params:xml:ns:epp-1.0". -
prefix
String prefix
XML prefix of value child element. For example, "domain". The default is null for no prefix. -
value
String value
identifies a client-provided element (including XML tag and value) that caused a server error condition.
-
-
-
-
Package com.verisign.epp.codec.host
-
Class com.verisign.epp.codec.host.EPPHostAddRemove
class EPPHostAddRemove extends Object implements Serializable-
Serialized Fields
-
addresses
Vector<EPPHostAddress> addresses
Addresses to add or remove. -
mode
short mode
Mode of EPPHostAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPHostUpdateCmdwill set the mode for itsEPPHostAddRemoveinstances. -
name
String name
name to change. -
statuses
Vector<EPPHostStatus> statuses
statuses to add or remove.
-
-
-
Class com.verisign.epp.codec.host.EPPHostAddress
class EPPHostAddress extends Object implements Serializable -
Class com.verisign.epp.codec.host.EPPHostCheckCmd
class EPPHostCheckCmd extends EPPCheckCmd implements Serializable -
Class com.verisign.epp.codec.host.EPPHostCheckResp
class EPPHostCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
Vector<EPPHostCheckResult> results
VectorofEPPHostCheckResultinstances.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCheckResult
class EPPHostCheckResult extends Object implements Serializable -
Class com.verisign.epp.codec.host.EPPHostCreateCmd
class EPPHostCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
addresses
Vector<EPPHostAddress> addresses
Host Name Addresses -
name
String name
Host Name of host to create.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCreateResp
class EPPHostCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.host.EPPHostDeleteCmd
class EPPHostDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
name
String name
Host Name of host to delete.
-
-
-
Class com.verisign.epp.codec.host.EPPHostInfoCmd
class EPPHostInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
name
String name
Host Name to get information on.
-
-
-
Class com.verisign.epp.codec.host.EPPHostInfoResp
class EPPHostInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
addresses
Vector<EPPHostAddress> addresses
VectorofEPPHostAddressinstances associated with host. -
clientId
String clientId
identifier of sponsoring client -
createdBy
String createdBy
identifier of the client that created the host name -
createdDate
Date createdDate
date and time of host creation -
lastUpdatedBy
String lastUpdatedBy
identifier of the client that last updated the host name -
lastUpdatedDate
Date lastUpdatedDate
date and time of the most recent host modification -
name
String name
fully qualified name of the host -
roid
String roid
roid -
statuses
Vector<EPPHostStatus> statuses
Host statuses -
trDate
Date trDate
Host transfer date
-
-
-
Class com.verisign.epp.codec.host.EPPHostPendActionMsg
class EPPHostPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
name
String name
fully qualified host name of pending action. -
pendingDate
Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrueindicates that the request has been approved and completed. A value offalseindicates that the request has been denied and the requested action has not been taken. Default value isfalse.
-
-
-
Class com.verisign.epp.codec.host.EPPHostStatus
class EPPHostStatus extends Object implements Serializable -
Class com.verisign.epp.codec.host.EPPHostUpdateCmd
class EPPHostUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPHostAddRemove add
Attributes to add -
change
EPPHostAddRemove change
Attributes to change -
name
String name
Host Name of host to update. -
remove
EPPHostAddRemove remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.idnext
-
Class com.verisign.epp.codec.idnext.EPPIdnLangTag
class EPPIdnLangTag extends Object implements Serializable-
Serialized Fields
-
lang
String lang
The Language code.
-
-
-
-
Package com.verisign.epp.codec.idnmap
-
Class com.verisign.epp.codec.idnmap.EPPIdnMap
class EPPIdnMap extends Object implements Serializable
-
-
Package com.verisign.epp.codec.idntable
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckCmd
class EPPIdnTableCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
domains
List<EPPIdnTableDomainLabel> domains
Domain names to check for the IDN table information. -
tables
List<String> tables
Table identifiers to check. This is aListofStringinstances.
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckDomain
class EPPIdnTableCheckDomain extends Object implements Serializable-
Serialized Fields
-
idnmap
boolean idnmap
OPTIONAL indication that the server requires the use of the IDN mapping extension with a domain create of the domain name. The default value is set totrue. -
name
String name
Value for the domain name -
reason
String reason
OPTIONAL reason element -
reasonLang
String reasonLang
OPTIONAL language of the reason. -
tables
List<String> tables
Table identifiers that are valid for the IDN domain name. This is aListofStringinstances. -
valid
boolean valid
Is thenameattribute a valid IDN domain name?
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckResp
class EPPIdnTableCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
domains
List<EPPIdnTableCheckDomain> domains
Domain Check Form domain information -
tables
List<EPPIdnTableCheckTable> tables
Table Check Form table information
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckTable
class EPPIdnTableCheckTable extends Object implements Serializable-
Serialized Fields
-
exists
boolean exists
Does the table identifier exist? The default value isfalse. -
table
String table
Value for the table identifier
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableDomainLabel
class EPPIdnTableDomainLabel extends Object implements Serializable-
Serialized Fields
-
domain
String domain
Value for the domain name -
form
EPPIdnTableDomainLabel.Form form
OPTIONAL form with the default value ofForm.A_LABEL
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoCmd
class EPPIdnTableInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
domain
String domain
Domain name -
form
EPPIdnTableInfoCmd.Form form
Form of the info command. -
table
String table
Table identifier
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomain
class EPPIdnTableInfoDomain extends Object implements Serializable-
Serialized Fields
-
aname
String aname
Value for the domain name A-label (aname). -
idnmap
boolean idnmap
OPTIONAL indication that the server requires the use of the IDN mapping extension with a domain create of the domain name. The default value is set totrue. -
name
String name
Value for the domain name -
tables
List<EPPIdnTableInfoDomainTable> tables
List of matching IDN tables -
uname
String uname
Value for the domain name U-label (uname). -
valid
boolean valid
Is thenameattribute a valid IDN domain name?
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomainTable
class EPPIdnTableInfoDomainTable extends Object implements Serializable-
Serialized Fields
-
description
String description
Server defined description of the IDN Table. -
descriptionLang
String descriptionLang
OPTIONAL language of the description with default of "en". -
name
String name
Server defined IDN Table Identifier -
type
EPPIdnTableInfoDomainTable.Type type
The type of the IDN table. -
variantGen
Boolean variantGen
OPTIONAL boolean flag indicating that domains created using the IDN Table will have IDN variants generated.
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoListItem
class EPPIdnTableInfoListItem extends Object implements Serializable -
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoResp
class EPPIdnTableInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
domain
EPPIdnTableInfoDomain domain
Domain Info Form Information -
form
EPPIdnTableInfoResp.Form form
Form of the info response. -
list
List<EPPIdnTableInfoListItem> list
List Info Form Information -
table
EPPIdnTableInfoTable table
Table Info Form Information
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoTable
class EPPIdnTableInfoTable extends Object implements Serializable-
Serialized Fields
-
description
String description
Server defined description of the IDN Table. -
descriptionLang
String descriptionLang
OPTIONAL language of the description with default of "en". -
effectiveDate
Date effectiveDate
OPTIONAL effective date for the IDN Table. -
name
String name
Server defined IDN Table Identifier -
type
EPPIdnTableInfoTable.Type type
The type of the IDN table. -
upDate
Date upDate
Contains the date and time that the IDN Table was created or last updated. -
url
String url
OPTIONAL URL for downloading the IDN table with the applicable set of code points and rules. -
variantGen
Boolean variantGen
OPTIONAL boolean flag indicating that domains created using the IDN Table will have IDN variants generated. -
version
String version
OPTIONAL server defined version number of the IDN Table.
-
-
-
-
Package com.verisign.epp.codec.launch
-
Class com.verisign.epp.codec.launch.EPPLaunchCheck
class EPPLaunchCheck extends Object implements Serializable-
Serialized Fields
-
phase
EPPLaunchPhase phase
The phase that the check will run against with the default beingEPPLaunchPhase.PHASE_CLAIMS. -
type
String type
Defines check form type with one of theTYPEconstants.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCheckResult
class EPPLaunchCheckResult extends Object implements Serializable-
Serialized Fields
-
claimKeys
List<EPPLaunchClaimKey> claimKeys
Key that MAY be passed to an info service of a third party trademark provider like the Trademark Clearinghouse (TMCH) for getting the information needed to generate the trademark claims notice. -
exists
boolean exists
Does a matching trademark exists for the domain name? -
name
String name
Domain Name associated with result.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchChkData
class EPPLaunchChkData extends Object implements Serializable-
Serialized Fields
-
phase
EPPLaunchPhase phase
The phase using one of theEPPLaunchPhasePHASEconstants ornullfor no phase. -
results
List<EPPLaunchCheckResult> results
List of claims check results
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchClaimKey
class EPPLaunchClaimKey extends Object implements Serializable-
Serialized Fields
-
claimKey
String claimKey
Key that MAY be passed to an info service of a third party trademark provider like the Trademark Clearinghouse (TMCH) for getting the information needed to generate the trademark claims notice. -
validatorId
String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCodeMark
class EPPLaunchCodeMark extends Object implements Serializable-
Serialized Fields
-
code
String code
OPTIONAL mark code used to validate the mark information. The mark code can be a mark specific secret value that the server can verify against a third party. -
mark
EPPMark mark
OPTIONAL mark information. -
validatorId
String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator of thecode.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCreate
class EPPLaunchCreate extends Object implements Serializable-
Serialized Fields
-
codeMarks
List<EPPLaunchCodeMark> codeMarks
Code mark used for the Sunrise Create Form -
notices
List<EPPLaunchNotice> notices
Claims notice information used for Claims Create Form -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with. -
signedMarks
List<EPPSignedMark> signedMarks
Signed mark used for the Sunrise Create Form -
type
String type
Defines the expected type of object to create. The default value isnull, meaning to not include the attribute in the command.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCreData
class EPPLaunchCreData extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchDelete
class EPPLaunchDelete extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchInfData
class EPPLaunchInfData extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
OPTIONAL application identifier of the launch application. -
marks
List<EPPMark> marks
OPTIONAL list of marks associated with launch application / registration -
phase
EPPLaunchPhase phase
The phase during which the application or registration was submitted or is associated with. -
status
EPPLaunchStatus status
OPTIONAL status of the launch application using one of the supported status values
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchInfo
class EPPLaunchInfo extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
Application identifier of the launch application. -
includeMark
boolean includeMark
Indicate whether or not to include the mark in the response with a default offalse. -
phase
EPPLaunchPhase phase
The phase during which the application or registration was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchNotice
class EPPLaunchNotice extends Object implements Serializable-
Serialized Fields
-
acceptedDate
Date acceptedDate
Contains the date and time that the claims notice was displayed or accepted. -
notAfterDate
Date notAfterDate
Contains the date and time of the expiration of the claims notice. -
noticeId
String noticeId
Unique notice identifier generated by the source of the claims notice information like the Claims Notice Information Service (CNIS). -
validatorId
String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchPhase
class EPPLaunchPhase extends Object implements Serializable -
Class com.verisign.epp.codec.launch.EPPLaunchStatus
class EPPLaunchStatus extends Object implements Serializable-
Serialized Fields
-
description
String description
human-readable text that describes the rationale for the status applied to the object. -
descriptionLang
String descriptionLang
OPTIONAL language of the description. -
name
String name
OPTIONAL "name" attribute that can define a sub-status or the full name of the status when the <launch:status> element has the "custom" value. -
status
String status
Launch status name using using of theSTATUSconstants.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchUpdate
class EPPLaunchUpdate extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
-
Package com.verisign.epp.codec.launchpolicy.v01
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyCreate
class EPPLaunchPolicyCreate extends EPPLaunchPolicyZoneContainer implements Serializable -
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyInfData
class EPPLaunchPolicyInfData extends EPPLaunchPolicyZoneContainer implements Serializable -
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyInfoPhase
class EPPLaunchPolicyInfoPhase extends Object implements Serializable-
Serialized Fields
-
name
String name
OPTIONAL "name" attribute that can define a sub-phase or the full name of the phase when the phase has theEPPLaunchPolicyPhase.Phase.customvalue. -
phase
EPPLaunchPolicyPhase.Phase phase
Launch phase name using one of theEPPLaunchPolicyPhase.Phaseconstants.
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhase
class EPPLaunchPolicyPhase extends Object implements Serializable-
Serialized Fields
-
checkForms
List<EPPLaunchPolicyPhase.CheckForm> checkForms
Zero to three <lp:checkForm> elements that defines the supported check forms. -
createForms
List<EPPLaunchPolicyPhase.CreateForm> createForms
Zero to three <lp:createForm> elements that defines the supported create forms. -
createValidateType
Boolean createValidateType
OPTIONAL boolean value that indicates whether the server validates the OPTIONAL <launch:create> "type" attribute. -
encodedSignedMarksSupported
List<String> encodedSignedMarksSupported
Zero or more <lp:encodedSignedMarkSupported> elements that defines the XML namespace of the encoded signed marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:signedMark-1.0" for [RFC7848]. -
endDate
Date endDate
The OPTIONAL end date and time for the phase. -
infoPhases
List<EPPLaunchPolicyInfoPhase> infoPhases
Zero or more <lp:infoPhase> elements that defines the possible <launch:phase> values that can be passed by the client in the phase. The <lp:infoPhase> supports the "type" and "name" attributes defined for the <lp:phase> element. -
marksSupported
List<String> marksSupported
Zero or more <lp:markSupported> elements that defines the XML namespace of the marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:mark-1.0" for [RFC7848]. -
markValidations
List<EPPLaunchPolicyPhase.MarkValidation> markValidations
Zero to four <lp:markValidation> elements that defines the supported Mark Validation Models supported by the phase. -
maxMarks
Integer maxMarks
An OPTIONAL maximum number of marks per domain name for the phase. -
mode
EPPLaunchPolicyPhase.Mode mode
OPTIONAL attribute that defines how the phase operates with the following possible values and with the default value ofEPPLaunchPolicyPhase.Mode.fcfs. -
name
String name
OPTIONAL "name" attribute that can define a sub-phase or the full name of the phase when the phase has theEPPLaunchPolicyPhase.Phase.customvalue. -
pendingCreate
Boolean pendingCreate
An OPTIONAL boolean value that indicates that the server will place the Launch Application or the Launch Registration in the "pendingCreate" status as specified in [RFC5731]. -
phase
EPPLaunchPolicyPhase.Phase phase
Launch phase name using one of theEPPLaunchPolicyPhase.Phaseconstants. -
pollPolicy
EPPLaunchPolicyPollPolicy pollPolicy
An OPTIONAL element that defines the poll messaging policy for the phase. -
signedMarksSupported
List<String> signedMarksSupported
Zero or more <lp:signedMarkSupported> elements that defines the XML namespace of the signed marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:signedMark-1.0" for [RFC7848]. -
startDate
Date startDate
The start date and time for the phase. -
statuses
List<EPPLaunchPolicyPhaseStatus> statuses
Zero or more <lp:status> elements that defines the supported launch status values, in precedence order, for the phase. -
validatePhase
Boolean validatePhase
OPTIONAL boolean value that indicates whether the server validates the phase provided by the client in the <launch:phase> element. -
validatorIds
List<String> validatorIds
Zero or more <lp:validatorId> elements that define the supported Validator Identifier values for the phase. An example is the reserved Validator Identifier of "tmch".
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhaseStatus
class EPPLaunchPolicyPhaseStatus extends Object implements Serializable-
Serialized Fields
-
description
String description
OPTIONAL Description of the status rationale -
lang
String lang
Language of the description with the default ofEPPLaunchPolicyPhaseStatus.DEFAULT_LANG. -
name
String name
OPTIONAL "name" attribute that can define a custom status name when the status has theEPPLaunchPolicyPhaseStatus.Status.customvalue. -
status
EPPLaunchPolicyPhaseStatus.Status status
Status value
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPollPolicy
class EPPLaunchPolicyPollPolicy extends Object implements Serializable-
Serialized Fields
-
extensionInfo
Boolean extensionInfo
A boolean value indicating whether the server will include further extensions that would normally be included in the response to the <domain:info> command, per [RFC5731], in the poll message. -
intermediateStatus
Boolean intermediateStatus
A boolean value indicating whether the server will insert poll messages, per [RFC5730], for the applicable intermediate statuses, including the "pendingValidation", "validated", "pendingAllocation", and "invalid" statuses, using the <domain:infData> element with the <launch:infData> extension. -
nonMandatoryInfo
Boolean nonMandatoryInfo
A boolean value indicating whether the server will include non-mandatory information in the <domain:infData> element of the poll message.
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyUpdate
class EPPLaunchPolicyUpdate extends EPPLaunchPolicyZoneContainer implements Serializable -
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZone
class EPPLaunchPolicyZone extends Object implements Serializable-
Serialized Fields
-
phases
List<EPPLaunchPolicyPhase> phases
Zone phases
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
class EPPLaunchPolicyZoneContainer extends Object implements Serializable-
Serialized Fields
-
ELM_NAME
String ELM_NAME
XML root tag forEPPLaunchPolicyZoneContainer. -
zone
EPPLaunchPolicyZone zone
Instance ofEPPLaunchPolicyZonethat is contained by the extension.
-
-
-
-
Package com.verisign.epp.codec.loginsec.v1_0
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSec
class EPPLoginSec extends Object implements Serializable-
Serialized Fields
-
newPassword
String newPassword
New client password -
password
String password
Client password -
userAgent
EPPLoginSecUserAgent userAgent
User agent
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecData
class EPPLoginSecData extends Object implements Serializable-
Serialized Fields
-
events
List<EPPLoginSecEvent> events
Security events to return to the client
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecEvent
class EPPLoginSecEvent extends Object implements Serializable-
Serialized Fields
-
description
String description
OPTIONAL description text for event. -
duration
String duration
OPTIONAL duration attribute. -
exDate
Date exDate
OPTIONAL event expiry date -
lang
String lang
OPTIONAL lang attribute. -
level
EventLevel level
Event level -
type
EventType type
Event type -
typeName
String typeName
OPTIONAL type name attribute used when the type is set toEventType.CUSTOM. -
value
String value
OPTIONAL value attribute.
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecUserAgent
class EPPLoginSecUserAgent extends Object implements Serializable-
Serialized Fields
-
app
String app
OPTIONAL name of the client application software with version if available, such as the name of the client SDK "EPP SDK 1.0.0". -
os
String os
OPTIONAL client operating system used, such as "x86_64 Mac OS X 10.21". -
tech
String tech
OPTIONAL technology used for the client software with version if available, such as "Java 11.0.2".
-
-
-
-
Package com.verisign.epp.codec.loginsecpolicy.v04
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyEvent
class EPPLoginSecPolicyEvent extends Object implements Serializable-
Serialized Fields
-
errorAction
EPPLoginSecPolicyEvent.EventErrorAction errorAction
OPTIONAL indication of what action will occur with an error. -
exDate
Boolean exDate
OPTIONAL boolean element that indicates whether the event type includes a <loginSec:exDate> element with the default value of "0" (or "false"). -
exPeriod
String exPeriod
OPTIONAL duration element that the event type must be reset. The value uses the XML schema "duration" type. An example is "P30D" for 90 days. -
levels
List<EPPLoginSecPolicyEvent.EventLevel> levels
One or two <loginSecPolicy:level> elements that indicate the possible set of event levels ("warning" or "error") the server will return to the client for the event type. -
name
String name
OPTIONAL "name" attribute that can define a custom event type or define the specific statistic event. -
period
String period
OPTIONAL period value that is associated with a warning event for a specific "stat" event. For example, a "failedLogins" "stat" warning event will occur if the number of failed logins exceeds the <loginSecPolicy:threshold> value over a period of 1 day. The value uses the XML schema "duration" type. An example is "P1D" for 1 day. -
threshold
Integer threshold
OPTIONAL threshold value that triggers a warning event for a specific "stat" event. For example, a "failedLogins" "stat" warning event will occur if the number of failed logins exceeds 100. -
type
EPPLoginSecPolicyEvent.EventType type
Event type -
warningPeriod
String warningPeriod
OPTIONAL duration element that indicates how long prior to expiry the server will include a warning event. For example, the server will include a password expiry warning event 15 days prior to expiry. The value uses the XML schema "duration" type. An example is "P15D" for 15 days.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyInfData
class EPPLoginSecPolicyInfData extends Object implements Serializable-
Serialized Fields
-
system
EPPLoginSecPolicySystem system
Instance ofEPPLoginSecPolicySystemthat is contained by the extension.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyPassword
class EPPLoginSecPolicyPassword extends Object implements Serializable-
Serialized Fields
-
description
String description
The OPTIONAL human readable description of the login password format policy. The "lang" attribute MAY be present to identify the language of the description if the negotiated value is something other than the default value of "en" (English). -
expression
String expression
The login password format regular expression. -
lang
String lang
Language of the description with the default ofEPPLoginSecPolicyPassword.DEFAULT_LANG. -
restrictedWords
Boolean restrictedWords
The OPTIONAL boolean element, with a default value of "false", that indicates that the server has a list of restricted words that cannot be used in the password. The optional "url" attribute references a description of the list of restricted words. -
restrictedWordsUrl
String restrictedWordsUrl
The OPTIONALrestrictedWords"url" attribute references a description of the list of restricted words. -
specialRules
Boolean specialRules
The OPTIONAL boolean element, with a default value of "false", that indicates additional special format rules apply that cannot be represented in the regular expression. A value of "1" (or "true") means that special format rules do apply that MUST be described in the <loginSecPolicy:description> element for manual review. The server SHOULD represent the most specific regular expression possible with the <loginSecPolicy:expression> element. A value of "0" (or "false") means that the <loginSecPolicy:expression> element fully represents the format requirements.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicySystem
class EPPLoginSecPolicySystem extends Object implements Serializable-
Serialized Fields
-
events
List<EPPLoginSecPolicyEvent> events
Security events -
password
EPPLoginSecPolicyPassword password
The login password format policy. -
userAgentSupport
Boolean userAgentSupport
OPTIONAL boolean value that indicates the server supports the <loginSec:userAgentSupport> element, with the default value of "0" (or "false"). A value of "1" (or "true") means that the server processes the <loginSecPolicy:userAgentSupport> element. A value of "0" (or "false") means that the server ignores the <loginSecPolicy:userAgentSupport> element if passed by the client.
-
-
-
-
Package com.verisign.epp.codec.lowbalancepoll
-
Class com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollResponse
class EPPLowBalancePollResponse extends EPPResponse implements Serializable-
Serialized Fields
-
availableCredit
String availableCredit
The availableCredit -
creditLimit
String creditLimit
The creditLimit -
creditThreshold
EPPLowBalancePollThreshold creditThreshold
creditThreshold -
registrarName
String registrarName
The registrarName
-
-
-
Class com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollThreshold
class EPPLowBalancePollThreshold extends Object implements Serializable
-
-
Package com.verisign.epp.codec.maintenance.v1_0
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceDescription
class EPPMaintenanceDescription extends Object implements Serializable-
Serialized Fields
-
description
String description
Description value -
lang
String lang
OPTIONAL language of the description. -
type
EPPMaintenanceDescription.Type type
OPTIONAL description type with the default ofEPPMaintenanceDescription.Type.plain.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceId
class EPPMaintenanceId extends Object implements Serializable -
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceInfoCmd
class EPPMaintenanceInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
infoType
EPPMaintenanceInfoCmd.InfoType infoType
Type of the info command with the default set toInfoType.list. -
maintenanceId
String maintenanceId
Maintenance notification identifier. ThemaintenanceIdis used when theinfoTypeis set toInfoType.id.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceInfoResp
class EPPMaintenanceInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
infoType
EPPMaintenanceInfoResp.InfoType infoType
Type of the info command with the default set toInfoType.list. -
listItems
List<EPPMaintenanceListItem> listItems
Maintenance list items. -
maintenance
EPPMaintenanceItem maintenance
Maintenance notification. Themaintenanceis used when theinfoTypeis set toInfoType.maintenance.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceIntervention
class EPPMaintenanceIntervention extends Object implements Serializable-
Serialized Fields
-
connection
boolean connection
Connection attribute that indicates if a client needs to do something that is connection-related, such as a reconnect. The default value istrue. -
implementation
boolean implementation
Connection attribute that indicates if a client needs to do something that is implementation-related, such as a code change. The default value istrue.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceItem
class EPPMaintenanceItem extends Object implements Serializable-
Serialized Fields
-
createdDate
Date createdDate
Maintenance created date -
customEnvironment
String customEnvironment
OPTIONAL custom maintenance environment. -
descriptions
List<EPPMaintenanceDescription> descriptions
Zero or more OPTIONAL free-form descriptions of the maintenance without having to create and traverse an external resource -
detail
String detail
Optional URI to the detailed maintenance description. -
endDate
Date endDate
Maintenance end date and time. -
environment
EPPMaintenanceItem.Environment environment
Maintenance environment. -
intervention
EPPMaintenanceIntervention intervention
Maintenance intervention. -
lastUpdatedDate
Date lastUpdatedDate
Optional maintenance last updated date -
maintenanceId
EPPMaintenanceId maintenanceId
Maintenance identifier. -
pollType
EPPMaintenanceItem.PollType pollType
OPTIONAL Registry Maintenance Notification poll message type. -
reason
EPPMaintenanceItem.Reason reason
Maintenance reason with the default set toEPPMaintenanceItem.Reason.planned. -
startDate
Date startDate
Maintenance start date and time. -
systems
List<EPPMaintenanceSystem> systems
Maintenance systems. -
tlds
List<String> tlds
Maintenance TLDs. -
types
List<EPPMaintenanceType> types
Zero or more OPTIONAL types of the maintenance that has the possible set of values defined by server policy, such as "Routine Maintenance", "Software Update", "Software Upgrade", or "Extended Outage".
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceListItem
class EPPMaintenanceListItem extends Object implements Serializable-
Serialized Fields
-
createdDate
Date createdDate
Maintenance created date -
endDate
Date endDate
Maintenance end date and time. -
lastUpdatedDate
Date lastUpdatedDate
Optional maintenance last updated date -
maintenanceId
EPPMaintenanceId maintenanceId
Maintenance notification identifier. -
startDate
Date startDate
Maintenance start date and time.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceSystem
class EPPMaintenanceSystem extends Object implements Serializable-
Serialized Fields
-
host
String host
Affected maintained system -
impact
EPPMaintenanceSystem.Impact impact
Impact level with the default value ofEPPMaintenanceSystem.Impact.none. -
name
String name
Name of the effected system, such as 'EPP', 'WHOIS', 'DNS', 'Portal', etc.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceType
class EPPMaintenanceType extends Object implements Serializable
-
-
Package com.verisign.epp.codec.mark
-
Class com.verisign.epp.codec.mark.EPPCourt
class EPPCourt extends Object implements Serializable-
Serialized Fields
-
cc
String cc
The two-character code of the country in which the court is located. -
contacts
List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the mark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
courtName
String courtName
The name of the court. -
goodsAndServices
String goodsAndServices
Contains the full description of the goods and services mentioned in the court registration document. -
holders
List<EPPMarkContact> holders
One or more court holders that contain information of the holder of the mark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
String id
Identifier for the court -
labels
List<String> labels
Zero or more domain name A-labels that corresponds to the treaty or statute name. -
name
String name
The registered text string. -
proDate
Date proDate
The date of protection of the mark. -
refNum
String refNum
The number of the mark of the court's opinion. -
regions
List<String> regions
Zero or more regions that contain the name of a city, state, province or other geographic region in which the mark is protected.
-
-
-
Class com.verisign.epp.codec.mark.EPPMark
class EPPMark extends Object implements Serializable-
Serialized Fields
-
courts
List<EPPCourt> courts
List of courts -
trademarks
List<EPPTrademark> trademarks
List of trademarks -
treatyOrStatutes
List<EPPTreatyOrStatute> treatyOrStatutes
List of treaty or statutes
-
-
-
Class com.verisign.epp.codec.mark.EPPMarkAddress
class EPPMarkAddress extends Object implements Serializable -
Class com.verisign.epp.codec.mark.EPPMarkContact
class EPPMarkContact extends Object implements Serializable-
Serialized Fields
-
address
EPPMarkAddress address
Address information associated with the contact -
email
String email
contact's email address -
entitlement
String entitlement
Entitlement for a holder contact using one of theENTITLEMENTconstants. -
fax
String fax
contact's facsimile telephone number. -
faxExt
String faxExt
contact's facsimile telephone number extension. -
localName
String localName
XML local name for the root element -
name
String name
Name of the individual or role represented by the contact. -
org
String org
Name of the organization with which the contact is affiliated. -
type
String type
Type for a (non-holder) contact using one of theTYPEconstants. -
voice
String voice
contact's voice telephone number. -
voiceExt
String voiceExt
contact's voice telephone number extension.
-
-
-
Class com.verisign.epp.codec.mark.EPPProtection
class EPPProtection extends Object implements Serializable-
Serialized Fields
-
cc
String cc
The two-character code of the country in which the mark is protected. -
region
String region
Name of the city, state, province or other geographic region in which the mark is protected. -
rulings
List<String> rulings
Zero or more OPTIONAL <mark:ruling> elements that contains the two-character code of the countries of the ruling. This is a two-character code from [ISO3166-2].
-
-
-
Class com.verisign.epp.codec.mark.EPPTrademark
class EPPTrademark extends Object implements Serializable-
Serialized Fields
-
apDate
Date apDate
The date the trademark was applied for. -
apId
String apId
Trademark application ID registered in the trademark office. -
classes
List<String> classes
Nice Classification class numbers as defined in the Nice List of Classes. -
contacts
List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the trademark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
exDate
Date exDate
the date of expiration of the trademark. -
goodsAndServices
String goodsAndServices
Contains the full description of the goods and services mentioned in the trademark registration document. -
holders
List<EPPMarkContact> holders
One or more trademark holders that contain information of the holder of the trademark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
String id
Identifier for the trademark -
jurisdiction
String jurisdiction
The two-character code of the jurisdiction where the trademark was registered. This is a two-character code from [WIPO.ST3]. -
labels
List<String> labels
Zero or more domain name A-labels that corresponds to the trademark name. -
name
String name
The registered trademark text string. -
regDate
Date regDate
the date the trademark was registered. -
regNum
String regNum
Trademark registration ID (number).
-
-
-
Class com.verisign.epp.codec.mark.EPPTreatyOrStatute
class EPPTreatyOrStatute extends Object implements Serializable-
Serialized Fields
-
contacts
List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the mark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
execDate
Date execDate
the execution date of the treaty or statute. -
goodsAndServices
String goodsAndServices
Contains the full description of the goods and services mentioned in the treaty or statute registration document. -
holders
List<EPPMarkContact> holders
One or more treaty or statute holders that contain information of the holder of the mark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
String id
Identifier for the treaty or statute -
labels
List<String> labels
Zero or more domain name A-labels that corresponds to the treaty or statute name. -
name
String name
The registered treaty or statute text string. -
proDate
Date proDate
The date of protection of the mark. -
protections
List<EPPProtection> protections
One or more <mark:protection> elements that contain the countries and region of the country where the mark is protected. -
refNum
String refNum
The number of the mark of the treaty or statute. -
title
String title
The title of the treaty or statute.
-
-
-
-
Package com.verisign.epp.codec.namestoreext
-
Class com.verisign.epp.codec.namestoreext.EPPNamestoreExtNamestoreExt
class EPPNamestoreExtNamestoreExt extends Object implements Serializable-
Serialized Fields
-
_subProductID
String _subProductID
Sub-Product Identifier.
-
-
-
Class com.verisign.epp.codec.namestoreext.EPPNamestoreExtNSExtErrData
class EPPNamestoreExtNSExtErrData extends Object implements Serializable
-
-
Package com.verisign.epp.codec.nameWatch
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchAddRemove
class EPPNameWatchAddRemove extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information to change. -
mode
short mode
Mode of EPPNameWatchAddRemove. Must beMODE_ADDorMODE_REMOVEto be valid. This attribute will be set by the parent containerEPPCodecComponent. For example,EPPDomainUpdateCmdwill set the mode for itsEPPNameWatchAddRemoveinstances. -
registrant
String registrant
registrant to change. -
rptTo
EPPNameWatchRptTo rptTo
rptTo to change. -
statuses
Vector statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchCreateCmd
class EPPNameWatchCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
name
String name
NameWatch Name of nameWatch to create. -
period
EPPNameWatchPeriod period
NameWatch period -
registrant
String registrant
registrant. -
rptTo
EPPNameWatchRptTo rptTo
NameWatch Report To.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchCreateResp
class EPPNameWatchCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.nameWatch.EPPNameWatchDeleteCmd
class EPPNameWatchDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
roid
String roid
Roid of nameWatch to delete.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchInfoCmd
class EPPNameWatchInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
roid
String roid
NameWatch roid to get information on.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchInfoResp
class EPPNameWatchInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
String clientId
identifier of sponsoring client -
createdBy
String createdBy
identifier of the client that created the nameWatch name -
createdDate
Date createdDate
date and time of nameWatch creation -
expirationDate
Date expirationDate
date and time identifying the end of the nameWatch's registration period -
lastTransferDate
Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
String lastUpdatedBy
identifier of the client that last updated the nameWatch name -
lastUpdatedDate
Date lastUpdatedDate
date and time of the most recent nameWatch modification -
name
String name
fully qualified name of the nameWatch -
registrant
String registrant
registrant. -
roid
String roid
roid. -
rptTo
EPPNameWatchRptTo rptTo
Report To. -
statuses
Vector statuses
one or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchPeriod
class EPPNameWatchPeriod extends Object implements Serializable-
Serialized Fields
-
period
int period
NameWatch period. -
pUnit
String pUnit
NameWatch period unit.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRenewCmd
class EPPNameWatchRenewCmd extends EPPRenewCmd implements Serializable-
Serialized Fields
-
curExpDate
Date curExpDate
Current Expiration Date. -
period
EPPNameWatchPeriod period
Registration Period -
roid
String roid
NameWatch Roid of nameWatch to create.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRenewResp
class EPPNameWatchRenewResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo
class EPPNameWatchRptTo extends Object implements Serializable -
Class com.verisign.epp.codec.nameWatch.EPPNameWatchStatus
class EPPNameWatchStatus extends Object implements Serializable -
Class com.verisign.epp.codec.nameWatch.EPPNameWatchTransferCmd
class EPPNameWatchTransferCmd extends EPPTransferCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
period
EPPNameWatchPeriod period
Registration Period -
roid
String roid
NameWatch Roid of nameWatch to query.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchTransferResp
class EPPNameWatchTransferResp extends EPPResponse implements Serializable-
Serialized Fields
-
actionClient
String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
Date expirationDate
An optional attribute that contains the end of the nameWatch's validity period if the transfer command caused or causes a change in the validity period. -
requestClient
String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
Date requestDate
The date and time that the transfer was requested. -
roid
String roid
The fully qualified nameWatch name. -
transferStatus
String transferStatus
The state of the most recent transfer request. This should be one of theEPPNameWatchTransferResp.STATUSconstants.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchUpdateCmd
class EPPNameWatchUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
add
EPPNameWatchAddRemove add
Attributes to add -
change
EPPNameWatchAddRemove change
Attributes to change -
remove
EPPNameWatchAddRemove remove
Attributes to remove -
roid
String roid
NameWatch Roid of nameWatch to update.
-
-
-
-
Package com.verisign.epp.codec.nv
-
Class com.verisign.epp.codec.nv.EPPDomainNameVerification
class EPPDomainNameVerification extends Object implements Serializable -
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckCmd
class EPPNameVerificationCheckCmd extends EPPCheckCmd implements Serializable -
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckResp
class EPPNameVerificationCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
List<EPPNameVerificationCheckResult> results
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckResult
class EPPNameVerificationCheckResult extends Object implements Serializable-
Serialized Fields
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateCmd
class EPPNameVerificationCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
dnv
EPPDomainNameVerification dnv
Domain Name Verification (DNV) to execute. -
rnv
EPPRealNameVerification rnv
Real Name Verification (RNV) to execute.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateFailed
class EPPNameVerificationCreateFailed extends Object implements Serializable-
Serialized Fields
-
language
String language
XML attribute value for thelangattribute. -
reason
String reason
Human-readable description of the reason of the failure -
status
EPPNameVerificationStatus status
Status of the verification
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreatePending
class EPPNameVerificationCreatePending extends Object implements Serializable-
Serialized Fields
-
code
String code
Verification code value -
creationDate
Date creationDate
Creation date of the signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateResp
class EPPNameVerificationCreateResp extends EPPResponse implements Serializable-
Serialized Fields
-
result
EPPNameVerificationCreateResult result
The concrete result of the create, which is either success, pending, or failed.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateSuccess
class EPPNameVerificationCreateSuccess extends Object implements Serializable-
Serialized Fields
-
code
String code
Verification code value -
creationDate
Date creationDate
Creation date of the signed code -
signedCode
EPPEncodedSignedCodeValue signedCode
Created signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationDocument
class EPPNameVerificationDocument extends Object implements Serializable-
Serialized Fields
-
fileContent
String fileContent
"base64" encoded content of the file. -
fileType
EPPNameVerificationDocument.FileType fileType
Type of the document file
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoCmd
class EPPNameVerificationInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
OPTIONAL authorization information. -
code
String code
Verification code -
type
EPPNameVerificationInfoCmd.Type type
Info type with a default ofType.SIGNED_CODE.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoInputResult
class EPPNameVerificationInfoInputResult extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
dnv
EPPDomainNameVerification dnv
Domain Name Verification (DNV) to execute. -
rnv
EPPRealNameVerification rnv
Real Name Verification (RNV) to execute.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoResp
class EPPNameVerificationInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
result
EPPNameVerificationInfoResult result
The concrete result of the info, which is either signed code or input.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoSignedCodeResult
class EPPNameVerificationInfoSignedCodeResult extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
OPTIONAL authorization information. -
code
String code
Verification code value -
signedCode
EPPEncodedSignedCodeValue signedCode
Created signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationPendActionMsg
class EPPNameVerificationPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
code
String code
Verification code value -
msg
String msg
Human-readable description of the result. -
paDate
Date paDate
Pending action completion date -
status
EPPNameVerificationStatus status
Status of the verification -
type
String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationUpdateCmd
class EPPNameVerificationUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
code
String code
Verification code
-
-
-
Class com.verisign.epp.codec.nv.EPPRealNameVerification
class EPPRealNameVerification extends Object implements Serializable-
Serialized Fields
-
documents
List<EPPNameVerificationDocument> documents
OPTIONAL list of verification documentation. -
name
String name
Full name of the contact. -
num
String num
Citizen or organization ID of the contact. -
proofType
EPPRealNameVerification.ProofType proofType
Proof material type of the contact. -
role
EPPRealNameVerification.Role role
The role of the real name
-
-
-
-
Package com.verisign.epp.codec.org
-
Class com.verisign.epp.codec.org.EPPOrgAddress
class EPPOrgAddress extends Object implements Serializable-
Serialized Fields
-
-
Class com.verisign.epp.codec.org.EPPOrgCheckCmd
class EPPOrgCheckCmd extends EPPCheckCmd implements Serializable -
Class com.verisign.epp.codec.org.EPPOrgCheckResp
class EPPOrgCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
List<EPPOrgCheckResult> results
Check results
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCheckResult
class EPPOrgCheckResult extends Object implements Serializable -
Class com.verisign.epp.codec.org.EPPOrgContact
class EPPOrgContact extends Object implements Serializable-
Serialized Fields
-
contactId
String contactId
Contact identifier -
type
EPPOrgContact.Type type
Type of contact defined by theEPPOrgContact.Typeenumeration. -
typeName
String typeName
OPTIONAL attribute is used to define the name of a "custom" type.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCreateCmd
class EPPOrgCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
contacts
List<EPPOrgContact> contacts
Org contacts -
email
String email
Email Address -
fax
String fax
OPTIONAL FAX number -
faxExt
String faxExt
OPTIONAL FAX Extension -
orgId
String orgId
The org identifier of the org of a sponsoring registrar. -
parentId
String parentId
OPTIONAL Parent Identifier -
postalInfo
List<EPPOrgPostalDefinition> postalInfo
One or two postal information elements, represented by theEPPOrgPostalDefinitionclass. -
roles
List<EPPOrgRole> roles
Organization roles -
statuses
List<EPPOrgStatus> statuses
Organization statuses -
url
String url
URL -
voice
String voice
OPTIONAL Voice number -
voiceExt
String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCreateResp
class EPPOrgCreateResp extends EPPResponse implements Serializable -
Class com.verisign.epp.codec.org.EPPOrgDeleteCmd
class EPPOrgDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
orgId
String orgId
The org identifier of the org of a sponsoring registrar.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgInfoCmd
class EPPOrgInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
orgId
String orgId
The org identifier of the org.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgInfoResp
class EPPOrgInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
clientId
String clientId
Sponsoring Client Identifier -
contacts
List<EPPOrgContact> contacts
Org contacts -
createdBy
String createdBy
Identifier of the client that created the org -
createdDate
Date createdDate
Date and time the org was created. -
email
String email
OPTIONAL Email Address -
fax
String fax
OPTIONAL FAX number -
faxExt
String faxExt
OPTIONAL FAX Extension -
lastUpdatedBy
String lastUpdatedBy
Identifier of the client that last updated the org -
lastUpdatedDate
Date lastUpdatedDate
Date and time the org was last updated. -
orgId
String orgId
The org identifier of the org. -
parentId
String parentId
OPTIONAL Parent Identifier -
postalInfo
List<EPPOrgPostalDefinition> postalInfo
Zero to two postal information elements, represented by theEPPOrgPostalDefinitionclass. -
roid
String roid
Registry Object IDentifier -
roles
List<EPPOrgRole> roles
Organization roles -
statuses
List<EPPOrgStatus> statuses
Organization statuses -
url
String url
OPTIONAL URL -
voice
String voice
OPTIONAL Voice number -
voiceExt
String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.org.EPPOrgPendActionMsg
class EPPOrgPendActionMsg extends EPPResponse implements Serializable-
Serialized Fields
-
orgId
String orgId
The org identifier of the org. -
paSuccess
boolean paSuccess
Was the pending request successful? A value oftrueindicates that the request has been approved and completed. A value offalseindicates that the request has been denied and the requested action has not been taken. Default value isfalse. -
pendingDate
Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgPostalDefinition
class EPPOrgPostalDefinition extends Object implements Serializable-
Serialized Fields
-
address
EPPOrgAddress address
contact address -
name
String name
contact name -
type
EPPOrgPostalDefinition.Type type
Localization form
-
-
-
Class com.verisign.epp.codec.org.EPPOrgRole
class EPPOrgRole extends Object implements Serializable-
Serialized Fields
-
roleId
String roleId
OPTIONAL role identifier contains a third party assigned identifier, such as IANA ID for registrars. -
statuses
List<EPPOrgRoleStatus> statuses
Role statuses. Zero or more statuses can be set on create and one or more statuses must be set with an info response. -
type
String type
The role type of the organization.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgUpdateCmd
class EPPOrgUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
addContacts
List<EPPOrgContact> addContacts
Add Org contacts -
addRoles
List<EPPOrgRole> addRoles
Add Org roles -
addStatuses
List<EPPOrgStatus> addStatuses
Add Org statuses -
email
String email
Email Address -
fax
String fax
FAX number -
faxExt
String faxExt
FAX Extension -
orgId
String orgId
The org identifier of the org of a sponsoring registrar. -
parentId
String parentId
Parent Identifier -
postalInfo
List<EPPOrgPostalDefinition> postalInfo
One or two postal information elements, represented by theEPPOrgPostalDefinitionclass. -
remContacts
List<EPPOrgContact> remContacts
Remove Org contacts -
remRoles
List<EPPOrgRole> remRoles
Remove Org roles -
remStatuses
List<EPPOrgStatus> remStatuses
Remove Org statuses -
url
String url
URL -
voice
String voice
Voice number -
voiceExt
String voiceExt
Voice Extension
-
-
-
-
Package com.verisign.epp.codec.orgext
-
Class com.verisign.epp.codec.orgext.EPPOrgExtAddRemChg
class EPPOrgExtAddRemChg extends Object implements Serializable-
Serialized Fields
-
action
EPPOrgExtAddRemChg.Action action
Update action to take -
orgIds
List<EPPOrgExtId> orgIds
Organization identifiers list to update (add, del, or chg)
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtCreate
class EPPOrgExtCreate extends Object implements Serializable-
Serialized Fields
-
orgIds
List<EPPOrgExtId> orgIds
Organization identifiers list to create.
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtId
class EPPOrgExtId extends Object implements Serializable -
Class com.verisign.epp.codec.orgext.EPPOrgExtInfData
class EPPOrgExtInfData extends Object implements Serializable-
Serialized Fields
-
orgIds
List<EPPOrgExtId> orgIds
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtUpdate
class EPPOrgExtUpdate extends Object implements Serializable-
Serialized Fields
-
addOrgs
EPPOrgExtAddRemChg addOrgs
Organizations to add -
chgOrgs
EPPOrgExtAddRemChg chgOrgs
Organizations to change -
remOrgs
EPPOrgExtAddRemChg remOrgs
Organizations to remove
-
-
-
-
Package com.verisign.epp.codec.persreg
-
Class com.verisign.epp.codec.persreg.EPPPersRegCreate
class EPPPersRegCreate extends Object implements Serializable-
Serialized Fields
-
_consentID
String _consentID
Personal Registration Consent Identifier.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegCreateData
class EPPPersRegCreateData extends EPPPersRegGenData implements Serializable -
Class com.verisign.epp.codec.persreg.EPPPersRegCreateErrData
class EPPPersRegCreateErrData extends Object implements Serializable -
Class com.verisign.epp.codec.persreg.EPPPersRegGenData
class EPPPersRegGenData extends Object implements Serializable-
Serialized Fields
-
_bundledRate
boolean _bundledRate
Bundled rate flag.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegInfoData
class EPPPersRegInfoData extends Object implements Serializable-
Serialized Fields
-
_consentID
String _consentID
Personal Registration Consent Identifier.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegRenewData
class EPPPersRegRenewData extends EPPPersRegGenData implements Serializable -
Class com.verisign.epp.codec.persreg.EPPPersRegTransferData
class EPPPersRegTransferData extends EPPPersRegGenData implements Serializable
-
-
Package com.verisign.epp.codec.registry
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckCmd
class EPPRegistryCheckCmd extends EPPCheckCmd implements Serializable- serialVersionUID:
- -5430412031466266011L
-
Serialized Fields
-
names
List names
zone Names to check. This is aListofStringinstances.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckResp
class EPPRegistryCheckResp extends EPPResponse implements Serializable- serialVersionUID:
- -7688907204275319672L
-
Serialized Fields
-
checkResults
List checkResults
ListofEPPRegistryCheckResultinstances.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckResult
class EPPRegistryCheckResult extends Object implements Serializable- serialVersionUID:
- -3349624534103691414L
-
Class com.verisign.epp.codec.registry.EPPRegistryContact
class EPPRegistryContact extends Object implements Serializable- serialVersionUID:
- -2835245153428894020L
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
The regular expression used to validate the contact object authorization information value -
clientDisclosureSupported
Boolean clientDisclosureSupported
Whether the server supports the client to identify elements that require exception server-operator handling to allow or restrict disclosure to third parties defined in RFC 5733. -
contactIdRegex
EPPRegistryRegex contactIdRegex
Optional contact Id regular expression -
customData
EPPRegistryCustomData customData
Set of customer data using key, value pairs -
intSupport
Boolean intSupport
Whether the server supports the internationalized form of postal-address information using the type="int" attribute of RFC 5733. -
locSupport
Boolean locSupport
Whether the server supports the localized form of postal-address information using the type="loc" attribute of RFC 5733. -
maxCheckContact
Integer maxCheckContact
The maximum number of contact identifiers (<contact:id> elements) that can be included in a contact check command defined in RFC 5733. -
postalInfo
EPPRegistryPostal postalInfo
The postal-address information policy information -
sharePolicy
String sharePolicy
The policy for the sharing of contacts in the server. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Listof contact status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryContactAddress
class EPPRegistryContactAddress extends Object implements Serializable- serialVersionUID:
- -8821366021541599063L
-
Serialized Fields
-
city
EPPRegistryContactCity city
City attributes -
postalCode
EPPRegistryContactPostalCode postalCode
Postal code attributes -
stateProvince
EPPRegistryContactStateProvince stateProvince
State/Province attributes -
street
EPPRegistryContactStreet street
Street attributes
-
-
Class com.verisign.epp.codec.registry.EPPRegistryContactCity
class EPPRegistryContactCity extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -7311257566677914226L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactName
class EPPRegistryContactName extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -6709593710281976641L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactOrg
class EPPRegistryContactOrg extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -6656896267779064598L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactPostalCode
class EPPRegistryContactPostalCode extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- 791449837693988719L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactStateProvince
class EPPRegistryContactStateProvince extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -7713513426049924809L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactStreet
class EPPRegistryContactStreet extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -4168392487627210996L
-
Class com.verisign.epp.codec.registry.EPPRegistryCreateCmd
class EPPRegistryCreateCmd extends EPPCreateCmd implements Serializable- serialVersionUID:
- 8229815168285864332L
-
Serialized Fields
-
zone
EPPRegistryZoneInfo zone
Instance ofEPPRegistryZoneInfoto create
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCreateResp
class EPPRegistryCreateResp extends EPPResponse implements Serializable- serialVersionUID:
- 4209738019189546774L
-
Class com.verisign.epp.codec.registry.EPPRegistryCustomData
class EPPRegistryCustomData extends Object implements Serializable- serialVersionUID:
- 1009798850579739560L
-
Serialized Fields
-
keyValues
List keyValues
ListofEPPRegistryKeyValue
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDefaultPeriodType
class EPPRegistryDefaultPeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- 6372101315523033369L
-
Class com.verisign.epp.codec.registry.EPPRegistryDeleteCmd
class EPPRegistryDeleteCmd extends EPPDeleteCmd implements Serializable- serialVersionUID:
- -7461061298359182434L
-
Serialized Fields
-
name
String name
Registry Name of zone to delete.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDNSSEC
class EPPRegistryDNSSEC extends Object implements Serializable- serialVersionUID:
- -8343531131323431532L
-
Serialized Fields
-
ds
EPPRegistryDS ds
attributes for DS Data interface -
key
EPPRegistryKey key
attributes for Key Data interface -
maxSigLife
EPPRegistryMaxSig maxSigLife
attributes for max signature life -
urgent
Boolean urgent
Whether client can specify the urgent attribute for DNSSEC update. Default value isfalse.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomain
class EPPRegistryDomain extends Object implements Serializable- serialVersionUID:
- 8674568245554756710L
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
Attribute about regular expression used to validate the domain object authorization information value -
childHostLimit
EPPRegistryDomainHostLimit childHostLimit
Defines the minimum and maximum number of subordinate host objects (child hosts) for a domain object. -
contacts
List contacts
Listof domain contact policy -
contactsSupported
Boolean contactsSupported
indicates whether contacts are supported -
customData
EPPRegistryCustomData customData
Set of customer data using key, value pairs -
dnssec
EPPRegistryDNSSEC dnssec
DNS Security Extensions attribute -
domainNames
List domainNames
ListofEPPRegistryDomainNamethat specifies the domain name object policy -
gracePeriods
List gracePeriods
ListofEPPRegistryGracePeriod -
idn
EPPRegistryIDN idn
Internationalized Domain Name (IDN) policy information. -
maxCheckDomain
Integer maxCheckDomain
Attribute that defines the maximum number of domain names (<domain:name> elements) that can be included in a domain check command defined in RFC 5731. -
nameServerLimit
EPPRegistryDomainNSLimit nameServerLimit
defines min and max number of delegated host objects that can be associated with a domain object -
periods
List periods
ListofEPPRegistryDomainPeriodinstances that define the supported min/max/default registration periods by command type. Command type must be one of "create, "renew" and "transfer". -
premiumSupport
Boolean premiumSupport
indicates whether the server supports premium domain names. -
rgp
EPPRegistryRGP rgp
Attribute for Registry Grace Period (RGP) status -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List of domain status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainContact
class EPPRegistryDomainContact extends EPPRegistryMinMax implements Serializable- serialVersionUID:
- 2085087247348705827L
-
Serialized Fields
-
type
String type
"type" attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainHostLimit
class EPPRegistryDomainHostLimit extends EPPRegistryMinMax implements Serializable- serialVersionUID:
- -116316160919820797L
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainName
class EPPRegistryDomainName extends Object implements Serializable- serialVersionUID:
- -3575272010031382087L
-
Serialized Fields
-
alphaNumEnd
Boolean alphaNumEnd
Whether or not to allow domain name end with an alphanumeric character -
alphaNumStart
Boolean alphaNumStart
Whether or not to allow domain name start with an alphanumeric character -
level
Integer level
Level of domain name. Value should be >= 2 -
maxLength
Integer maxLength
Maximum number of characters in a domain name -
minLength
Integer minLength
Minimum number of characters in a domain name -
onlyDnsChars
Boolean onlyDnsChars
Limit only DNS characters in the domain name -
regex
List regex
ListofEPPRegistryRegexregular expression that domain name must follow -
reservedNames
EPPRegistryReservedNames reservedNames
Defines a set of reserved domain names
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainNSLimit
class EPPRegistryDomainNSLimit extends EPPRegistryMinMax implements Serializable- serialVersionUID:
- 4820947349071885156L
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainPeriod
class EPPRegistryDomainPeriod extends Object implements Serializable- serialVersionUID:
- -7241851592546211256L
-
Serialized Fields
-
command
String command
Command type. Valid values are "create", "renew" or "transfer". -
length
EPPRegistryMinMaxPeriod length
Instance ofEPPRegistryMinMaxPeriodthat defines min/max/default period for a given command. If this attribute is notnull, then "serverDecided" attribute must befalse, and vice versa. -
serverDecided
Boolean serverDecided
Whether no not to have server decided expiration date. If this is set totrue, then "length" attribute must be set to null, and vice verse.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDS
class EPPRegistryDS extends EPPRegistryKey implements Serializable- serialVersionUID:
- -1180818480629088110L
-
Serialized Fields
-
digestTypes
List digestTypes
Listof digest type inString
-
-
Class com.verisign.epp.codec.registry.EPPRegistryExternalHost
class EPPRegistryExternalHost extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- -2511130498112734292L
-
Serialized Fields
-
sharePolicy
String sharePolicy
Share policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryFields
class EPPRegistryFields extends Object implements Serializable-
Serialized Fields
-
fields
List<String> fields
List of field names. -
type
String type
Required attribute type that should have a value of eitherEPPRegistryFields.TYPE_SHAREDorEPPRegistryFields.TYPE_SYNC.
-
-
-
Class com.verisign.epp.codec.registry.EPPRegistryGracePeriod
class EPPRegistryGracePeriod extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- 7887886408519098870L
-
Serialized Fields
-
command
String command
EPP transform command to which this period applies
-
-
Class com.verisign.epp.codec.registry.EPPRegistryHost
class EPPRegistryHost extends Object implements Serializable- serialVersionUID:
- 3439673342895779324L
-
Serialized Fields
-
customData
EPPRegistryCustomData customData
Set of custom data using key, value pairs -
external
EPPRegistryExternalHost external
Defines the external host attributes -
internal
EPPRegistryInternalHost internal
Defines the internal host attributes -
maxCheckHost
Integer maxCheckHost
The maximum number of host names (<domain:name> elements) that can be included in a host check command defined in RFC 5732 -
nameRegex
List nameRegex
ListofEPPRegistryRegexthat defines host name regular expression. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Set of supported host statuses defined in RFC 5732
-
-
Class com.verisign.epp.codec.registry.EPPRegistryIDN
class EPPRegistryIDN extends Object implements Serializable- serialVersionUID:
- -8068272628369235117L
-
Serialized Fields
-
commingleAllowed
Boolean commingleAllowed
Whether commingling of scripts is allowed -
encoding
String encoding
Character encoding for transforming Unicode characters uniquely and reversibly into DNS compatible characters -
idnaVersion
String idnaVersion
String representation of idnaVersion -
idnVersion
String idnVersion
String representation of idnVersion -
languages
List languages
ListofEPPRegistryLanguageTypethat defines the supported language codes and character code point policy -
unicodeVersion
String unicodeVersion
String representation of unicodeVersion
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInfoCmd
class EPPRegistryInfoCmd extends EPPInfoCmd implements Serializable- serialVersionUID:
- 7204018220215077843L
-
Serialized Fields
-
all
boolean all
Setting this attribute totrueto query a list of all of the supported zone objects from the server. This CANNOT be used together withname. Ifnameis not empty, then this attribute must be set tofalse. -
name
String name
Fully qualified name of zone object to get information on. Cannot be used together withall. Ifallis set totrue, this attribute must be empty.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInfoResp
class EPPRegistryInfoResp extends EPPResponse implements Serializable- serialVersionUID:
- -2683693517713467339L
-
Serialized Fields
-
zoneInfo
EPPRegistryZoneInfo zoneInfo
zoneInfoinstance that contains detailed zone object info -
zoneList
EPPRegistryZoneList zoneList
Listof zone summary attributes
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInternalHost
class EPPRegistryInternalHost extends EPPRegistryMinMaxLength implements Serializable- serialVersionUID:
- 8992068321172964060L
-
Serialized Fields
-
sharePolicy
String sharePolicy
Share policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryKey
class EPPRegistryKey extends Object implements Serializable- serialVersionUID:
- 7898309423292043587L
-
Class com.verisign.epp.codec.registry.EPPRegistryKeyValue
class EPPRegistryKeyValue extends Object implements Serializable- serialVersionUID:
- -6074576944169908426L
-
Class com.verisign.epp.codec.registry.EPPRegistryLanguageType
class EPPRegistryLanguageType extends Object implements Serializable- serialVersionUID:
- 5827887024830764234L
-
Class com.verisign.epp.codec.registry.EPPRegistryMaxPeriodType
class EPPRegistryMaxPeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- -3023194181036679465L
-
Class com.verisign.epp.codec.registry.EPPRegistryMaxSig
class EPPRegistryMaxSig extends Object implements Serializable- serialVersionUID:
- 4505254498272997391L
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMax
class EPPRegistryMinMax extends Object implements Serializable- serialVersionUID:
- -2336341337762947833L
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength
class EPPRegistryMinMaxLength extends Object implements Serializable- serialVersionUID:
- -2336341337762947833L
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMaxPeriod
class EPPRegistryMinMaxPeriod extends Object implements Serializable- serialVersionUID:
- -3291192948356470780L
-
Serialized Fields
-
defaultLength
EPPRegistryDefaultPeriodType defaultLength
-
max
EPPRegistryMaxPeriodType max
-
min
EPPRegistryMinPeriodType min
-
rootName
String rootName
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMinPeriodType
class EPPRegistryMinPeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- -3360809080007706525L
-
Class com.verisign.epp.codec.registry.EPPRegistryPendingDeletePeriodType
class EPPRegistryPendingDeletePeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- -6555265301828497885L
-
Class com.verisign.epp.codec.registry.EPPRegistryPendingRestorePeriodType
class EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- -6666426449555551984L
-
Class com.verisign.epp.codec.registry.EPPRegistryPeriodType
class EPPRegistryPeriodType extends Object implements Serializable- serialVersionUID:
- -3138571257611606559L
-
Class com.verisign.epp.codec.registry.EPPRegistryPhase
class EPPRegistryPhase extends Object implements Serializable- serialVersionUID:
- 5493994152033865390L
-
Class com.verisign.epp.codec.registry.EPPRegistryPostal
class EPPRegistryPostal extends Object implements Serializable- serialVersionUID:
- 7798346996535004684L
-
Serialized Fields
-
address
EPPRegistryContactAddress address
Contact address -
emailRegex
List emailRegex
Email regular expressions -
faxExt
EPPRegistryMinMaxLength faxExt
The OPTIONAL minimum and maximum length of the <contact:fax> extension "x" attribute. -
name
EPPRegistryContactName name
Contact name -
org
EPPRegistryContactOrg org
Contact organization -
voiceExt
EPPRegistryMinMaxLength voiceExt
The OPTIONAL minimum and maximum length of the <contact:voice> extension "x" attribute. -
voiceRequired
Boolean voiceRequired
Is the contact voice required?
-
-
Class com.verisign.epp.codec.registry.EPPRegistryRedemptionPeriodType
class EPPRegistryRedemptionPeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- 9160119198962855561L
-
Class com.verisign.epp.codec.registry.EPPRegistryRegex
class EPPRegistryRegex extends Object implements Serializable- serialVersionUID:
- 6061392945665281499L
-
Class com.verisign.epp.codec.registry.EPPRegistryRelated
class EPPRegistryRelated extends Object implements Serializable-
Serialized Fields
-
fields
EPPRegistryFields fields
Definition of how the related zone fields are managed. -
members
List<EPPRegistryZoneMember> members
Definition of one or more related zones.
-
-
-
Class com.verisign.epp.codec.registry.EPPRegistryReservedNames
class EPPRegistryReservedNames extends Object implements Serializable- serialVersionUID:
- -483506152124947305L
-
Class com.verisign.epp.codec.registry.EPPRegistryRGP
class EPPRegistryRGP extends Object implements Serializable- serialVersionUID:
- -5930890654584746393L
-
Serialized Fields
-
pendingDeletePeriod
EPPRegistryPendingDeletePeriodType pendingDeletePeriod
attributes for the pending delete period -
pendingRestorePeriod
EPPRegistryPendingRestorePeriodType pendingRestorePeriod
attributes for the pending restore period -
redemptionPeriod
EPPRegistryRedemptionPeriodType redemptionPeriod
attributes for the redemption period
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServices
class EPPRegistryServices extends Object implements Serializable- serialVersionUID:
- 1632373332571396110L
-
Serialized Fields
-
extension
EPPRegistryServicesExt extension
-
objURIs
List objURIs
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryObjURI
class EPPRegistryObjURI extends EPPRegistryServices.EPPRegistryURI implements Serializable- serialVersionUID:
- -4093552942649030852L
-
Class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryURI
class EPPRegistryURI extends Object implements Serializable- serialVersionUID:
- 7553465772991675424L
-
Class com.verisign.epp.codec.registry.EPPRegistryServicesExt
class EPPRegistryServicesExt extends Object implements Serializable- serialVersionUID:
- -5458358915104740335L
-
Serialized Fields
-
extURIs
List extURIs
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServicesExt.EPPRegistryExtURI
class EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI implements Serializable- serialVersionUID:
- -8864002579337501286L
-
Class com.verisign.epp.codec.registry.EPPRegistrySLA
class EPPRegistrySLA extends Object implements Serializable- serialVersionUID:
- 776401602842928568L
-
Serialized Fields
-
command
String command
-
subtype
String subtype
-
type
String type
-
unit
String unit
-
value
BigDecimal value
-
-
Class com.verisign.epp.codec.registry.EPPRegistrySLAInfo
class EPPRegistrySLAInfo extends Object implements Serializable- serialVersionUID:
- -262589505904784625L
-
Serialized Fields
-
slas
List slas
-
-
Class com.verisign.epp.codec.registry.EPPRegistrySupportedStatus
class EPPRegistrySupportedStatus extends Object implements Serializable- serialVersionUID:
- 8543267756169534269L
-
Serialized Fields
-
statuses
List statuses
Listof statusString
-
-
Class com.verisign.epp.codec.registry.EPPRegistryTransferHoldPeriodType
class EPPRegistryTransferHoldPeriodType extends EPPRegistryPeriodType implements Serializable- serialVersionUID:
- 7141150544743039060L
-
Class com.verisign.epp.codec.registry.EPPRegistryUpdateCmd
class EPPRegistryUpdateCmd extends EPPUpdateCmd implements Serializable- serialVersionUID:
- -7884717270975504713L
-
Serialized Fields
-
zone
EPPRegistryZoneInfo zone
Instance ofEPPRegistryZoneInfoto update
-
-
Class com.verisign.epp.codec.registry.EPPRegistryUpdateResp
class EPPRegistryUpdateResp extends EPPResponse implements Serializable- serialVersionUID:
- -4667715413601551579L
-
Class com.verisign.epp.codec.registry.EPPRegistryZone
class EPPRegistryZone extends Object implements Serializable- serialVersionUID:
- 3697102804288584732L
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneInfo
class EPPRegistryZoneInfo extends Object implements Serializable- serialVersionUID:
- 8689168181168142683L
-
Serialized Fields
-
contact
EPPRegistryContact contact
-
createdBy
String createdBy
-
createdDate
Date createdDate
-
domain
EPPRegistryDomain domain
-
group
String group
-
host
EPPRegistryHost host
-
lastUpdatedBy
String lastUpdatedBy
-
lastUpdatedDate
Date lastUpdatedDate
-
name
String name
-
phases
List phases
-
related
EPPRegistryRelated related
-
services
EPPRegistryServices services
-
slaInfo
EPPRegistrySLAInfo slaInfo
-
subProduct
String subProduct
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneList
class EPPRegistryZoneList extends Object implements Serializable- serialVersionUID:
- 6046461410231870288L
-
Serialized Fields
-
zoneList
List zoneList
ListofEPPRegistryZoneinstance, which contains zone summary info
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneMember
class EPPRegistryZoneMember extends Object implements Serializable- serialVersionUID:
- 3094793192262086070L
-
-
Package com.verisign.epp.codec.registry.v02
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryAbstractMinMax
class EPPRegistryAbstractMinMax extends Object implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryBatchJob
class EPPRegistryBatchJob extends Object implements Serializable-
Serialized Fields
-
description
String description
OPTIONAL free-form description of batch job, like "Auto Renew Batch" or "Pending Delete Batch". -
name
String name
Name of the batch job, like "autoRenew" or "pendingDelete". -
schedules
List<EPPRegistryBatchSchedule> schedules
One or more <registry:batchJob> elements containing the batch job information.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryBatchSchedule
class EPPRegistryBatchSchedule extends Object implements Serializable-
Serialized Fields
-
dayOfMonth
Integer dayOfMonth
Day of month when the frequency is set toEPPRegistryBatchSchedule.Frequency.monthly. -
dayOfWeek
EPPRegistryBatchSchedule.DayOfWeek dayOfWeek
Day of week when the frequency is set toEPPRegistryBatchSchedule.Frequency.weekly. -
frequency
EPPRegistryBatchSchedule.Frequency frequency
The frequency of the schedule -
time
String time
The time of the schedule, which follows the XML schema "time" type format. Examples include "14:00:00" for a time without a time zone offset, "07:00:00-05:00" for a time with a 5 hour offset from UTC or EST time zone, and "17:00:00Z" for 5 PM UTC. -
timeZone
String timeZone
Optional time zone of thetimeattribute using a named time zone, such as "EST5EDT". The XML schema "time" type does not support named time zones, so this attribute is used when a named time zone needs to be specified.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckCmd
class EPPRegistryCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
names
List<EPPRegistryZoneName> names
Zone Names to check. This is aListofEPPRegistryZoneNameinstances.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckResp
class EPPRegistryCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
checkResults
List<EPPRegistryCheckResult> checkResults
ListofEPPRegistryCheckResultinstances.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckResult
class EPPRegistryCheckResult extends Object implements Serializable-
Serialized Fields
-
available
Boolean available
Is the zone Name (name) available? -
language
String language
XML attribute value for thelangattribute. -
name
EPPRegistryZoneName name
Zone Name associated with result. -
reason
String reason
Zone unavailable reason.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContact
class EPPRegistryContact extends Object implements Serializable-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
The regular expression used to validate the contact object authorization information value -
clientDisclosureSupported
Boolean clientDisclosureSupported
Whether the server supports the client to identify elements that require exception server-operator handling to allow or restrict disclosure to third parties defined in RFC 5733. -
contactIdPrefix
String contactIdPrefix
Optional contact-specific prefix for the contact Id. -
contactIdRegex
EPPRegistryRegex contactIdRegex
Optional contact Id regular expression -
maxCheckContact
Integer maxCheckContact
The maximum number of contact identifiers (<contact:id> elements) that can be included in a contact check command defined in RFC 5733. -
postalInfo
EPPRegistryPostal postalInfo
The postal-address information policy information -
postalInfoTypeSupport
EPPRegistryContact.PostalInfoTypeSupport postalInfoTypeSupport
The policy associated with the postal-address information, represented by the <contact:postalInfo> element in [RFC5733] -
sharePolicy
EPPRegistryContact.SharePolicy sharePolicy
The policy for the sharing of contacts in the server. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Listof contact status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactAddress
class EPPRegistryContactAddress extends Object implements Serializable-
Serialized Fields
-
city
EPPRegistryContactCity city
City attributes -
postalCode
EPPRegistryContactPostalCode postalCode
Postal code attributes -
stateProvince
EPPRegistryContactStateProvince stateProvince
State/Province attributes -
street
EPPRegistryContactStreet street
Street attributes
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactCity
class EPPRegistryContactCity extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactName
class EPPRegistryContactName extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactOrg
class EPPRegistryContactOrg extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactPostalCode
class EPPRegistryContactPostalCode extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactStateProvince
class EPPRegistryContactStateProvince extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactStreet
class EPPRegistryContactStreet extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryCreateCmd
class EPPRegistryCreateCmd extends EPPCreateCmd implements Serializable-
Serialized Fields
-
zone
EPPRegistryZone zone
Instance ofEPPRegistryZoneto create
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCreateResp
class EPPRegistryCreateResp extends EPPResponse implements Serializable-
Serialized Fields
-
createDate
Date createDate
Dateof zone object creation. -
name
EPPRegistryZoneName name
Name of the zone object created.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDefaultPeriodType
class EPPRegistryDefaultPeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryDeleteCmd
class EPPRegistryDeleteCmd extends EPPDeleteCmd implements Serializable-
Serialized Fields
-
name
EPPRegistryZoneName name
Registry Name of zone to delete.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDNSSEC
class EPPRegistryDNSSEC extends Object implements Serializable-
Serialized Fields
-
ds
EPPRegistryDS ds
DS Data interface attributes -
key
EPPRegistryKey key
Key Data interface attributes -
maxSigLife
EPPRegistryMaxSig maxSigLife
Max signature life attributes -
urgent
Boolean urgent
Whether client can specify the urgent attribute for DNSSEC update. Default value isfalse.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomain
class EPPRegistryDomain extends Object implements Serializable-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
Attribute about regular expression used to validate the domain object authorization information value -
childHostLimit
EPPRegistryDomainHostLimit childHostLimit
Defines the OPTIONAL minimum and maximum number of subordinate host objects (child hosts) for a domain object. -
contacts
List<EPPRegistryDomainContact> contacts
Listof domain contact policy -
contactsSupported
Boolean contactsSupported
Indicates whether contacts are supported -
dnssec
EPPRegistryDNSSEC dnssec
DNS Security Extensions attribute -
domainNames
List<EPPRegistryDomainName> domainNames
ListofEPPRegistryDomainNamethat specifies the domain name object policy -
exceedMaxExDates
List<EPPRegistryExceedMaxExDate> exceedMaxExDates
Zero or more <registry:exceedMaxExDate> elements that defines the action taken by the server when executing commands that will result in an expiration date that exceeds the maximum expiration date. -
gracePeriods
List<EPPRegistryGracePeriod> gracePeriods
ListofEPPRegistryGracePeriod -
hostModelSupported
EPPRegistryDomain.HostModelSupported hostModelSupported
The OPTIONAL definition of which host model is used by the server with the default set toEPPRegistryDomain.HostModelSupported.hostObj. -
idn
EPPRegistryIDN idn
Internationalized Domain Name (IDN) policy information. -
maxCheckDomain
Integer maxCheckDomain
Attribute that defines the maximum number of domain names (<domain:name> elements) that can be included in a domain check command defined in RFC 5731. -
nameServerLimit
EPPRegistryDomainNSLimit nameServerLimit
Defines min and max number of delegated host objects that can be associated with a domain object. -
nullAuthInfoSupported
Boolean nullAuthInfoSupported
Indicates whether the <domain:null> element in [RFC5731] is supported, which a default offalse. -
periods
List<EPPRegistryDomainPeriod> periods
ListofEPPRegistryDomainPeriodinstances that define the supported min/max/default registration periods by command type. Command type must be one of "create, "renew" and "transfer". -
premiumSupport
Boolean premiumSupport
Indicates whether the server supports premium domain names. -
rgp
EPPRegistryRGP rgp
Attribute for Registry Grace Period (RGP) status -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List of domain status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainContact
class EPPRegistryDomainContact extends EPPRegistryAbstractMinMax implements Serializable-
Serialized Fields
-
type
EPPRegistryDomainContact.Type type
contact type
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainHostLimit
class EPPRegistryDomainHostLimit extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainName
class EPPRegistryDomainName extends Object implements Serializable-
Serialized Fields
-
aLabelSupported
Boolean aLabelSupported
Flag indicating whether ASCII domain names are supported with a default value of "true". -
alphaNumEnd
Boolean alphaNumEnd
Whether or not to allow domain name end with an alphanumeric character -
alphaNumStart
Boolean alphaNumStart
Whether or not to allow domain name start with an alphanumeric character -
level
Integer level
Level of domain name. Value should be >= 2 -
maxLength
Integer maxLength
Maximum number of characters in a domain name -
minLength
Integer minLength
Minimum number of characters in a domain name -
nameRegex
EPPRegistryRegex nameRegex
Regular expression that the domain name must follow. -
reservedNames
EPPRegistryReservedNames reservedNames
Defines a set of reserved domain names -
uLabelSupported
Boolean uLabelSupported
Flag indicating whether non-ASCII domain names are supported with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainNSLimit
class EPPRegistryDomainNSLimit extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainPeriod
class EPPRegistryDomainPeriod extends Object implements Serializable-
Serialized Fields
-
command
String command
Command type. Valid values are "create", "renew" or "transfer". -
length
EPPRegistryMinMaxPeriod length
Instance ofEPPRegistryMinMaxPeriodthat defines min/max/default period for a given command. If this attribute is notnull, then "serverDecided" attribute must befalse, and vice versa. -
serverDecided
Boolean serverDecided
Whether no not to have server decided expiration date. If this is set totrue, then "length" attribute must be set to null, and vice verse.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDS
class EPPRegistryDS extends EPPRegistryAbstractMinMax implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryExceedMaxExDate
class EPPRegistryExceedMaxExDate extends Object implements Serializable-
Serialized Fields
-
command
String command
The command associated with the exceed maximum expiration date policy. -
policy
EPPRegistryExceedMaxExDate.Policy policy
The exceed maximum expiration date policy.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryExternalHost
class EPPRegistryExternalHost extends EPPRegistryAbstractMinMax implements Serializable-
Serialized Fields
-
sharePolicy
EPPRegistryExternalHost.SharePolicy sharePolicy
Share policy attribute -
uniqueIpAddressesRequired
Boolean uniqueIpAddressesRequired
The OPTIONAL boolean value that indicates that all of the IP addresses for the host object must be unique, with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryGracePeriod
class EPPRegistryGracePeriod extends EPPRegistryPeriodType implements Serializable-
Serialized Fields
-
command
String command
EPP transform command to which this period applies
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryHost
class EPPRegistryHost extends Object implements Serializable-
Serialized Fields
-
external
EPPRegistryExternalHost external
Defines the external host attributes -
internal
EPPRegistryInternalHost internal
Defines the internal host attributes -
invalidIPs
List<String> invalidIPs
Listof invalid IP address URIStringvalues. -
maxCheckHost
Integer maxCheckHost
The OPTIONAL maximum number of host names (<domain:name> elements) that can be included in a host check command defined in RFC 5732 -
nameRegex
EPPRegistryRegex nameRegex
Regular expression that the host name value must follow. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Set of supported host statuses defined in RFC 5732
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryIDN
class EPPRegistryIDN extends Object implements Serializable-
Serialized Fields
-
commingleAllowed
Boolean commingleAllowed
Whether commingling of scripts is allowed -
encoding
String encoding
Character encoding for transforming Unicode characters uniquely and reversibly into DNS compatible characters -
idnaVersion
String idnaVersion
String representation of idnaVersion -
idnVersion
String idnVersion
String representation of idnVersion -
languages
List<EPPRegistryLanguage> languages
ListofEPPRegistryLanguagethat defines the supported language codes and character code point policy -
unicodeVersion
String unicodeVersion
String representation of unicodeVersion
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInfoCmd
class EPPRegistryInfoCmd extends EPPInfoCmd implements Serializable-
Serialized Fields
-
mode
EPPRegistryInfoCmd.Mode mode
The query mode -
name
EPPRegistryZoneName name
Fully qualified name of zone object to get information on. Cannot be used together withall. Ifsystemistrueorallistrue, then this attribute must be set tofalse.. -
scope
EPPRegistryInfoCmd.Scope scope
Scope of zones returned with the <registry:all> option.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInfoResp
class EPPRegistryInfoResp extends EPPResponse implements Serializable-
Serialized Fields
-
systemInfo
EPPRegistrySystemInfo systemInfo
systemInfoinstance that contains detailed system info. -
zoneInfo
EPPRegistryZoneData zoneInfo
zoneInfoinstance that contains detailed zone info. -
zoneList
EPPRegistryZoneList zoneList
Listof zone summary attributes.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInternalHost
class EPPRegistryInternalHost extends EPPRegistryAbstractMinMax implements Serializable-
Serialized Fields
-
sharePolicy
EPPRegistryInternalHost.SharePolicy sharePolicy
Share policy attribute -
uniqueIpAddressesRequired
Boolean uniqueIpAddressesRequired
The OPTIONAL boolean value that indicates that all of the IP addresses for the host object must be unique, with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryKey
class EPPRegistryKey extends EPPRegistryAbstractMinMax implements Serializable-
Serialized Fields
-
algorithms
List<Integer> algorithms
Listof algorithms inString -
flags
List<Integer> flags
Listof zero or more <registry:flags> elements that define the supported flags field values, as described in section 2.1.1 of [RFC4034]. -
protocols
List<Integer> protocols
Listof zero or more <registry:protocol> elements that define the supported protocols, as described in section 2.1.2 of [RFC4034].
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryLanguage
class EPPRegistryLanguage extends Object implements Serializable-
Serialized Fields
-
code
String code
The required "code" attribute defines the language code for the supported language. The language code SHOULD be an ISO 639 (ISO 639-1 or ISO 639-2) value. -
table
String table
The OPTIONAL language table URI that contains the set of code points for the language. -
variantStrategy
EPPRegistryLanguage.VariantStrategy variantStrategy
An OPTIONAL strategy for the handling of variants for the language. If no <registry:variantStrategy> element is specified then variants are not supported by the language.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMaxPeriodType
class EPPRegistryMaxPeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryMaxSig
class EPPRegistryMaxSig extends Object implements Serializable-
Serialized Fields
-
clientDefined
Boolean clientDefined
An OPTIONAL boolean flag indicating whether the client can set the maximum signature lifetime with a default value of "false". -
defaultLife
Integer defaultLife
The OPTIONAL default maximum signature lifetime set by the server. -
max
Integer max
An OPTIONAL maximum signature lifetime supported. The <registry:max> element MUST NOT be defined if the <registry:clientDefined> element value is "false". The <registry:max> element MUST NOT be less than the <registry:min> element. -
min
Integer min
An OPTIONAL minimum signature lifetime supported. The <registry:min> element MUST NOT be defined if the <registry:clientDefined> element value is "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinMaxLength
class EPPRegistryMinMaxLength extends EPPRegistryAbstractMinMax implements Serializable-
Serialized Fields
-
elmMaxLocalName
String elmMaxLocalName
XML local name for themaxwith the default ofEPPRegistryAbstractMinMax.ELM_MAX_LENGTH. -
elmMinLocalName
String elmMinLocalName
XML local name for theminattribute with the default ofEPPRegistryAbstractMinMax.ELM_MIN_LENGTH. -
elmRootLocalName
String elmRootLocalName
XML local name that must be set prior to callingEPPRegistryAbstractMinMax.encode(org.w3c.dom.Document).
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinMaxPeriod
class EPPRegistryMinMaxPeriod extends Object implements Serializable-
Serialized Fields
-
defaultLength
EPPRegistryDefaultPeriodType defaultLength
The default period length if not defined by the client. -
max
EPPRegistryMaxPeriodType max
The maximum supported period length. -
min
EPPRegistryMinPeriodType min
The minimum supported period length.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinPeriodType
class EPPRegistryMinPeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryPendingDeletePeriodType
class EPPRegistryPendingDeletePeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryPendingRestorePeriodType
class EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType
class EPPRegistryPeriodType extends Object implements Serializable-
Serialized Fields
-
number
Integer number
Number of the period -
unit
EPPRegistryPeriodType.Unit unit
Unit of the period
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryPostal
class EPPRegistryPostal extends Object implements Serializable-
Serialized Fields
-
address
EPPRegistryContactAddress address
Contact address -
emailRegex
EPPRegistryRegex emailRegex
Email regular expression -
faxExt
EPPRegistryAbstractMinMax faxExt
The OPTIONAL minimum and maximum length of the <contact:fax> extension "x" attribute. -
locCharRegex
EPPRegistryRegex locCharRegex
Localized "loc" postal information field regular expression -
name
EPPRegistryContactName name
Contact name -
org
EPPRegistryContactOrg org
Contact organization -
voiceExt
EPPRegistryAbstractMinMax voiceExt
The OPTIONAL minimum and maximum length of the <contact:voice> extension "x" attribute. -
voiceRequired
Boolean voiceRequired
Is the contact voice required?
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryRedemptionPeriodType
class EPPRegistryRedemptionPeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryRegex
class EPPRegistryRegex extends Object implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryReservedNames
class EPPRegistryReservedNames extends Object implements Serializable-
Serialized Fields
-
reservedNames
List<String> reservedNames
Zero or more <registry:reservedName> elements containing a reserved domain name relative to the level of the parent <registry:domainName> element. -
reservedNameURI
String reservedNameURI
An OPTIONAL URI that to an externally defined list of reserved domain name relative to the level of the parent <registry:domainName> element.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryRGP
class EPPRegistryRGP extends Object implements Serializable-
Serialized Fields
-
pendingDeletePeriod
EPPRegistryPendingDeletePeriodType pendingDeletePeriod
The length of time that the domain object will remain in the pendingDelete status prior to being purged. -
pendingRestorePeriod
EPPRegistryPendingRestorePeriodType pendingRestorePeriod
The length of time that the domain object will remain in the pendingRestore status unless the restore report command is received. -
redemptionPeriod
EPPRegistryRedemptionPeriodType redemptionPeriod
The length of time that a domain object will remain in the redemptionPeriod status unless the restore request command is received.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices
class EPPRegistryServices extends Object implements Serializable-
Serialized Fields
-
extension
EPPRegistryServicesExt extension
Optional extension services attribute -
objURIs
List<EPPRegistryServices.EPPRegistryObjURI> objURIs
List ofEPPRegistryServices.EPPRegistryObjURIinstances that contain the object namespace URIs
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryObjURI
class EPPRegistryObjURI extends EPPRegistryServices.EPPRegistryURI implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryURI
class EPPRegistryURI extends Object implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryServicesExt
class EPPRegistryServicesExt extends Object implements Serializable-
Serialized Fields
-
extURIs
List extURIs
List ofEPPRegistryServicesExt.EPPRegistryExtURIinstances that contain the extension namespace URIs
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServicesExt.EPPRegistryExtURI
class EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistrySupportedStatus
class EPPRegistrySupportedStatus extends Object implements Serializable-
Serialized Fields
-
statuses
List statuses
Listof statusString
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistrySystemInfo
class EPPRegistrySystemInfo extends Object implements Serializable-
Serialized Fields
-
absoluteTimeout
Integer absoluteTimeout
The OPTIONAL attribute that contains the absolute timeout for a connection in milliseconds. The absolute timeout represents the maximum duration in milliseconds that a connection can be established. The server will close a connection that has been established for more thanmillisecondsmilliseconds. -
commandTimeout
Integer commandTimeout
The OPTIONAL attribute that contains the command timeout for a connection in milliseconds. The server will close a connection that has an active command that exceedscommandTimeoutmilliseconds. -
idleTimeout
Integer idleTimeout
The OPTIONAL attribute that contains the idle timeout for a connection in milliseconds. If a connection does not receive a command withinidleTimeoutmilliseconds, the server will close the connection. -
maxConnections
Integer maxConnections
The OPTIONAL attribute that contains the maximum number of connections that the client can establish with the registry system. -
perMs
Integer perMs
Required attribute with theperMsattribute that defines the number of milliseconds associated with thetransLimitvalue. -
transLimit
Integer transLimit
The OPTIONAL attribute that contains the maximum number of transactions that can be submitted on the connection per the "perMs" attribute milliseconds. It is up to server policy what to do with the connection when the client exceeds thetransLimit.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryTransferHoldPeriodType
class EPPRegistryTransferHoldPeriodType extends EPPRegistryPeriodType implements Serializable -
Class com.verisign.epp.codec.registry.v02.EPPRegistryUpdateCmd
class EPPRegistryUpdateCmd extends EPPUpdateCmd implements Serializable-
Serialized Fields
-
zone
EPPRegistryZone zone
Instance ofEPPRegistryZoneto update
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZone
class EPPRegistryZone extends Object implements Serializable-
Serialized Fields
-
batchJobs
List<EPPRegistryBatchJob> batchJobs
The OPTIONAL list of batch jobs -
contact
EPPRegistryContact contact
Contact policies attribute -
createdBy
String createdBy
Created by identifier attribute -
createdDate
Date createdDate
Created date attribute -
domain
EPPRegistryDomain domain
Domain policies attribute -
group
String group
Zone Group attribute -
host
EPPRegistryHost host
Host policies attribute -
lastUpdatedBy
String lastUpdatedBy
Last updated identifier attribute -
lastUpdatedDate
Date lastUpdatedDate
Last updated date attribute -
name
EPPRegistryZoneName name
Zone Name attribute -
services
EPPRegistryServices services
Zone Services attribute -
systemZones
List<EPPRegistryZoneName> systemZones
System zones -
unsupportedData
EPPRegistryZone.UnsupportedData unsupportedData
The OPTIONAL policy associated with receipt of unsupported data sent by the client to the server. The unsupported data may be an unsupported element or extension.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneData
class EPPRegistryZoneData extends Object implements Serializable-
Serialized Fields
-
accessible
boolean accessible
Indicates whether the zone is accessible to the client, with a default value oftrue. -
zone
EPPRegistryZone zone
Zone information that is wrapped byEPPRegistryZoneData
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneList
class EPPRegistryZoneList extends Object implements Serializable-
Serialized Fields
-
zoneList
List<EPPRegistryZoneSummary> zoneList
ListofEPPRegistryZoneSummaryinstance, which contains zone summary info
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneName
class EPPRegistryZoneName extends Object implements Serializable-
Serialized Fields
-
elmRootLocalName
String elmRootLocalName
XML local name that must be set prior to callingEPPRegistryZoneName.encode(org.w3c.dom.Document). -
form
EPPRegistryZoneName.Form form
The form of the zone name as eitherEPPRegistryZoneName.Form.aLabelorEPPRegistryZoneName.Form.uLabel, with the default value ofEPPRegistryZoneName.Form.aLabel. -
name
String name
Fully qualified name of the zone object
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneSummary
class EPPRegistryZoneSummary extends Object implements Serializable-
Serialized Fields
-
accessible
boolean accessible
Indicates whether the zone is accessible to the client, with a default value oftrue. -
createDate
Date createDate
Date of object creation -
name
EPPRegistryZoneName name
Fully qualified name of the zone object -
updateDate
Date updateDate
Date of last update
-
-
-
-
Package com.verisign.epp.codec.relateddomainext
-
Package com.verisign.epp.codec.rgpext
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtInfData
class EPPRgpExtInfData extends Object implements Serializable-
Serialized Fields
-
statuses
Vector<EPPRgpExtStatus> statuses
The RGP statuses contained in the inf data of typeEPPRgpExtStatus
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtReport
class EPPRgpExtReport extends Object implements Serializable-
Serialized Fields
-
deleteTime
Date deleteTime
The delete time Value -
other
String other
The other value -
postData
String postData
the postData value -
preData
String preData
The preData value -
restoreReason
EPPRgpExtReportText restoreReason
The restore reason value -
restoreTime
Date restoreTime
The restore time value -
statement1
EPPRgpExtReportText statement1
The statement1 value -
statement2
EPPRgpExtReportText statement2
The statement 2 value
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtReportText
class EPPRgpExtReportText extends Object implements Serializable -
Class com.verisign.epp.codec.rgpext.EPPRgpExtRestore
class EPPRgpExtRestore extends Object implements Serializable-
Serialized Fields
-
op
String op
The operation to perform with this restore - either "request" or "report" -
report
EPPRgpExtReport report
The EPPCodecComponet report that is contained in this restore instance
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtStatus
class EPPRgpExtStatus extends Object implements Serializable -
Class com.verisign.epp.codec.rgpext.EPPRgpExtUpData
class EPPRgpExtUpData extends Object implements Serializable-
Serialized Fields
-
status
EPPRgpExtStatus status
The status of this UpData
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtUpdate
class EPPRgpExtUpdate extends Object implements Serializable-
Serialized Fields
-
restore
EPPRgpExtRestore restore
The contained restore EPPCodecComponent
-
-
-
-
Package com.verisign.epp.codec.rgppoll
-
Class com.verisign.epp.codec.rgppoll.EPPRgpPollResponse
class EPPRgpPollResponse extends EPPResponse implements Serializable-
Serialized Fields
-
name
String name
The domain name -
reportDueDate
Date reportDueDate
The date the restore report is due -
reqDate
Date reqDate
The date the restore was requested -
status
EPPRgpPollStatus status
The RGP status of the domain name
-
-
-
Class com.verisign.epp.codec.rgppoll.EPPRgpPollStatus
class EPPRgpPollStatus extends Object implements Serializable
-
-
Package com.verisign.epp.codec.secdnsext.v10
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtCreate
class EPPSecDNSExtCreate extends Object implements Serializable-
Serialized Fields
-
dsData
List dsData
Listof DS DataEPPSecDNSExtDsDatainstances to create
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtDsData
class EPPSecDNSExtDsData extends Object implements Serializable-
Serialized Fields
-
alg
int alg
The algorithm value of this dsData component -
digest
String digest
The digest value of this dsData component -
digestType
int digestType
The digestType value of this dsData component -
keyData
EPPSecDNSExtKeyData keyData
The keyData value of this dsData component -
keyTag
int keyTag
The keyTag field value of this dsData component -
maxSigLife
int maxSigLife
The maxSigLife value of this dsData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtInfData
class EPPSecDNSExtInfData extends Object implements Serializable-
Serialized Fields
-
dsData
List dsData
The secDNS dsData contained in the infData
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtKeyData
class EPPSecDNSExtKeyData extends Object implements Serializable-
Serialized Fields
-
alg
int alg
The algorithm value of this keyData component -
flags
int flags
The flags field value of this keyData component -
protocol
int protocol
The protocol value of this keyData component -
pubKey
String pubKey
The public key value of this keyData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtUpdate
class EPPSecDNSExtUpdate extends Object implements Serializable-
Serialized Fields
-
addDsData
List addDsData
Listof DS DataEPPSecDNSExtDsDatainstances to add -
chgDsData
List chgDsData
Listof DS DataEPPSecDNSExtDsDatainstances to chg -
remKeyTag
List remKeyTag
Listof DS keyTagIntegerinstances specifying keyTag to rem -
urgent
boolean urgent
High priority request? A value oftrueindicates that the client has asked the server operator to process the update command with a high priority. Default value isfalse.
-
-
-
-
Package com.verisign.epp.codec.secdnsext.v11
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtCreate
class EPPSecDNSExtCreate extends Object implements Serializable- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
dsData
List<EPPSecDNSExtDsData> dsData
Listof DS DataEPPSecDNSExtDsDatainstances to create as part of the DS Data Interface. -
keyData
List<EPPSecDNSExtKeyData> keyData
Listof Key DataEPPSecDNSExtKeyDatainstances to create as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtDsData
class EPPSecDNSExtDsData extends Object implements Serializable-
Serialized Fields
-
alg
int alg
The algorithm value of this dsData component -
digest
String digest
The digest value of this dsData component -
digestType
int digestType
The digestType value of this dsData component -
keyData
EPPSecDNSExtKeyData keyData
The keyData value of this dsData component -
keyTag
int keyTag
The keyTag field value of this dsData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtInfData
class EPPSecDNSExtInfData extends Object implements Serializable- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
dsData
List<EPPSecDNSExtDsData> dsData
Listof DS DataEPPSecDNSExtDsDatainstances as part of the DS Data Interface. -
keyData
List<EPPSecDNSExtKeyData> keyData
Listof Key DataEPPSecDNSExtKeyDatainstances as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtKeyData
class EPPSecDNSExtKeyData extends Object implements Serializable-
Serialized Fields
-
alg
int alg
The algorithm value of this keyData component -
flags
int flags
The flags field value of this keyData component -
protocol
int protocol
The protocol value of this keyData component -
pubKey
String pubKey
The public key value of this keyData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtUpdate
class EPPSecDNSExtUpdate extends Object implements Serializable- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
addDsData
List<EPPSecDNSExtDsData> addDsData
Listof DS DataEPPSecDNSExtDsDatainstances to add as part of the DS Data Interface. -
addKeyData
List<EPPSecDNSExtKeyData> addKeyData
Listof Key DataEPPSecDNSExtKeyDatainstances to add as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value as part of the chg -
remAllData
boolean remAllData
Remove all DS / Key data flag as an alternative to explicitly specifying all of theEPPSecDNSExtDsDataorEPPSecDNSExtKeyDatainstances to remove. -
remDsData
List<EPPSecDNSExtDsData> remDsData
Listof DS DataEPPSecDNSExtDsDatainstances to remove as part of the DS Data Interface. -
remKeyData
List<EPPSecDNSExtKeyData> remKeyData
Listof DS DataEPPSecDNSExtKeyDatainstances to remove as part of the Key Data Interface. -
urgent
boolean urgent
High priority request? A value oftrueindicates that the client has asked the server operator to process the update command with a high priority. Default value isfalse.
-
-
-
Package com.verisign.epp.codec.signedMark
-
Class com.verisign.epp.codec.signedMark.EPPEncodedSignedMark
class EPPEncodedSignedMark extends EPPSignedMark implements Serializable- serialVersionUID:
- -2581814950269930902L
-
Class com.verisign.epp.codec.signedMark.EPPIssuer
class EPPIssuer extends Object implements Serializable-
Serialized Fields
-
email
String email
The issuer customer support email address. -
id
String id
Issuer identifier -
org
String org
The organization name of the issuer. -
url
String url
The OPTIONAL HTTP URL of the issuer's site. -
voice
String voice
The OPTIONAL issuer's voice telephone number. -
voiceExt
String voiceExt
The OPTIONAL issuer's voice telephone number extension.
-
-
-
Class com.verisign.epp.codec.signedMark.EPPSignedMark
class EPPSignedMark extends Object implements Serializable- serialVersionUID:
- 3210389145062853193L
-
Serialized Fields
-
attrIdValue
String attrIdValue
Value used for the ID attribute name with the default ofATTR_ID_VALUE. -
id
String id
Identifier of the signed mark -
issuer
EPPIssuer issuer
Issuer of the signed mark. -
localName
String localName
XML local name for the root element of the signed mark. This should be set toELM_SIGNED_MARK_LOCALNAME. -
mark
EPPMark mark
Mark associated with the signed mark -
notAfter
Date notAfter
the date of expiration of the signed mark -
notBefore
Date notBefore
the date of creation of the signed mark -
signedMarkElement
Element signedMarkElement
Sign mark DOM element.
-
-
Class com.verisign.epp.codec.signedMark.RevokedSMD
class RevokedSMD extends Object implements Serializable
-
-
Package com.verisign.epp.codec.syncext
-
Class com.verisign.epp.codec.syncext.EPPSyncExtUpdate
class EPPSyncExtUpdate extends Object implements Serializable-
Serialized Fields
-
day
int day
The day of the month -
month
int month
The month.
-
-
-
-
Package com.verisign.epp.codec.ttl.v1_0
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtl
class EPPTtl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
custom
String custom
OPTIONAL "custom" resource record type value. -
defaultValue
Integer defaultValue
Default value set by the server. This attribute MUST only be set in the info response. -
maxValue
Integer maxValue
Highest value that may be set. This attribute MUST only be set in the info response. -
minValue
Integer minValue
Lowest value that may be set. This attribute MUST only be set in the info response. -
rrecType
RRecType rrecType
DNS record type to which the TTL value pertains. This attribute MUST have one of the following values: "NS", "DS", "DNAME", "A", "AAAA" or "custom" -
value
Integer value
Value of the TTL, which is non-negative between 0 and 2147483647. The value can be set tonullto indicate that it's not explicitly set.
-
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtlCreate
class EPPTtlCreate extends EPPTtlExtension implements Serializable- serialVersionUID:
- 1L
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtlExtension
class EPPTtlExtension extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtlInfData
class EPPTtlInfData extends EPPTtlExtension implements Serializable- serialVersionUID:
- 1L
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtlInfo
class EPPTtlInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
policy
boolean policy
Policy attribute with a default value offalse.
-
-
Class com.verisign.epp.codec.ttl.v1_0.EPPTtlUpdate
class EPPTtlUpdate extends EPPTtlExtension implements Serializable- serialVersionUID:
- 1L
-
-
Package com.verisign.epp.codec.validate.v02
-
Class com.verisign.epp.codec.validate.v02.EPPValidateAddress
class EPPValidateAddress extends Object implements Serializable-
Serialized Fields
-
city
String city
Contact city. -
country
String country
Contact country -
postalCode
String postalCode
Contact postal code -
stateProvince
String stateProvince
Contact state/province. -
streets
List<String> streets
Contact street, which is aListof up to 3String's representing street line 1, line 2, and line 3.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateAuthInfo
class EPPValidateAuthInfo extends Object implements Serializable-
Serialized Fields
-
ext
EPPCodecComponent ext
Extension authorization information. -
password
String password
Password authorization information. -
roid
String roid
roid. -
type
short type
Type, and default value isTYPE_PW
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckCmd
class EPPValidateCheckCmd extends EPPCheckCmd implements Serializable-
Serialized Fields
-
contacts
List<EPPValidateContact> contacts
Labels to check.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckResp
class EPPValidateCheckResp extends EPPResponse implements Serializable-
Serialized Fields
-
results
List<EPPValidateCheckResult> results
List of check results
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckResult
class EPPValidateCheckResult extends Object implements Serializable-
Serialized Fields
-
code
int code
Result code must use one of theEPPResultresult code constant values. -
id
String id
The contact identifier. -
keyValues
List<EPPValidateKeyValue> keyValues
Optional list of key value pairs used to define specific validation errors.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateContact
class EPPValidateContact extends Object implements Serializable-
Serialized Fields
-
authInfo
EPPValidateAuthInfo authInfo
OPTIONAL authInfo value -
contactType
String contactType
The contact type. -
email
String email
OPTIONAL Email Address -
fax
String fax
OPTIONAL FAX number -
faxExt
String faxExt
OPTIONAL FAX Extension -
id
String id
The contact identifier. -
keyValues
List<EPPValidateKeyValue> keyValues
Optional list of key value pairs used to define additional contact attributes. TheEPPValidateKeyValuecontactTypeattribute should not be set in each key value pair. -
postalInfo
List<EPPValidatePostalDefinition> postalInfo
One or two postal information elements, represented by theEPPValidatePostalDefinitionclass. -
tld
String tld
The TLD. -
voice
String voice
OPTIONAL Voice number -
voiceExt
String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateKeyValue
class EPPValidateKeyValue extends Object implements Serializable -
Class com.verisign.epp.codec.validate.v02.EPPValidatePostalDefinition
class EPPValidatePostalDefinition extends Object implements Serializable-
Serialized Fields
-
address
EPPValidateAddress address
contact address -
name
String name
contact name -
org
String org
contact org -
type
EPPValidatePostalDefinition.Type type
Localization form
-
-
-
-
Package com.verisign.epp.codec.verificationcode
-
Class com.verisign.epp.codec.verificationcode.EPPEncodedSignedCode
class EPPEncodedSignedCode extends Object implements Serializable- serialVersionUID:
- -2581814950269930902L
-
Serialized Fields
-
codes
List<EPPEncodedSignedCodeValue> codes
List of encoded signed code values.
-
-
Class com.verisign.epp.codec.verificationcode.EPPEncodedSignedCodeValue
class EPPEncodedSignedCodeValue extends EPPSignedCode implements Serializable- serialVersionUID:
- -2581814950269930902L
-
Class com.verisign.epp.codec.verificationcode.EPPSignedCode
class EPPSignedCode extends Object implements Serializable- serialVersionUID:
- 3210389145062853193L
-
Serialized Fields
-
attrIdValue
String attrIdValue
Value used for the ID attribute name with the default ofATTR_ID_VALUE. -
code
EPPVerificationCode code
Verification code value. -
localName
String localName
XML local name for the root element of the signed code. This should be set toELM_SIGNED_CODE_LOCALNAME. -
signedCodeElement
Element signedCodeElement
Sign code DOM element. -
trustAnchor
TrustAnchor trustAnchor
Trust anchor of validated signed code.
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCode
class EPPVerificationCode extends Object implements Serializable -
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeInfData
class EPPVerificationCodeInfData extends Object implements Serializable-
Serialized Fields
-
profiles
List<EPPVerificationCodeProfile> profiles
List of missing verification codes. -
status
EPPVerificationCodeInfData.Status status
Status of the verification with a default value ofStatus.NON_COMPLIANT.
-
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeInfo
class EPPVerificationCodeInfo extends Object implements Serializable-
Serialized Fields
-
profile
String profile
Client specified profile to base the verification information on.
-
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeProfile
class EPPVerificationCodeProfile extends Object implements Serializable-
Serialized Fields
-
missingCodes
List<EPPVerificationCode> missingCodes
List of missing verification codes. -
profileName
String profileName
The required name of the profile -
setCodes
List<EPPVerificationCode> setCodes
List of set verification codes. -
status
EPPVerificationCodeProfile.Status status
Status of the verification with a default value ofStatus.NON_COMPLIANT.
-
-
-
Class com.verisign.epp.codec.verificationcode.RevokedVerificationCode
class RevokedVerificationCode extends Object implements Serializable
-
-
Package com.verisign.epp.codec.whois
-
Class com.verisign.epp.codec.whois.EPPWhoisInf
class EPPWhoisInf extends Object implements Serializable-
Serialized Fields
-
flag
Boolean flag
whois info flag, where atruevalue will have theEPPWhoisInfDataextension added to a successful response. A value offalsewill have the same result as not adding theEPPWhoisInfextension to the command.
-
-
-
Class com.verisign.epp.codec.whois.EPPWhoisInfData
class EPPWhoisInfData extends Object implements Serializable
-
-
Package com.verisign.epp.exception
-
Exception Class com.verisign.epp.exception.EPPException
class EPPException extends Exception implements Serializable -
Exception Class com.verisign.epp.exception.EPPXMLErrorHandlerErrorException
class EPPXMLErrorHandlerErrorException extends SAXException implements Serializable -
Exception Class com.verisign.epp.exception.EPPXMLErrorHandlerFatalException
class EPPXMLErrorHandlerFatalException extends SAXException implements Serializable -
Exception Class com.verisign.epp.exception.EPPXMLErrorHandlerWarningException
class EPPXMLErrorHandlerWarningException extends SAXException implements Serializable
-
-
Package com.verisign.epp.framework
-
Exception Class com.verisign.epp.framework.EPPAssemblerException
class EPPAssemblerException extends EPPException implements Serializable-
Serialized Fields
-
fatal
boolean fatal
Is the exception fatal for the client session? -
value
int value
EachEPPAssemblerExceptioninstance has a unique value
-
-
-
Exception Class com.verisign.epp.framework.EPPEventException
class EPPEventException extends EPPException implements Serializable -
Exception Class com.verisign.epp.framework.EPPHandleEventException
class EPPHandleEventException extends EPPException implements Serializable-
Serialized Fields
-
response
EPPResponse response
The EPPResponse to contain
-
-
-
Exception Class com.verisign.epp.framework.EPPPollQueueException
class EPPPollQueueException extends EPPException implements Serializable-
Serialized Fields
-
type
int type
Type of exception based on one of theTYPEconstants
-
-
-
-
Package com.verisign.epp.interfaces
-
Exception Class com.verisign.epp.interfaces.EPPCommandException
class EPPCommandException extends EPPException implements Serializable-
Serialized Fields
-
response
EPPResponse response
EPP response associated with theEPPCommandException
-
-
-
-
Package com.verisign.epp.pool
-
Exception Class com.verisign.epp.pool.EPPSessionPoolException
class EPPSessionPoolException extends Exception implements Serializable
-
-
Package com.verisign.epp.serverstub
-
Class com.verisign.epp.serverstub.ControllerServlet
class ControllerServlet extends jakarta.servlet.http.HttpServlet implements Serializable -
Class com.verisign.epp.serverstub.SessionData
class SessionData extends Object implements Serializable-
Serialized Fields
-
attribs
Hashtable attribs
For extra attributes -
bLoggedIn
boolean bLoggedIn
Should be true if a login occured -
bLogoutOccured
boolean bLogoutOccured
Should be true if a logout occured -
greeting
EPPGreeting greeting
The EPPGreeting to send clients when they make a connection -
loginCmd
EPPLoginCmd loginCmd
EPPLoginCmdpassed for the authenticated session. This can be used to retrieve the passed object and extension services as well as the client id of the client. -
message
EPPMessage message
EPPMessageprocessed
-
-
-
-
Package com.verisign.epp.transport
-
Exception Class com.verisign.epp.transport.EPPConException
class EPPConException extends EPPException implements Serializable
-
-
Package com.verisign.epp.types
-
Class com.verisign.epp.types.Duration
class Duration extends Object implements Serializable-
Serialized Fields
-
_day
short _day
the number of days -
_hour
short _hour
the number of hours -
_isNegative
boolean _isNegative
true if the Duration is negative -
_millisecond
short _millisecond
the potential number of milliseconds -
_minute
short _minute
the number of minutes -
_month
short _month
the number of months -
_second
short _second
the number of seconds -
_year
short _year
the number of years
-
-
-
-
Package com.verisign.epp.util
-
Exception Class com.verisign.epp.util.EnvException
class EnvException extends EPPException implements Serializable -
Exception Class com.verisign.epp.util.EPPEnvException
class EPPEnvException extends EPPException implements Serializable -
Exception Class com.verisign.epp.util.EPPLogException
class EPPLogException extends EPPException implements Serializable -
Exception Class com.verisign.epp.util.EPPParserException
class EPPParserException extends EPPException implements Serializable -
Exception Class com.verisign.epp.util.InvalidateSessionException
class InvalidateSessionException extends Exception implements Serializable-
Serialized Fields
-
session
EPPSession session
Session that should be invalidated.
-
-
-