All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AllocationTokenDomainHandler |
The AllocationTokenDomainHandler class extends
DomainHandler to include handling the allocation token
extension.
|
BalanceHandler |
The BalanceHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPBalanceHandler class.
|
ChangePollDomainHandler |
The ChangePollDomainHandler class extends
DomainHandler to include handling the change poll extension.
|
ChinaVerificationCodeTst |
Execute and test different china verification end-to-end flows.
|
ClientConnectionHandler |
The EPPClientConnectionHandler class manages a single client
session.
|
ClientTransIdGenerator |
Client transaction identifier generator that is
used to generate a client transaction identifier
when creating or terminating sessions in the session pool.
|
CoaDomainHandler |
The CoaDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
Command |
Commands, which include the following possible values:
CREATE - Create command.
DELETE - Delete command.
RENEW - Renew command.
UPDATE - Update command.
TRANSFER - Transfer command.
RESTORE - Restore command.
CUSTOM - Custom command that is defined using a free-form
attribute like the "customName" attribute.
|
ConnectionHandler |
The ConnectionHandler class defines how a server acknowledges
new connections.
|
ContactHandler |
The ContactHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPContactHandler class.
|
ContactPollHandler |
The <ContactPollHandler> implements EPPPollHandler for Contact name
mapping only.
|
DefRegHandler |
The DefRegHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDefRegHandler class.
|
DomainHandler |
The DomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
DomainPollHandler |
The DomainPollHandler implements EPPPollHandler for
Domain Name Mapping.
|
Duration |
This class is the representation of XML Schema datatype: duration.
|
EAIContactHandler |
The EAIContactHandler class extends the ContactHandler class
to implement the behavior defined in draft-ietf-regext-epp-eai for commands
and responses that contain EAI addresses when the client does or does not
support draft-ietf-regext-epp-eai.
|
EmailFwdHandler |
The EmailFwdHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPEPPEmailFwdHandler
class.
|
EnvException |
DOCUMENT ME!
|
Environment |
This class loads properties from a properties configuration file with one of
the envInitialize methods.
|
EPPAllocationToken |
Allocation Token Extension, defines an allocation token or code for
allocating an object like a domain name to the client.
|
EPPAllocationTokenDomainTst |
Is a unit test of the EPPAllocationToken class.
|
EPPAllocationTokenExtFactory |
Factory for the Allocation Token Extension objects.
|
EPPAllocationTokenInfo |
Extension to the domain info command to the allocation token associated with
the domain name.
|
EPPAllocationTokenTst |
Is a unit test of the com.verisign.epp.codec.namestoreext package.
|
EPPApplication |
This class represents a logical application.
|
EPPApplicationSingle |
Singleton class for EPPApplication that is used to
initialize the EPP SDK.
|
EPPAssembler |
|
EPPAssemblerException |
The EPPAssemblerException defines a set of possible exceptions that can be
thrown from an EPPAssembler .
|
EPPAuthInfo |
Represents authorization information which is a shared structure been used by
other mapping such as domain and contact mappings.
|
EPPAuthInfoFactory |
Strong random authorization information factory, that follows section 3.1
"Secure Random Authorization Information" of the EPP Secure Authorization
Information for Transfer draft.
|
EPPBalance |
This class is the primary client interface class used for sending the
EPP balance info command to get the account balance and other finance information.
|
EPPBalanceHandler |
This class provides an interface for handling EPP Balance Commands in a
Server implementation.
|
EPPBalanceInfoCmd |
Represents an EPP Balance <info> command that is used to retrieve
account balance and other finance information defined in the
EPPBalanceInfoResp .
|
EPPBalanceInfoResp |
A concrete EPPResponse that knows how to encode/decode Balance Info response
from/to XML and object instance.
|
EPPBalanceMapFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
Balance command and response.
|
EPPBalanceTst |
Is a unit test of the com.verisign.epp.codec.balance package.
|
EPPBalanceTst |
Is a unit test of the EPPBalance class to get the account
balance and other financial information by sending an EPP balance info
command.
|
EPPByteArrayAssembler |
The EPPByteArrayAssembler interface defines an interface for serializing
EPPEvent objects and EPPEventResponse objects to and from byte arrays.
|
EPPByteArrayDispatcher |
A Singleton class that delegates message assembly to an EPPAssembler then
routes messages to the appropriate EPPEventHandler.
|
EPPChangeCaseId |
Change Case Identifier that includes both the identifier as well as the case
type.
|
EPPChangeData |
Change Data information that is added as an extension to a poll message
containing the info response of the object that was changed to define the
what, when, who, and why for the change.
|
EPPChangeOperation |
Transform operation executed on the object.
|
EPPChangePollDomainTst |
Is a unit test of the EPPDomain class.
|
EPPChangePollExtFactory |
Factory for the Change Poll Extension objects.
|
EPPChangePollTst |
Is a unit test of the com.verisign.epp.codec.changepoll package.
|
EPPCheckCmd |
The EPP check command is used to determine if an object exists in the server
repository.
|
EPPClientCon |
Interface implmented by all client connection classes.
|
EPPClientConTst |
EPPClientConTst : This class is not part of Implementatin.
|
EPPClientTransIdGenerator |
Interface that can be implemented to generate client transaction identifiers
used when creating a session in a session pool.
|
EPPCoaDomainTst |
Is a unit test of the using the Client Object Attribute classes with the
EPPDomain class.
|
EPPCoaExtAttr |
EPPCodecComponent that encodes and decodes a COA Attr Tag.
|
EPPCoaExtCreate |
EPPCodecComponent that encodes and decodes a COA Create Tag.
|
EPPCoaExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
Client Object Attribute extensions.
|
EPPCoaExtInfData |
EPPCodecComponent that encodes and decodes a COA InfData Tag.
|
EPPCoaExtKey |
EPPCodecComponent that encodes and decodes a COA Key Tag.
|
EPPCoaExtTst |
Is a unit test of the com.verisign.epp.codec.coaext package.
|
EPPCoaExtUpdate |
EPPCodecComponent that encodes and decodes a COA Update Tag.
|
EPPCoaExtValue |
EPPCodecComponent that encodes and decodes a COA Value Tag.
|
EPPCodec |
Singleton class to encode and decode EPPMessage instances to and
from DOM Documents.
|
EPPCodecComponent |
Represents an EPP CODEC Component interface that is implemented by any class
that needs to participate in the encoding and decoding of EPP XML
documents.
|
EPPCodecException |
Represents a general EPP Codec Exception.
|
EPPCodecTst |
Is a unit test of the com.verisign.epp.codec.gen package.
|
EPPCommand |
Represents an EPP command that is sent by an EPP Client and received by an
EPP Server.
|
EPPCommandException |
Exception thrown when an error is recognized by one of the
interfaces classes.
|
EPPComponentNotFoundException |
Exception used to identify when a component can not be found
in one of the factories during a decode operation.
|
EPPConException |
Connection exception used by classes in the
com.verisign.epp.transport package.
|
EPPConFactory |
Client connection factory, which creates instances of client connection
objects that implement the EPPClientCon interface.
|
EPPConFactorySingle |
This is a Singleton Class Please See Singleton Design Pattern $Id:
EPPConFactorySingle.java,v 1.2 2004/01/07 04:17:56 jim Exp $
|
EPPConFactoryTst |
$Id: EPPConFactoryTst.java,v 1.2 2004/01/26 21:21:06 jim Exp $
|
EPPConfigProxyServersLocator |
Default implementation of the EPPProxyServersLocator interface that
returns the proxy servers setting from the configuration file that are
defined by the EPP.ProxyServers property.
|
EPPConnectionHandler |
The EPPConnectionHandler interface defines an interface for classes that
need to be notified of connection events from a Server.
|
EPPContact |
EPPContact is the primary client interface class used for
contact management.
|
EPPContactAddChange |
Represents attributes to add, remove or change with a
EPPContactUpdateCmd .
|
EPPContactAddress |
Represents a contact address specified in EPPContactCreateCmd , EPPContactUpdateCmd , or
EPPContactInfoResp .
|
EPPContactCheckCmd |
Represents an EPP Contact <check> command, which is used to determine
if a contact id is known to the server.
|
EPPContactCheckResp |
Represents an EPP Contact <contact:chkData> response to a
EPPContactCheckCmd .
|
EPPContactCheckResult |
EPPContactCheckResult represents the result of an individual
contact id check.
|
EPPContactCreateCmd |
Represents an EPP Contact <create> command, which provides a transform
that allows a client to create a contact object.
|
EPPContactCreateResp |
Represents a <contact:creData> response to an
EPPContactCreateCmd .
|
EPPContactDeleteCmd |
Represents an EPP Contact <delete> command that allows a client to
delete a contact object.
|
EPPContactDisclose |
Represents a contact disclose definition.
|
EPPContactDiscloseAddress |
Deprecated.
|
EPPContactDiscloseName |
Deprecated.
|
EPPContactDiscloseOrg |
Deprecated.
|
EPPContactHandler |
The EPPContactHandler class provides an interface for handling
EPP Contact Commands in a Server implementation.
|
EPPContactInfoCmd |
Represents an EPP Contact <info> command that is used to retrieve
information associated with a contact.
|
EPPContactInfoResp |
Represents a <contact:infData> response to an EPPContactInfoCmd .
|
EPPContactMapFactory |
EPPContactMapFactory represents the EPPCommand and
EPPResponse factory for the EPP Contact Mapping with the XML
Namespace URI "urn:iana:xmlns:contact".
|
EPPContactPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPContactPostalDefinition |
Represents a contact postal address definition that is used in EPPContactCreateCmd ,
EPPContactUpdateCmd , and EPPContactInfoResp .
|
EPPContactRelaxedValidationTst |
Is a unit test of the com.verisign.epp.codec.contact package.
|
EPPContactRelaxedValidationTst |
Is a unit test of the EPPContact class when relaxed validation
is enabled when the EPP.Contact.RelaxedValidation property is set to
"true".
|
EPPContactStatus |
Represents a contact Status.
|
EPPContactTransferCmd |
Represents an EPP Contact <transfer> command.
|
EPPContactTransferResp |
Represents a <contact:trnData> response to
EPPContactTransferCmd .
|
EPPContactTst |
Is a unit test of the com.verisign.epp.codec.contact package.
|
EPPContactTst |
Is a unit test of the EPPContact class.
|
EPPContactUpdateCmd |
Represents an EPP Host <update> command.
|
EPPCourt |
Class for a Court that can be included in the list of courts contained in the
EPPMark .
|
EPPCreateCmd |
The EPP <create> command is used to create an instance of an object.
|
EPPCredentials |
Represents the optional <creds> element in an EPP Command.
|
EPPCreditThreshold |
The EPPCreditThreshold is the EPPCodecComponent
that knows how to encode and decode Credit Threshold Type elements from/to
XML and object instance.
|
EPPDcp |
An Optional <dcp> (data collection policy) element that contains child
elements used to describe the server's policy for data collection and
management.Polcy elements should be disclosed to all entities directly and
indirectly involved in subsequent server interactions, Child elements include
the following
An access <access> element that describes the access provided by
the server
One or more statement <statement> elements that describe the data
collection purpouses supported by the server.
|
EPPDecodeException |
Represents an exception while decoding an XML Element tree into a concrete
EPPCodecComponent .
|
EPPDefReg |
EPPDefReg is the primary client interface class used for
defReg management.
|
EPPDefRegAddRemove |
Represents attributes to add, remove or change with a
EPPDefRegUpdateCmd .
|
EPPDefRegCheckCmd |
Represents an EPP DefReg <check> command, which is used to determine if
a defReg name is known to the server.
|
EPPDefRegCheckResp |
Represents an EPPDefReg <defReg:chkData> response to a
EPPDefRegFwdCheckCmd .
|
EPPDefRegCheckResult |
EPPDomainCheckResult represents the result of an individual
defReg name ping.
|
EPPDefRegCreateCmd |
Represents an EPPDefReg <create> command, which provides a transform
operation that allows a client to create a defReg object.
|
EPPDefRegCreateResp |
Represents an EPPDefReg<defReg:creData> response to a
EPPDefRegCreateCmd .
|
EPPDefRegDeleteCmd |
Represents an EPP DefReg <delete> command that allows a client to
delete a defReg object.
|
EPPDefRegHandler |
The EPPDefRegHandler class provides an interface for handling
EPP DefReg Commands in a Server implementation.
|
EPPDefRegInfoCmd |
Represents an EPPDefReg <info> command that is used to retrieve
information associated with a defReg.
|
EPPDefRegInfoResp |
Represents an EPP DefReg <defReg:infData> response to an
EPPDefRegInfoCmd .
|
EPPDefRegMapFactory |
EPPDefRegMapFactory represents the EPPCommand and
EPPResponseMap factory for the EPP DefReg Mapping with the XML
Namespace URI "urn:ietf:params:xmlns:domain".
|
EPPDefRegName |
Represents EPPDefRegName information which is a shared structure been used
by other objects.
|
EPPDefRegPeriod |
Represents a defReg Period.
|
EPPDefRegRenewCmd |
Represents an EPP DefReg <renew> command, which provides a transform
operation that allows a client to extend the validity period of a
defReg object.In addition to the standard EPP command elements, the
<renew> command MUST contain a <defReg:renew> element that
identifies the defReg namespace and the location of the defReg schema.
|
EPPDefRegRenewResp |
Represents an EPP DefReg <defReg:renData> response to a
EPPDefRegRenewCmd .
|
EPPDefRegStatus |
Represents a defReg Status.
|
EPPDefRegTransferCmd |
Represents an EPP DefReg <transfer> command.
|
EPPDefRegTransferResp |
Represents an EPP DefReg <defReg:transfer-data> response to an
EPPDefRegTransferCmd .
|
EPPDefRegTst |
Is a unit test of the com.verisign.epp.codec.defReg package.
|
EPPDefRegTst |
Is a unit test of the EPPDefReg class.
|
EPPDefRegUpdateCmd |
Represents an EPP DefReg <update> command.
|
EPPDeleteCmd |
The EPP <delete> command is used to remove an instance of an existing
object.
|
EPPDisabledEntityResolver |
Entity resolver that throws an exception for all methods to ensure that any
attempt to resolve an entity fails.
|
EPPDispatcher |
A Singleton class that delegates message assembly to an EPPAssembler then
routes messages to the appropriate EPPEventHandler.
|
EPPDomain |
EPPDomain is the primary client interface class used for domain
management.
|
EPPDomainAddRemove |
Represents attributes to add, remove or change with a
EPPDomainUpdateCmd .
|
EPPDomainCheckCmd |
Represents an EPP Domain <check> command, which is used to determine if
a domain name is known to the server.
|
EPPDomainCheckResp |
Represents an EPP Domain <domain:chkData> response to a
EPPDomainCheckCmd .
|
EPPDomainCheckResult |
EPPDomainCheckResult represents the result of an individual
domain name check.
|
EPPDomainContact |
Represents a domain contact.
|
EPPDomainCreateCmd |
Represents an EPP Domain <create> command, which provides a transform
operation that allows a client to create a domain object.
|
EPPDomainCreateResp |
Represents an EPP Domain <domain:creData> response to a
EPPDomainCreateCmd .
|
EPPDomainDeleteCmd |
Represents an EPP Domain <delete> command that allows a client to
delete a domain object.
|
EPPDomainHandler |
The EPPDomainHandler class provides an interface for handling
EPP Domain Commands in a Server implementation.
|
EPPDomainInfoCmd |
Represents an EPP Domain <info> command that is used to retrieve
information associated with a domain.
|
EPPDomainInfoResp |
Represents an EPP Domain <domain:infData> response to an
EPPDomainInfoCmd .
|
EPPDomainMapFactory |
EPPDomainMapFactory represents the EPPCommand and
EPPResponseMap factory for the EPP Domain Mapping with the XML
Namespace URI "urn:ietf:params:xmlns:domain".
|
EPPDomainNameVerification |
|
EPPDomainPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPDomainPeriod |
Represents a domain Period.
|
EPPDomainRenewCmd |
Represents an EPP Domain <renew> command, which provides a transform
operation that allows a client to extend the validity period of a domain
object.
|
EPPDomainRenewResp |
Represents an EPP Domain <domain:renData> response to a
EPPDomainRenewCmd .
|
EPPDomainStatus |
Represents a domain Status.
A domain object MUST always have at least one associated status value.
|
EPPDomainTransferCmd |
Represents an EPP Domain <transfer> command.
|
EPPDomainTransferResp |
Represents an EPP Domain <domain:transfer-data> response to an
EPPDomainTransferCmd .
|
EPPDomainTst |
Is a unit test of the com.verisign.epp.codec.domain package.
|
EPPDomainTst |
Is a unit test of the EPPDomain class.
|
EPPDomainUpdateCmd |
Represents an EPP Domain <update> command.
|
EPPDuplicateExtensionException |
Exception used to identify that a duplicate extension was found
in the list of extensions.
|
EPPEAIExtFactory |
Factory for implementation of the International Email Address (EAI)
Extension.
|
EPPEAITst |
Is a unit test of supporting the EAI addresses based on the functional
extension defined in the draft.
|
EPPEAITst |
Is a unit test of the com.verisign.epp.codec.contact package with
implementing the Internationalized Email Addresses in the Extensible
Provisioning Protocol (EPP).
|
EPPEmailFwd |
EPPEmailFwd is the primary client interface class used for email
forward management.
|
EPPEmailFwdAddRemove |
Represents attributes to add, remove or change with a
EPPEmailFwdUpdateCmd .
|
EPPEmailFwdCheckCmd |
Represents an EPP EmailFwd <check> command, which is used to determine
if a emailFwd name is known to the server.
|
EPPEmailFwdCheckResp |
Represents an EPP EmailFwd <emailFwd:chkData> response to a
EPPEmailFwdCheckCmd .
|
EPPEmailFwdCheckResult |
EPPEmailFwdCheckResult represents the result of an individual
emailFwd name ping.
|
EPPEmailFwdContact |
Represents a emailFwd contact.
|
EPPEmailFwdCreateCmd |
Represents an EPP EmailFwd <create> command, which provides a
transform operation that allows a client to create a emailFwd object.
|
EPPEmailFwdCreateResp |
Represents an EPP EmailFwd <emailFwd:creData> response to a
EPPEmailFwdCreateCmd .
|
EPPEmailFwdDeleteCmd |
Represents an EPP EmailFwd <delete> command that allows a client to
delete a emailFwd object.
|
EPPEmailFwdHandler |
The EPPEmailFwdHandler class provides an interface for handling
EPP EmailFwd Commands in a Server implementation.
|
EPPEmailFwdInfoCmd |
Represents an EPP EmailFwd <info> command that is used to retrieve
information associated with a emailFwd.
|
EPPEmailFwdInfoResp |
Represents an EPP EmailFwd <emailFwd:infData> response to an
EPPEmailFwdInfoCmd .
|
EPPEmailFwdMapFactory |
EPPEmailFwdMapFactory represents the EPPCommand
and EPPResponseMap factory for the EPP EmailFwd Mapping
with the XML Namespace URI "http://www.nic.name/epp/emailFwd-1.0".
|
EPPEmailFwdPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPEmailFwdPeriod |
Represents a emailFwd Period.
|
EPPEmailFwdRenewCmd |
Represents an EPP EmailFwd <renew> command, which provides a transform
operation that allows a client to extend the validity period of a
emailFwd object.
|
EPPEmailFwdRenewResp |
Represents an EPP EmailFwd <emailFwd:renData> response to a
EPPEmailFwdRenewCmd .
|
EPPEmailFwdStatus |
Represents a emailFwd Status.
|
EPPEmailFwdTransferCmd |
Represents an EPP EmailFwd <transfer> command.
|
EPPEmailFwdTransferResp |
Represents an EPP EmailFwd <emailFwd:transfer-data> response to an
EPPEmailFwdTransferCmd .
|
EPPEmailFwdTst |
Is a unit test of the com.verisign.epp.codec.emailFwd package.
|
EPPEmailFwdTst |
Is a unit test of the EPPEmailFwd class.
|
EPPEmailFwdUpdateCmd |
Represents an EPP EmailFwd <update> command.
|
EPPEncodeDecodeStats |
EPPEncodeDecodeStats capture the statistics related to a single
Encode/Decode Test.
|
EPPEncodedSignedCode |
Class for the encoded signed code, which contains the code and the
XMLSignature itself.
|
EPPEncodedSignedCodeValue |
Class for the encoded signed code, which contains the code and the
XMLSignature itself.
|
EPPEncodedSignedMark |
Class for the encoded signed mark, which contains the mark ( EPPMark ),
and additional elements associated with the signing of the mark like the
serial number of the signed mark, the expiration of the signed mark, and the
XMLSignature itself.
|
EPPEncodeException |
Represents an exception while encoding an XML Element tree from a concrete
EPPCodecComponent .
|
EPPEntityResolver |
EPP Entity Resolver used to cache and load EPP XML
schemas from the classpath.
|
EPPEnv |
Utility class that contains all of the SDK environment property values.
|
EPPEnvException |
Thrown when an unexpected condition or undesirable behavior is encountered
pertaining to this package.
|
EPPEnvSingle |
Singleton class for EPPEnv that is used to get
the configuration settings for the EPP SDK.
|
EPPEnvTst |
EPPEnvTst : This class is not part of Implementatin.
|
EPPEvent |
The EPPEvent class contains an EPPMessage for EPPEventHandlers
to respond to.
|
EPPEventException |
The EPPEventException class defines an EPP Exception associated
with EPPEvents.
|
EPPEventHandler |
The EPPEventHandler interface defines the interface used to be
notified of EPPEvents.
|
EPPEventResponse |
The EPPEventResponse class contains an EPPMessage and is the
class EPPEventHandlers use to return responses.
|
EPPException |
Represents the base class for all EPP package exceptions.
|
EPPExtFactory |
Represents an interface, used by EPPFactory , and implemented by
concrete EPP Command Extensions for the creation of concrete
EPPCodecComponent and EPPProtocolExtension
instances from a command extension XML element.
|
EPPExtValue |
elements that can be used to provide additional error diagnostic information,
including:
A <value> element that identifies a client-provided element
(including XML tag and value) that caused a server error condition.
A <reason> element containing a human-readable message that
describes the reason for the error.
|
EPPFactory |
EPPFactory is a Singleton class that will create
EPPCommand or EPPResponse instances for any of the
supported EPP Command Mappings (e.g.
|
EPPFeeCheck |
Fee Check Extension that enables a client to pass a command along with
optionally the currency, period, and fee class to apply to the objects in the
check command.
|
EPPFeeCheckResult |
EPPFeeCheckResult represents a fee result to a check.
|
EPPFeeChkData |
The extension to a response to a check command with the fee check extension.
|
EPPFeeCommand |
The command along with the optional phase, sub-phase, and custom name that
the fee is associated with.
|
EPPFeeCommandData |
The command data included in a check response, that includes:
command, customName, phase, subphase, and period from the base
EPPFeeCommand
fees
credits
classification
|
EPPFeeCreate |
Fee Create Extension that enables a client to pass the expected fee for the
create command.
|
EPPFeeCreData |
Fee Create Result Extension that enables a server to pass the resulting fee
for the create command.
|
EPPFeeCredit |
EPPFeeCredit represents the credit value information returned by
the server.
|
EPPFeeDelData |
Fee Delete Result Extension that enables a server to pass the resulting
credits for the delete command.
|
EPPFeeDomainTst |
Is a unit test of the EPPDomain class.
|
EPPFeeExtFactory |
Factory for the Fee Extension objects.
|
EPPFeePeriod |
Represents a fee period.
|
EPPFeeRenData |
Fee Renew Result Extension that enables a server to pass the resulting fee
for the renew command.
|
EPPFeeRenew |
Fee Renew Extension that enables a client to pass the expected fee for the
renew command.
|
EPPFeeTransfer |
Fee Transfer Extension that enables a client to pass the expected fee for the
transfer command.
|
EPPFeeTransform |
Abstract base class for the transform commands (create, renew, update,
transfer) for enabling the client to pass the expected fee for a billable
transform command.
|
EPPFeeTransformResult |
Abstract base class for the transform results (create, renew, update, delete,
transfer) for enabling the server to return the currency, fees, credits,
balance, and credit limit where appropriate.
|
EPPFeeTrnData |
Fee Transfer Result Extension that enables a server to pass the resulting fee
for the transfer command.
|
EPPFeeTst |
Is a unit test of the com.verisign.epp.codec.fee.v1_0 package.
|
EPPFeeUpdate |
Fee Update Extension that enables a client to pass the expected fee for the
update command.
|
EPPFeeUpdData |
Fee Update Result Extension that enables a server to pass the resulting fee
for the update command.
|
EPPFeeValue |
EPPFeeValue represents the fee value information returned by the
server.
|
EPPGenHandler |
The EPPGenHandler class provides an interface for handling
General EPP Commands in a Server implementation.
|
EPPGreeting |
Represents an EPP Greeting message, which an EPP server uses in response to a
successful connection from an EPP client.
|
EPPHandleEventException |
The EPPHandleEventException class is used by
EPPEventHandlers to hold EPPResponses when errors
occur when handling EPP Commmands.
|
EPPHello |
Represents an EPP hello request that is sent by an EPP Client and received by
an EPP Server.
|
EPPHost |
EPPHost is the primary client interface class used for host
management.
|
EPPHostAddRemove |
Represents attributes to add, remove or change with a
EPPHostUpdateCmd .
|
EPPHostAddress |
Represents a host address specified in an EPPHostCreateCmd or
in an EPPHostAddRemove object of an
EPPHostUpdateCmd .
|
EPPHostAttr |
EPPHostAttr is used to support the host attribute model.
|
EPPHostCheckCmd |
Represents an EPP Host <check> command, which is used to determine if
a host name is known to the server.
|
EPPHostCheckResp |
Represents an EPP Host <host:chkData> response to a
EPPHostCheckCmd .
|
EPPHostCheckResult |
EPPHostCheckResult represents the result of an individual
host name check.
|
EPPHostCreateCmd |
Represents an EPP Host <create> command, which provides a transform
operation that allows a client to create a host object.
|
EPPHostCreateResp |
Represents an EPP Host <host:resData> response to a
EPPHostCreateCmd .
|
EPPHostDeleteCmd |
Represents an EPP Host <delete> command that allows a client to delete
a host object.
|
EPPHostHandler |
The EPPHostHandler class provides an interface for handling Host
EPP Commands in a Server implementation.
|
EPPHostInfoCmd |
Represents an EPP Host <info> command that is used to retrieve
information associated with a host.
|
EPPHostInfoResp |
Represents an EPP Host <host:infData> response to an
EPPHostInfoCmd .
|
EPPHostMapFactory |
EPPHostMapFactory represents the EPPCommand and
EPPResponse factory for the EPP Host Mapping with the XML
Namespace URI "urn:ietf:params:xmlns:host".
|
EPPHostPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPHostStatus |
Represents a host Status.
|
EPPHostTst |
Is a unit test of the com.verisign.epp.codec.host package.
|
EPPHostTst |
Is a unit test of the EPPSession class.
|
EPPHostUpdateCmd |
Represents an EPP Host <update> command, which provides a transform
operation that allows a client to modify the attributes of a host object.
|
EPPIdnDomainTst |
Is a unit test of the using the IDN Lang Extension classes with the
EPPDomain class.
|
EPPIdnExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
IDN extensions.
|
EPPIdnExtTst |
Is a unit test of the com.verisign.epp.codec.idnext package.
|
EPPIdnLangTag |
EPPCodecComponent that encodes and decodes a IDN Lang Tag.
|
EPPIdnMap |
EPPIdnMap is used in the extension to the domain create command
to define the IDN table and optionally the Unicode NFC of the domain name,
and in the extension to the domain info response to return the same
information about the domain name.
|
EPPIdnMapDomainTst |
Is a unit test of the EPPDomain class with the IDN Map
Extension.
|
EPPIdnMapExtFactory |
Factory for the IDN Map Extension objects.
|
EPPIdnMapTst |
Is a unit test of the com.verisign.epp.codec.idnmap package.
|
EPPIdnTable |
EPPIdnTable is the primary client interface class used for the
IDN Table EPP mapping.
|
EPPIdnTableCheckCmd |
Represents an EPP Internationalized Domain Name (IDN) Table <check>
command, which is used to determine if an (IDN) Table Identifier is known to
the server.
|
EPPIdnTableCheckCmd.Form |
Check form types, that include:
UNDEFINED_FORM that represents an undefined state, where
neither or both tables and domains are defined.
DOMAIN_FORM that represents the "Domain Check Form",
where domain names are only defined.
TABLE_FORM that represents the "Table Check Form",
where table identifiers are only defined.
|
EPPIdnTableCheckDomain |
EPPIdnTableCheckDomain is used to represent the Internationalized
Domain Name (IDN) information for a domain in a IDN table response to a
<check> command.
|
EPPIdnTableCheckResp |
Represents an Internationalized Domain Name (IDN) Table response to a
<check> command, with two different forms including the Domain Check
Form and the Table Check Form.
|
EPPIdnTableCheckResp.Form |
Check form types, that include:
UNDEFINED_FORM that represents an undefined state, where
neither or both tables and domains are defined.
DOMAIN_FORM that represents the "Domain Check Form",
where domain names are only defined.
TABLE_FORM that represents the "Table Check Form",
where table identifiers are only defined.
|
EPPIdnTableCheckTable |
EPPIdnTableCheckTable is used to represent the Internationalized
Domain Name (IDN) table identifier in a IDN table response to a <check<
command.
|
EPPIdnTableDomainLabel |
EPPIdnTableDomainLabel is used to represent a domain name label used
in the Domain Check Form and the Domain Info Form.
|
EPPIdnTableDomainLabel.Form |
Label form types, that include:
A_LABEL A-label domain name label.
U_LABEL U-label domain name label.
|
EPPIdnTableHandler |
The EPPIdnTableHandler class provides an interface for handling
EPP IDN Table Commands in a Server implementation.
|
EPPIdnTableInfoCmd |
Represents an EPP Internationalized Domain Name (IDN) Table <info>
command, which support three different forms:
Domain Info Form - Used to validate the domain name code points against
the IDN Tables and IDN Policies, and to return the matching IDN Table
meta-data.
Table Info Form - Used to retrieve information associated with an IDN
Table object.
List Info Form - Used to retrieve the list of IDN Tables supported by the
server.
EPPIdnTableInfoResp is the concrete EPPReponse
associated with EPPIdnTableInfoCmd .
|
EPPIdnTableInfoCmd.Form |
Info form types, that include:
UNDEFINED_FORM that represents an undefined state, where
none of the forms can be determined.
DOMAIN_FORM that represents the "Domain Info
Form".
TABLE_FORM that represents the "Table Info
Form".
LIST_FORM that represents the "List Info
Form".
|
EPPIdnTableInfoDomain |
EPPIdnTableInfoDomain is used to represent the Internationalized
Domain Name (IDN) information for a domain in a IDN table response to a
<info> command.
|
EPPIdnTableInfoDomainTable |
EPPIdnTableInfoDomainTable is used to represent the
Internationalized Domain Name (IDN) table information for a domain name in a
Domain Info Form response.
|
EPPIdnTableInfoDomainTable.Type |
Table types, that include:
LANGUAGE that represents a Language IDN Table.
SCRIPT that represents a Script IDN Table.
|
EPPIdnTableInfoListItem |
EPPIdnTableInfoListItem is used to represent an IDN Table in a
List Info Form response.
|
EPPIdnTableInfoResp |
Represents an EPP Internationalized Domain Name (IDN) Table <info>
response, which support three different forms:
Domain Info Form - Used to validate the domain name code points against
the IDN Tables and IDN Policies, and to return the matching IDN Table
meta-data.
Table Info Form - Used to retrieve information associated with an IDN
Table object.
List Info Form - Used to retrieve the list of IDN Tables supported by the
server.
EPPIdnTableInfoCmd is the concrete EPPCommand associated with
EPPIdnTableInfoCmd .
|
EPPIdnTableInfoResp.Form |
Check form types, that include:
DOMAIN_FORM that represents the "Domain Info
Form".
TABLE_FORM that represents the "Table Info
Form".
LIST_FORM that represents the "List Info Form".
|
EPPIdnTableInfoTable |
EPPIdnTableInfoTable is used to represent the Internationalized
Domain Name (IDN) table information for an IDN Table in a Table Info Form
response.
|
EPPIdnTableInfoTable.Type |
Table types, that include:
LANGUAGE that represents a Language IDN Table.
SCRIPT that represents a Script IDN Table.
|
EPPIdnTableMapFactory |
Factory for the IDN Table command and response objects.
|
EPPIdnTableTst |
Is a unit test of the com.verisign.epp.codec.idntable package.
|
EPPIdnTableTst |
Is a unit test of the EPPIdnTable class with the IDN Map
Extension.
|
EPPInfoCmd |
The EPP <info> command is used to retrieve information associated with
an existing object.
|
EPPIssuer |
|
EPPLaunch |
EPPLaunch is the primary client interface class used for launch
EPP extension.
|
EPPLaunchCheck |
Extension to the domain check command to implement the check in three
different forms, which include Claims Check Form, Availability Check Form, or
Trademark Check Form.
|
EPPLaunchCheckResult |
The EPPLaunchCheckResult represents the claims check result for an
individual domain name.
|
EPPLaunchChkData |
The extension to a response to a claims check command.
|
EPPLaunchClaimKey |
The EPPLaunchClaimKey a claim key that MAY be passed to a
third-party trademark validator such as the Trademark Clearinghouse (TMCH)
for querying the information needed to generate a Trademark Claims Notice.
|
EPPLaunchCodeMark |
|
EPPLaunchCreate |
Extension to the domain create command to create a launch phase application.
|
EPPLaunchCreData |
Extension to the domain create response for launch applications
that returns the unique application identifier for the launch
application.
|
EPPLaunchDelete |
Extension to the domain delete command to delete a launch
phase application.
|
EPPLaunchExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
LaunchPhase extensions.
|
EPPLaunchInfData |
Extension to the domain info response to return the launch phase application
or registration information.
|
EPPLaunchInfo |
Extension to the domain info command to retrieve information for a launch
phase registration or application.
|
EPPLaunchNotice |
Class to hold the launch notice information including the notice identifier,
the expiration (not after) date and time, and the date and time the claims
notice was accepted.
|
EPPLaunchPhase |
|
EPPLaunchPolicyAdapter |
|
EPPLaunchPolicyCreate |
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry create command.
|
EPPLaunchPolicyExtFactory |
Factory for the Launch Policy Extension objects.
|
EPPLaunchPolicyInfData |
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry info response.
|
EPPLaunchPolicyInfoPhase |
EPPLaunchPolicyInfoPhase defines a supported <launch:phase>
value that can be passed in the phase.
|
EPPLaunchPolicyPhase |
EPPLaunchPolicyPhase represents the policies for a zone phase.
|
EPPLaunchPolicyPhase.CheckForm |
Possible check forms supported by the phase.
|
EPPLaunchPolicyPhase.CreateForm |
Possible create forms supported by the phase.
|
EPPLaunchPolicyPhase.MarkValidation |
Possible mark validation models supported by the phase.
|
EPPLaunchPolicyPhase.Mode |
Mode defines how the phase operates, which include the following
possible values:
fcfs - In this mode, each domain name is immediately created
and there is no use of an application identifier.
pendingRegistration - In this mode, the domain name is created
with the "pendingCreate" status with no use of an application identifier.
|
EPPLaunchPolicyPhase.Phase |
Phase defines the type of phase, which include the following
possible values:
preDelegation - Phase when pre-delegation testing is done.
|
EPPLaunchPolicyPhaseStatus |
EPPLaunchPolicyPhaseStatus defines a supported launch status value.
|
EPPLaunchPolicyPhaseStatus.Status |
Possible launch phase statuses used by the statuses attribute.
|
EPPLaunchPolicyPollPolicy |
EPPLaunchPolicyPollPolicy defines the poll messaging policy for the
phase.
|
EPPLaunchPolicyRegistryTst |
|
EPPLaunchPolicyTst |
Test of the packet encoder and decoder (CODEC) for the Launch Phase Policy
Extension.
|
EPPLaunchPolicyUpdate |
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry update command.
|
EPPLaunchPolicyZone |
EPPLaunchPolicyZone contains all of the policy information associated
with the zone.
|
EPPLaunchPolicyZoneContainer |
Abstract base class for the command and response extensions that contains a
zone.
|
EPPLaunchStatus |
|
EPPLaunchTst |
Is a unit test of the com.verisign.epp.codec.launch package.
|
EPPLaunchTst |
Is a unit test of the using the LaunchPhase Extension classes with the
EPPDomain class.
|
EPPLaunchUpdate |
Extension to the domain update command to update a launch
phase application.
|
EPPLogException |
DOCUMENT ME!
|
EPPLoginAdapter |
Interface that can be implemented and configured to be called by
EPPSession to customize the EPPLoginCmd prior to sending it.
|
EPPLoginCmd |
The EPP <login> command is used to establish a session with an EPP
server in response to a greeting issued by the server.
|
EPPLoginSec |
Login Security Extension that extends an
EPPLoginCmd to support passing a longer
password ( pw ) or new password ( newPW ).
|
EPPLoginSecData |
Login Security Data Extension that extends an
EPPResponse to support passing security
event information back to the client.
|
EPPLoginSecEvent |
Login Security Event that identifies a security warning or error for the
client to address.
|
EPPLoginSecExtFactory |
Factory for the Login Security Extension objects.
|
EPPLoginSecLoginAdapter |
Interface that can be implemented and configured to be called by
EPPSession to customize the EPPLoginCmd prior to sending it.
|
EPPLoginSecPolicyAdapter |
EPPLaunchPolicyAdapter is used to create the login security policy
extension information that will be called by the EPP SDK Stub Server
RegistryHandler.
|
EPPLoginSecPolicyEvent |
This class is encoded into the <loginSecPolicy:event> element that
represents the policies of an individual login security event (warning or
error).
|
EPPLoginSecPolicyEvent.EventErrorAction |
Possible list of event error action types.
|
EPPLoginSecPolicyEvent.EventLevel |
Possible list of security event levels.
|
EPPLoginSecPolicyEvent.EventType |
Possible list of security event types.
|
EPPLoginSecPolicyExtFactory |
Factory for the Login Security Policy Extension objects.
|
EPPLoginSecPolicyInfData |
Login Security Policy Create Extension that enables a client to pass the
login security policy information with a registry info response.
|
EPPLoginSecPolicyPassword |
This class is encoded to the <loginSecPolicy:pw> element that
represents the login password format policy.
|
EPPLoginSecPolicyRegistryTst |
Tests connecting to EPP SDK Stub Server, sending a registry system info
command and asserting that the Login Security Policy Extension is returned in
the response.
|
EPPLoginSecPolicySystem |
EPPLoginSecPolicySystem contains all of the login security policy
information associated with the system.
|
EPPLoginSecPolicyTst |
Test of the packet encoder and decoder (CODEC) for the Login Security Policy
Extension.
|
EPPLoginSecTst |
Is a unit test of the com.verisign.epp.codec.loginsec.v1_0 package that
includes testing the extentions to the login command and response.
|
EPPLoginSecTst |
Is a unit test the use of the EPPLoginSecLoginAdapter with the
EPPSession and exercising the login security handler for returning
specific security events based on the login identifier (clientId).
The unit test can be run in multiple threads by setting the "threads" system
property.
|
EPPLoginSecUserAgent |
Login Security User Agent identifies the client software and platform used by
the server to identify functional or security constraints, current security
issues, and potential future functional or security issues for the client.
|
EPPLogoutCmd |
The EPP <logout> command is used to end a session with an EPP server.
|
EPPLowBalanceDomainTst |
Is a unit test of the EPPDomain class with Domain Create, inf
data and report extensions.
|
EPPLowBalancePollMapFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
LowBalancePoll responses.
|
EPPLowBalancePollResponse |
A concrete EPPResponse that knows how to encode/decode LowBalance Poll responses
from/to XML and object instance.
|
EPPLowBalancePollThreshold |
The EPPLowBalancePollThreshold is the EPPCodecComponent that knows how to
encode and decode Credit Threshold Type elements from/to XML and object
instance.
|
EPPLowBalanceTst |
Is a unit test of the com.verisign.epp.codec.lowbalancepoll package.
|
EPPMaintenance |
EPPMaintenance is the primary client interface class used for the Maintenance
EPP mapping.
|
EPPMaintenanceDescription |
EPPMaintenanceDescription is a free-form descriptions of the
maintenance without having to create and traverse an external resource
defined by the <maint:detail> element.
|
EPPMaintenanceDescription.Type |
Description type enumerated values.
|
EPPMaintenanceHandler |
The EPPMaintenanceHandler class provides an interface for handling
EPP Maintenance Commands in a Server implementation.
|
EPPMaintenanceId |
Server unique id for the maintenance with an optional human-readable
description of the maintenance.
|
EPPMaintenanceInfoCmd |
Command used to used to retrieve registry maintenance information.
|
EPPMaintenanceInfoCmd.InfoType |
The type of the info command, which is for an individual maintenance or a
list of maintenances.
|
EPPMaintenanceInfoResp |
Response information associated with a EPPMaintenanceInfoCmd of type
EPPMaintenanceInfoCmd.InfoType.id , which will only include a single
element, and of type EPPMaintenanceInfoCmd.InfoType.id that can
include a list of zero or more maintenances items
( EPPMaintenanceListItem ).
|
EPPMaintenanceInfoResp.InfoType |
The type of the info response, which is either the details of an
individual maintenance with maintenance of a list of maintenance
items with list .
|
EPPMaintenanceIntervention |
EPPMaintenanceIntervention indicates what impact the maintenance will
have to the client with the two boolean attributes:
connection - to indicate if a client needs to do something that is
connection-related, such as a reconnect.
implementation - To indicate if a client needs to do something that is
implementation-related, such as a code change.
|
EPPMaintenanceItem |
Represents a maintenance that includes the following child elements:
<maint:id> element that is the maintenance identifier.
<maint:type> The OPTIONAL type of the maintenance that has the
possible set of values defined by server policy.
|
EPPMaintenanceItem.Environment |
Environment enumerated values.
|
EPPMaintenanceItem.PollType |
Poll type enumerated values.
|
EPPMaintenanceItem.Reason |
Reason enumerated values.
|
EPPMaintenanceListItem |
Represents a maintenance list item that includes the following child
elements:
<maint:id> element that is the maintenance identifier.
<maint:start> element that is the maintenance start date and
time.
<maint:end> element that is the maintenance end date and time.
<maint:crDate> element that represents the created date and time
for the maintenance.
An OPTIONAL <maint:upDate> element that represents the updated date
and time for the maintenance.
|
EPPMaintenanceMapFactory |
Factory for the Maintenance Mapping command and response objects.
|
EPPMaintenanceSystem |
EPPMaintenanceSystem indicates what impacted system with the
following attributes:
name - Name of the affected system, such as 'EPP', 'WHOIS', 'DNS',
'Portal', etc..
host - Indicates the affected maintained system based on host name or
host address.
impact - Indicates the impact level, which is either 'full' or
'partial'.
|
EPPMaintenanceSystem.Impact |
Impact enumerated values.
|
EPPMaintenanceTst |
Is a unit test of the com.verisign.epp.codec.maintenance package.
|
EPPMaintenanceTst |
Is a unit test of the EPPMaintenance class.
|
EPPMaintenanceType |
Type 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".
|
EPPMapFactory |
Represents an abstract class, used by EPPFactory , and extended
by concrete EPP Command Mappings for the creation of concrete
EPPCommand and EPPResponse instances from a
command extension XML element.
|
EPPMark |
Class for a Mark that can contain a list of trademarks, treaty or statutes,
and courts.
|
EPPMarkAddress |
|
EPPMarkContact |
Class for a Trademark, Mark for short, contact.
|
EPPMessage |
Represents an EPP object that can be sent or received by an EPP Client or
EPP Server.
|
EPPMsgQueue |
EPPMsgQueue describes messages queued for client retrieval.
|
EPPNamestoreExtDomainTst |
Is a unit test of the EPPDomain class.
|
EPPNamestoreExtExtFactory |
Factory for the Namestore Extension objects.
|
EPPNamestoreExtHostTst |
Is a unit test of the EPPSession class.
|
EPPNamestoreExtNamestoreExt |
Namestore <namestoreExt> extension, which allows for a client to provide
a target sub-product identifier to specify the locus of operation for the
accompanying command.
|
EPPNamestoreExtNSExtErrData |
Namestore <nsExtErrData> extension element to an error EPP Response.
|
EPPNamestoreExtTst |
Is a unit test of the com.verisign.epp.codec.namestoreext package.
|
EPPNameVerification |
EPPNameVerification is the primary client interface class used
for the Name Verification EPP mapping.
|
EPPNameVerificationCheckCmd |
The EPPNameVerificationCheckCmd is used for the Name
Verification (DNV) Check Command, that is used to determine if the domain
label's can be used to create a Domain Name Verification object.
|
EPPNameVerificationCheckResp |
Provides the response to a EPPNameVerificationCheckCmd that indicates
whether or not the labels can be used to create a Domain Name Verification
(DNV) object.
|
EPPNameVerificationCheckResult |
EPPNameVerificationCheckResult represents the result of an
individual Name Verification label check.
|
EPPNameVerificationCreateCmd |
Create command to implement the domain name verification and to generate a
domain verification code that is contained in the response.
|
EPPNameVerificationCreateFailed |
Create response for a successful domain name verification, which results in
the return of a digitally signed domain verification code.
|
EPPNameVerificationCreatePending |
Create response for a successful domain name verification, which results in
the return of a digitally signed domain verification code.
|
EPPNameVerificationCreateResp |
Create response for a successful domain name verification, which results in
the return of a digitally signed domain verification code.
|
EPPNameVerificationCreateResult |
Interface implemented by the various concrete create results, including
success, pending, and failed.
|
EPPNameVerificationCreateSuccess |
Create response for a successful domain name verification, which results in
the return of a digitally signed domain verification code.
|
EPPNameVerificationDocument |
EPPNameVerificationDocument represents an individual
verification document that includes a type and the "base64"
content.
|
EPPNameVerificationDocument.FileType |
File Type that include:
PDF - PDF file type
JPG - JPG file type.
|
EPPNameVerificationHandler |
The EPPDomainVerificationCodeHandler class provides an interface
for handling Domain Verification Code Commands in a Server implementation.
|
EPPNameVerificationInfoCmd |
Info command to get the information associated with the verification code,
which includes either the signed code associated with the verification code
or the input parameters passed for the domain verification.
|
EPPNameVerificationInfoCmd.Type |
Information type with one of the following values:
INPUT - Get the input parameters provided in executing
the verification associated with the code.
SIGNED_CODE - Get the signed code associated with the
code.
|
EPPNameVerificationInfoInputResult |
Info result for a command for the input, where the
EPPNameVerificationInfoCmd type is set to
EPPNameVerificationInfoCmd.Type.INPUT .
|
EPPNameVerificationInfoResp |
Info response to an info command that contains either a signed code or input
result, based on the value of the EPPNameVerificationInfoCmd type
attribute.
|
EPPNameVerificationInfoResult |
Interface implemented by the various concrete info results, including
signed code and input.
|
EPPNameVerificationInfoSignedCodeResult |
Info result for a command for the signed code, where the
EPPNameVerificationInfoCmd type is set to
EPPNameVerificationInfoCmd.Type.SIGNED_CODE .
|
EPPNameVerificationMapFactory |
Factory for the Name Verification command and response objects.
|
EPPNameVerificationPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPNameVerificationStatus |
Name Verification (NV) statuses, which include the following
possible values:
PENDING_COMPLIANT - The object verification is not complete and is pending.
COMPLIANT - The object is in compliance with the policy.
NON_COMPLIANT - The object is not in compliance with the policy.
|
EPPNameVerificationTst |
Is a unit test of the com.verisign.epp.codec.idntable package.
|
EPPNameVerificationTst |
Is a unit test of the EPPNameVerification class for checking for
the availability to create Name Verification (NV) objects, create Name
Verification (NV) objects, info Name Verification (NV) objects for input and
signed codes, and update the Name Verification (NV) object authorization
information.
|
EPPNameVerificationUpdateCmd |
Update command used to change the authorization information for a Name
Verificaiton (NV) object.
|
EPPNameWatch |
EPPNameWatch is the primary client interface class used for
nameWatch management.
|
EPPNameWatchAddRemove |
Represents attributes to change with a EPPNameWatchUpdateCmd .
|
EPPNameWatchCreateCmd |
Represents an EPP NameWatch <create> command, which provides a
transform operation that allows a client to create a nameWatch object.
|
EPPNameWatchCreateResp |
Represents an EPP NameWatch <nameWatch:creData> response to a
EPPNameWatchCreateCmd .
|
EPPNameWatchDeleteCmd |
Represents an EPP NameWatch <delete> command that allows a client to
delete a nameWatch object.
|
EPPNameWatchHandler |
The EPPNameWatchHandler class provides an interface for handling
EPP NameWatch Commands in a Server implementation.
|
EPPNameWatchInfoCmd |
Represents an EPP NameWatch <info> command that is used to retrieve
information associated with a nameWatch.
|
EPPNameWatchInfoResp |
Represents an EPP NameWatch <nameWatch:infData> response to an
EPPNameWatchInfoCmd .
|
EPPNameWatchMapFactory |
EPPNameWatchMapFactory represents the EPPCommand
and EPPResponseMap factory for the EPP NameWatch Mapping
with the XML Namespace URI "urn:ietf:params:xmlns:nameWatch".
|
EPPNameWatchPeriod |
Represents a nameWatch Period.
|
EPPNameWatchRenewCmd |
Represents an EPP NameWatch <renew> command, which provides a
transform operation that allows a client to extend the validity period
of a nameWatch object.
|
EPPNameWatchRenewResp |
Represents an EPP NameWatch <nameWatch:renData> response to a
EPPNameWatchRenewCmd .
|
EPPNameWatchRptTo |
Specifies the e-mail address to send the NameWatch reports and the frequency
of the reports.
|
EPPNameWatchStatus |
Represents a nameWatch Status.
|
EPPNameWatchTransferCmd |
Represents an EPP NameWatch <transfer> command.
|
EPPNameWatchTransferResp |
Represents an EPP NameWatch <nameWatch:transfer-data> response to an
EPPNameWatchTransferCmd .
|
EPPNameWatchTst |
Is a unit test of the com.verisign.epp.codec.nameWatch package.
|
EPPNameWatchTst |
Is a unit test of the EPPNameWatch class.
|
EPPNameWatchUpdateCmd |
Represents an EPP NameWatch <update> command.
|
EPPNillableNodeFilter |
Title:
|
EPPOrg |
EPPOrg is the primary client interface class used for the Org
EPP mapping.
|
EPPOrgAddress |
Represents a org address.
|
EPPOrgCheckCmd |
Represents a org <check> command that enables checking on the
availability of a set of client-specified but server-unique org identifiers.
|
EPPOrgCheckResp |
Represents a org <check> response that returns the availability of a
set of client-specified but server-unique org identifiers.
|
EPPOrgCheckResult |
EPPOrgCheckResult is used to represent the for the check of
an individual org.
|
EPPOrgContact |
Represents an org contact.
|
EPPOrgContact.Type |
Contact type enumeration.
|
EPPOrgCreateCmd |
Command used to create an org object.
|
EPPOrgCreateResp |
Represents an EPP Internationalized Domain Name (IDN) Table <info>
response, which support three different forms:
Domain Info Form - Used to validate the domain name code points against
the IDN Tables and IDN Policies, and to return the matching IDN Table
meta-data.
Table Info Form - Used to retrieve information associated with an IDN
Table object.
List Info Form - Used to retrieve the list of IDN Tables supported by the
server.
EPPOrgInfoCmd is the concrete EPPCommand associated
with EPPOrgInfoCmd .
|
EPPOrgDeleteCmd |
Command used to delete a org object.
|
EPPOrgExtAddRemChg |
EPPOrgExtAddRemChg is used to define the organization ids to
either add, remove, or change.
|
EPPOrgExtAddRemChg.Action |
Update action, which includes:
ADD - Add the org identifiers.
REM - Remove the org identifiers.
CHG - Change the org identifiers.
|
EPPOrgExtCreate |
EPPOrgExtCreate is used in the extension to the create command
to define the org identifiers.
|
EPPOrgExtDomainTst |
Is a unit test of the EPPDomain class with the Org Extension.
|
EPPOrgExtFactory |
Factory for the Org Extension objects.
|
EPPOrgExtId |
EPPOrgExtId is used to define an organization identifier with a
required role.
|
EPPOrgExtInfData |
EPPOrgExtInfData is used in the extension to the info response
to define the org identifiers.
|
EPPOrgExtTst |
Is a unit test of the com.verisign.epp.codec.orgext package.
|
EPPOrgExtUpdate |
EPPOrgExtCreate is used in the extension to the update command to
add, remove, and change organizations.
|
EPPOrgHandler |
The EPPOrgHandler class provides an interface for handling
EPP Org Commands in a Server implementation.
|
EPPOrgInfoCmd |
Command used to retrieve information associated with an org object.
|
EPPOrgInfoResp |
Response information associated with an org object.
|
EPPOrgMapFactory |
Factory for the Org Mapping command and response objects.
|
EPPOrgPendActionMsg |
Poll message used to indicate the result of a pending action.
|
EPPOrgPostalDefinition |
Represents a org postal address definition.
|
EPPOrgPostalDefinition.Type |
Localized type with one of the following values:
LOC - Localized form of data that MAY be represented in
unrestricted UTF-8.
INT - Internationalized form o data that MUST be
represented in a subset of UTF-8 that can be represented in the 7-bit
US-ASCII character set.
|
EPPOrgRole |
EPPOrgRole contains the role type and optional role id of the
organization.
|
EPPOrgRoleStatus |
Statuses of the organization role, with one of the following values:
ok - This is the normal status value for an role that has no
pending operations or prohibitions.
|
EPPOrgStatus |
Statuses of the organization, with one of the following values:
ok - This is the normal status value for an object that has
no pending operations or prohibitions.
|
EPPOrgTst |
Is a unit test of the com.verisign.epp.codec.org package.
|
EPPOrgTst |
Is a unit test of the EPPOrg class.
|
EPPOrgUpdateCmd |
Command used to update a org object.
|
EPPParserException |
Title: EPP SDK
|
EPPPersRegCreate |
Personal Registration <create> extension, which allows for a client to
provide a consent identifier to override a Defensive Registration.
|
EPPPersRegCreateData |
Personal Registration <creData> extension element to a EPP Create
Response.
|
EPPPersRegCreateErrData |
Personal Registration <creErrData> extension element to an error EPP
Create Response.
|
EPPPersRegExtFactory |
Factory for the Personal Registration Extension objects.
|
EPPPersRegGenData |
Personal Registration <genDataType> complexType, which is reused
by:
<creData> - EPPPersRegCreateData
<renData> - EPPPersRegRenewData
<trnData> - EPPPersRegTransferData
|
EPPPersRegInfoData |
Personal Registration <infData> extension, which allows for the server
to provide a consent identifier.
|
EPPPersRegRenewData |
Personal Registration <renData> extension element to a EPP Renew
Response.
|
EPPPersRegTransferData |
Personal Registration <trnData> extension element to a EPP Transfer
Response.
|
EPPPersRegTst |
Is a unit test of the com.verisign.epp.codec.persreg package.
|
EPPPersRegTst |
Is a unit test of the using the Personal Registration Extension classes with
the EPPDomain class EPPEmailFwd class.
|
EPPPlainClientSocket |
Plain client socket class that can be configured to connect to a server over
TCP using the EPP.ClientSocketName configuration property.
|
EPPPlainProxyClientSocket |
EPP plain client socket connection that goes through the Apache server
mod_proxy.
|
EPPPlainServer |
DOCUMENT ME!
|
EPPPlainServerSingle |
DOCUMENT ME!
|
EPPPollCmd |
The EPP <pollgt; command is used to discover and retrieve client service
messages from a server.
|
EPPPollDataRecord |
The <EPPPollDataRecord> is a class to store the data information.
|
EPPPollDataSource |
Represents an EPPPollDataSource interface that is implemented by any class
that needs to manipulate their own data source.
|
EPPPollHandler |
Represents an EPPPollHandler interface that is implemented by any class that
needs to manipulate their own poll handler.
|
EPPPollMessageFilter |
Interface used to filter poll message EPPResponse instances against
the list of client-specified object services and extension services.
|
EPPPollQueueException |
Represents a general EPP Poll Queue Exception.
|
EPPPollQueueMgr |
The EPPPollQueueMgr is used to handle the poll command, which allows
to discover and retrieve client service messages from a server.
|
EPPPooledGenericSession |
Pooled generic EPPSession .
|
EPPPooledSession |
|
EPPProtection |
Class that contains the countries and region of the country where the mark is
protected and the OPTIONAL ruling, in case of statute protected marks, to
identify the country where the statute was enacted.
|
EPPProtocolExtension |
Represents an EPPProtocol extension that is sent by an EPP Client and
received by an EPP Server.
|
EPPProxyServer |
Represents a Proxy Server with an
IP address / Host Name and a port number.
|
EPPProxyServersLocator |
Interface to locate the EPP proxy server to use.
|
EPPPurpose |
The <purpose> element MUST contain one or more of the following child
elements that describe the purposes for which data is collected:
<admin/>: Administrative purposes.
|
EPPRawSendReceiveLogger |
A concrete EPPSendReceiveLogger that logs the messages in raw form to
the Log4J com.verisign.epp.util.EPPXMLStream category.
|
EPPRealNameVerification |
|
EPPRealNameVerification.ProofType |
Real Name Verification (RNV) proof type include:
POC - Proof of Citizen, where the POC represents the
citizen's identification card (ID) material.
POE - Proof of Enterprise, where the POE represents the
Organization Code Certificate (OCC) or Business License (BL)
material.
POOT - Proof of Other Types, in the POOT represents other
certificate materials except the POC or POE.
|
EPPRealNameVerification.Role |
Real Name Verification (RNV) role that include:
PERSON - The RNV is for a person.
ORG - The RNV is for an organization.
|
EPPRecipient |
Identifies the Recipient DataCollectionPolicy supported by the server:
<other> other entities following unknown practices
<ours> server operator and or servers operator agents
<public> public forums
<same> other entities following server practices
<unrelated> unrelated third parties.
Use methods setOther , setPublic , setSame ,
setUnRelated with a boolean value of true to create the necessary
child element nodes.
|
EPPRegistry |
|
EPPRegistry |
Interface class for the EPP Registry Object that complies with v01
(urn:ietf:params:xml:ns:registry-0.1) of the XML schema.
|
EPPRegistryAbstractMinMax |
Abstract base class for defining a complex element that includes min
and max sub-elements.
|
EPPRegistryBatchJob |
EPPRegistryBatchJob contains the information for an individual batch
job.
|
EPPRegistryBatchSchedule |
EPPRegistryBatchSchedule defines a batch schedule that uses the
<registry:schedule> element, with the required "frequency" attribute
that defines the frequency of execution.
|
EPPRegistryBatchSchedule.DayOfWeek |
Possible values for the dayOfWeek attribute.
|
EPPRegistryBatchSchedule.Frequency |
Possible values for the frequency attribute.
|
EPPRegistryCheckCmd |
Represents an EPP Registry <check> command, which is used to determine
if a zone name is known to the server.
|
EPPRegistryCheckCmd |
Represents an EPP Registry <check> command, which is used to determine
if a zone name is known to the server.
|
EPPRegistryCheckResp |
Represents an EPP Registry <registry:chkData> response to a
EPPRegistryCheckCmd .
|
EPPRegistryCheckResp |
Represents an EPP Registry <registry:chkData> response to a
EPPRegistryCheckCmd .
|
EPPRegistryCheckResult |
DOCUMENT ME!
|
EPPRegistryCheckResult |
EPPRegistryCheckResult provides the result of checking the
availability of an individual zone.
|
EPPRegistryContact |
Represents the optional contact object policy information per RFC 5733.
|
EPPRegistryContact |
Represents the optional contact object policy information per RFC 5733.
|
EPPRegistryContact.PostalInfoTypeSupport |
Possible values for the postalInfoTypeSupport attribute.
|
EPPRegistryContact.SharePolicy |
Possible values for the sharePolicy attribute.
|
EPPRegistryContactAddress |
Represents the address information policy information.
|
EPPRegistryContactAddress |
Represents the address information policy information.
|
EPPRegistryContactCity |
DOCUMENT ME!
|
EPPRegistryContactCity |
The minimum and maximum length of the <contact:city> element defined in
[RFC5733].
|
EPPRegistryContactName |
Represents the minimum and maximum length of <contact:name> element
defined RFC 5733 using the <registry:minLength> and
<registry:maxLength> child elements, respectively.
|
EPPRegistryContactName |
Represents the minimum and maximum length of <contact:name> element
defined RFC 5733 using the <registry:minLength> and
<registry:maxLength> child elements, respectively.
|
EPPRegistryContactOrg |
<registry:org> - The minimum and maximum length of the
<contact:org> element defined in RFC 5733 using the
<registry:minLength> and <registry:maxLength> child elements,
respectively.
|
EPPRegistryContactOrg |
<registry:org> - The minimum and maximum length of the
<contact:org> element defined in RFC 5733 using the
<registry:minLength> and <registry:maxLength> child elements,
respectively.
|
EPPRegistryContactPostalCode |
DOCUMENT ME!
|
EPPRegistryContactPostalCode |
The minimum and maximum length of the <contact:pc> element defined in
[RFC5733].
|
EPPRegistryContactStateProvince |
DOCUMENT ME!
|
EPPRegistryContactStateProvince |
The minimum and maximum length of the <contact:sp> element defined in
[RFC5733].
|
EPPRegistryContactStreet |
DOCUMENT ME!
|
EPPRegistryContactStreet |
The minimum and maximum length and the minimum and maximum number of the
<contact:street> elements defined in [RFC5733].
|
EPPRegistryCreateCmd |
Represents an EPP Registry <create> command, which provides a transform
operation that allows a client to create a registry object.
|
EPPRegistryCreateCmd |
Represents an EPP Registry <create> command, which provides a transform
operation that allows a client to create a registry object.
|
EPPRegistryCreateResp |
Represents an EPP Registry <registry:creData> response to a
EPPRegistryCreateCmd .
|
EPPRegistryCreateResp |
Represents an EPP Registry <registry:creData> response to a
EPPRegistryCreateCmd .
|
EPPRegistryCustomData |
Represents custom data using key/value pairs.
|
EPPRegistryDefaultPeriodType |
|
EPPRegistryDefaultPeriodType |
The default period length if not defined by the client.
|
EPPRegistryDeleteCmd |
Represents an EPP Registry <delete> command that allows a client to
delete a registry object.
|
EPPRegistryDeleteCmd |
Represents an EPP Registry <delete> command that allows a client to
delete a registry object.
|
EPPRegistryDNSSEC |
Defines the DNS Security Extensions (DNSSEC) policies for the server.
|
EPPRegistryDNSSEC |
Defines the DNS Security Extensions (DNSSEC) policies for the server.
|
EPPRegistryDomain |
Represents the domain name object policy information per RFC 5731.
|
EPPRegistryDomain |
Represents the domain name object policy information per RFC 5731.
|
EPPRegistryDomain.HostModelSupported |
Possible values for the hostModelSupported attribute.
|
EPPRegistryDomainContact |
Defines the miniumum and maximum numbers of contacts by contact type.
|
EPPRegistryDomainContact |
Defines the miniumum and maximum numbers of contacts by contact type.
|
EPPRegistryDomainContact.Type |
Possible values for the sharePolicy attribute.
|
EPPRegistryDomainHostLimit |
DOCUMENT ME!
|
EPPRegistryDomainHostLimit |
Defines the minimum and maximum number of subordinate host objects (child
hosts) for a domain object.
|
EPPRegistryDomainName |
This class is encoded to the <registry:domainName> element inside the
<registry:domain> element.
|
EPPRegistryDomainName |
This class is encoded to the <registry:domainName> element inside the
<registry:domain> element.
|
EPPRegistryDomainNSLimit |
DOCUMENT ME!
|
EPPRegistryDomainNSLimit |
Defines the minimum and maximum number of delegated host objects (name
servers) that can be associated with a domain object.
|
EPPRegistryDomainPeriod |
Defines the supported registration periods and default periods by command
type.
|
EPPRegistryDomainPeriod |
Defines the supported registration periods and default periods by command
type.
|
EPPRegistryDS |
Defines the DS Data Interface, as defined in RFC 5910, policies.
|
EPPRegistryDS |
Defines the DS Data Interface, as defined in RFC 5910, policies.
|
EPPRegistryExceedMaxExDate |
EPPRegistryExceedMaxExDdate defines the action taken by the server
when executing commands that will result in an expiration date that exceeds
the maximum expiration date.
|
EPPRegistryExceedMaxExDate.Policy |
Possible values for the policy attribute.
|
EPPRegistryExternalHost |
Defines the policies for external hosts.
|
EPPRegistryExternalHost |
Defines the policies for external hosts.
|
EPPRegistryExternalHost.SharePolicy |
Possible values for the sharePolicy attribute.
|
EPPRegistryFields |
Class that defines the management of related fields.
|
EPPRegistryGracePeriod |
Defines the grace periods by operation type.
|
EPPRegistryGracePeriod |
Defines the grace periods by operation type.
|
EPPRegistryHandler |
The EPPRegistryHandler class provides an interface for handling EPP
Registry Commands in a Server implementation.
|
EPPRegistryHandler |
The EPPRegistryHandler class provides an interface for handling EPP
Registry Commands in a Server implementation.
|
EPPRegistryHost |
Represents the host object policy information per RFC 5732.
|
EPPRegistryHost |
Represents the host object policy information per RFC 5732.
|
EPPRegistryIDN |
Represents the Internationalized Domain Name (IDN) policy information.
|
EPPRegistryIDN |
Represents the Internationalized Domain Name (IDN) policy information.
|
EPPRegistryInfoCmd |
Represents an EPP Registry <info> command that is used to retrieve
information associated with a registry.
|
EPPRegistryInfoCmd |
Represents an EPP Registry <info> command that is used to retrieve
information associated with a registry.
|
EPPRegistryInfoCmd.Mode |
Possible values for the mode attribute, which defines the mode to
query.
|
EPPRegistryInfoCmd.Scope |
Possible values for the scope attribute.
|
EPPRegistryInfoResp |
Represents an EPP Registry <registry:infData> response to an
EPPRegistryInfoCmd .
|
EPPRegistryInfoResp |
Represents an EPP Registry <registry:infData> response to an
EPPRegistryInfoCmd .
|
EPPRegistryInternalHost |
Defines the minimum and maximum number of IP addresses supported for an
internal host.
|
EPPRegistryInternalHost |
Defines the policies for internal hosts.
|
EPPRegistryInternalHost.SharePolicy |
|
EPPRegistryKey |
Defines the Key Data Interface, as defined in RFC 5910, policies.
|
EPPRegistryKey |
Defines the Key Data Interface, as defined in RFC 5910, policies.
|
EPPRegistryKeyValue |
|
EPPRegistryLanguage |
EPPRegistryLanguage defines the supported language codes and
character code point policy.
|
EPPRegistryLanguage.VariantStrategy |
Possible values for the variantStrategy attribute.
|
EPPRegistryLanguageType |
|
EPPRegistryMapFactory |
|
EPPRegistryMapFactory |
|
EPPRegistryMaxPeriodType |
|
EPPRegistryMaxPeriodType |
The maximum supported period length
|
EPPRegistryMaxSig |
|
EPPRegistryMaxSig |
EPPRegistryMaxSig defines the maximum signature lifetime policies.
|
EPPRegistryMinMax |
|
EPPRegistryMinMaxLength |
|
EPPRegistryMinMaxLength |
Represents a general element that supports min and max length sub-elements.
|
EPPRegistryMinMaxPeriod |
|
EPPRegistryMinMaxPeriod |
The default, minimum, and maximum period length for the command type.
|
EPPRegistryMinPeriodType |
|
EPPRegistryMinPeriodType |
The maximum supported period length
|
EPPRegistryPendingDeletePeriodType |
Defines the length of time that the domain object will remain in the
pendingDelete status prior to be purged.
|
EPPRegistryPendingDeletePeriodType |
Defines the length of time that the domain object will remain in the
pendingDelete status prior to be purged.
|
EPPRegistryPendingRestorePeriodType |
Defines the length of time that the domain object will remain in the
pendingRestore status unless the restore report command is received..
|
EPPRegistryPendingRestorePeriodType |
Defines the length of time that the domain object will remain in the
pendingRestore status unless the restore report command is received.
|
EPPRegistryPeriodType |
|
EPPRegistryPeriodType |
Abstract class for defining a period with a number and unit.
|
EPPRegistryPeriodType.Unit |
Possible values for the unit attribute.
|
EPPRegistryPhase |
|
EPPRegistryPolicyAdapter |
EPPRegistryPolicyAdapter is a base class used to adapt zone or system
policy extensions from local server classes to / from EPP extensions.
|
EPPRegistryPostal |
Represents the postal-address information policy information.
|
EPPRegistryPostal |
Represents the postal-address information policy information.
|
EPPRegistryRedemptionPeriodType |
Defines the length of time that a domain object will remain in the
redemptionPeriod status unless the restore request command is received.
|
EPPRegistryRedemptionPeriodType |
Defines the length of time that a domain object will remain in the
redemptionPeriod status unless the restore request command is received.
|
EPPRegistryRegex |
EPPRegistryRegex represents a general regular expression that
includes both the expression and an optional explanation.
|
EPPRegistryRegex |
EPPRegistryRegex represents a general regular expression that
includes both the expression and an optional description.
|
EPPRegistryRelated |
Class to hold the related zone information that include the list of related
zone members and an optional definition of the fields that are shared or that
are required to be synchronized.
|
EPPRegistryReservedNames |
|
EPPRegistryReservedNames |
EPPRegistryReservedNames defines the set of reserved domain names
starting from that label level.
|
EPPRegistryRGP |
Defined the Registry Grace Period (RGP) status periods.
|
EPPRegistryRGP |
Defined the Registry Grace Period (RGP) status periods.
|
EPPRegistryServices |
|
EPPRegistryServices |
EPP namespace URIs of the objects and object extensions supported by the
server based on RFC 5730.
|
EPPRegistryServices.EPPRegistryObjURI |
|
EPPRegistryServices.EPPRegistryObjURI |
Object service URI that includes the URI value and a "required" attribute
that indicates whether use of the object service is required.
|
EPPRegistryServices.EPPRegistryURI |
|
EPPRegistryServices.EPPRegistryURI |
Abstract class that represents an object or extension URI.
|
EPPRegistryServicesExt |
|
EPPRegistryServicesExt |
Class that represents the "registry:svcExtension" element that contains a
list of extension namespace URIs.
|
EPPRegistryServicesExt.EPPRegistryExtURI |
|
EPPRegistryServicesExt.EPPRegistryExtURI |
Extension service URI that includes the URI value and a "required"
attribute that indicates whether use of the extension service is required.
|
EPPRegistrySLA |
|
EPPRegistrySLAInfo |
|
EPPRegistrySupportedStatus |
|
EPPRegistrySupportedStatus |
|
EPPRegistrySupportedStatus.Status |
Constants for the supported statuses.
|
EPPRegistrySystemInfo |
Represents the detailed information of a registry system object.
|
EPPRegistrySystemInfoInterface |
A marker interface for versioned registry system information classes.
|
EPPRegistryTransferHoldPeriodType |
Represents the period of time a domain object is in the pending transfer
before the transfer is auto approved by the server.
|
EPPRegistryTransferHoldPeriodType |
Represents the period of time a domain object is in the pending transfer
before the transfer is auto approved by the server.
|
EPPRegistryTst |
|
EPPRegistryTst |
|
EPPRegistryTst |
|
EPPRegistryTst |
|
EPPRegistryUpdateCmd |
Represents an EPP Registry <update> command.
|
EPPRegistryUpdateCmd |
Represents an EPP Registry <update> command.
|
EPPRegistryUpdateResp |
|
EPPRegistryZone |
Represents the summary info of a zone object.
|
EPPRegistryZone |
Represents the detailed information of a zone object.
|
EPPRegistryZone.UnsupportedData |
Possible values for the unsupportedData attribute.
|
EPPRegistryZoneData |
|
EPPRegistryZoneInfo |
Represents the detailed information of a zone object.
|
EPPRegistryZoneInterface |
A marker interface for versioned registry zone information classes.
|
EPPRegistryZoneList |
Represents a list of zone summary info.
|
EPPRegistryZoneList |
Represents a list of zone summary info.
|
EPPRegistryZoneMember |
Class that represents a related zone member that includes
a type and zone name attribute.
|
EPPRegistryZoneName |
The zone name is an element that includes an optional "form" attribute that
defines the form of the zone name as either "aLabel" or "uLabel", with the
default value of "aLabel".
|
EPPRegistryZoneName.Form |
Possible values for the form attribute.
|
EPPRegistryZoneSummary |
Represents the summary info of a zone object.
|
EPPRelatedDomain |
EPPRelatedDomain is the client interface specific to the Related
Domain EPP Extension to support sending the info command in both the Domain
Info Form and the Related Info Form via the EPPDomain.sendInfo() method.
|
EPPRelatedDomainExtAuthInfo |
Represents authorization information which is a shared structure been used by
other mapping such as domain and contact mappings.
|
EPPRelatedDomainExtAvailable |
EPPCodecComponent that encodes and decodes a <relDom:available> tag
|
EPPRelatedDomainExtCreate |
EPPCodecComponent that encodes and decodes a <relDom:create> tag
associated with a Domain-Create command.
|
EPPRelatedDomainExtCreateResp |
EPPCodecComponent that encodes and decodes a <relDom:creData> tag
associated with a Domain-Create response.
|
EPPRelatedDomainExtDelete |
EPPCodecComponent that encodes and decodes a <relDom:delete> tag associated
with a Domain-Delete command.
|
EPPRelatedDomainExtDeleteResp |
EPPCodecComponent that encodes and decodes a <relDom:delData> tag associated
with a Domain-Delete response.
|
EPPRelatedDomainExtDomain |
EPPCodecComponent that encodes and decodes a <relDom:domain> tag sent
in a command.
|
EPPRelatedDomainExtDomainData |
EPPCodecComponent that encodes and decodes a <relDom:domain> tag sent
in a response.
|
EPPRelatedDomainExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
Related Domain extensions.
|
EPPRelatedDomainExtField |
EPPCodecComponent that encodes and decodes a <relDom:field> tag
|
EPPRelatedDomainExtFields |
EPPCodecComponent that encodes and decodes a <relDom:fieldsgt; tag
|
EPPRelatedDomainExtGroup |
EPPCodecComponent that encodes and decodes a <relDom:group> tag
|
EPPRelatedDomainExtInfData |
EPPCodecComponent that encodes and decodes a <relDom:infData> tag
|
EPPRelatedDomainExtInfo |
EPPCodecComponent that encodes and decodes a <relDom:info> tag
|
EPPRelatedDomainExtName |
EPPCodecComponent that encodes and decodes a <relDom:name> tag
|
EPPRelatedDomainExtPeriod |
Represents a domain Period.
|
EPPRelatedDomainExtRegistered |
EPPCodecComponent that encodes and decodes a <relDom:registered> tag
|
EPPRelatedDomainExtRenew |
EPPCodecComponent that encodes and decodes a <relDom:renew> tag associated
with a Domain-Renew command.
|
EPPRelatedDomainExtRenewResp |
EPPCodecComponent that encodes and decodes a <relDom:renData> tag associated
with a Domain-Renew response.
|
EPPRelatedDomainExtTransfer |
EPPCodecComponent that encodes and decodes a <relDom:transfer> tag
associated with a Domain-Transfer command.
|
EPPRelatedDomainExtTransferResp |
EPPCodecComponent that encodes and decodes a <relDom:trnData> tag
associated with a Domain-Transfer response.
|
EPPRelatedDomainExtTst |
Is a unit test of the com.verisign.epp.codec.releateddomainext package.
|
EPPRelatedDomainExtUpdate |
EPPCodecComponent that encodes and decodes a <relDom:update> tag
associated with a Domain-Update command.
|
EPPRelatedDomainTst |
Is a unit test of the using the Related Domain Extension classes with the
EPPDomain class.
|
EPPRenewCmd |
The EPP <renew> command is used to extend the validity period of an
existing object.
|
EPPResponse |
Represents an EPP response that is send by an EPP Server and received by an
EPP Client.
|
EPPResult |
Represents an individual result that is contained in an EPPResponse .
|
EPPRgpDomainTst |
Is a unit test of the EPPDomain class with RGP update, inf data
and report extensions.
|
EPPRgpExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
RgpExtensions.
|
EPPRgpExtInfData |
The EPPRgpExtInfData is the EPPCodecComponent that knows how to encode and
decode RGP infData elements from/to XML and object instance.
|
EPPRgpExtReport |
The EPPRgpExtReport is the EPPCodecComponent that knows how to encode and
decode RGP report elements from/to XML and object instance.
|
EPPRgpExtReportText |
The EPPRgpExtReportText is the EPPCodecComponent that knows how to encode and
decode RGP report text elements from/to XML and object instance.
|
EPPRgpExtRestore |
The EPPRgpExtRestore is the EPPCodecComponent that knows how to encode and
decode RGP restore elements from/to XML and object instance.
|
EPPRgpExtStatus |
The EPPRgpExtStatus is the EPPCodecComponent that knows how to encode and
decode RGP status elements from/to XML and object instance.
|
EPPRgpExtTst |
Is a unit test of the com.verisign.epp.codec.rgpext package.
|
EPPRgpExtUpData |
The EPPRgpExtUpData is the EPPCodecComponent that knows how to encode and
decode RGP upData elements from/to XML and object instance.
|
EPPRgpExtUpdate |
The EPPRgpExtUpdate is the EPPCodecComponent that knows how to encode and
decode RGP update elements from/to XML and object instance.
|
EPPRgpPollMapFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
RgpPoll responses.
|
EPPRgpPollResponse |
A concrete EPPResponse that knows how to encode/decode RGP Poll responses
from/to XML and object instance.
|
EPPRgpPollStatus |
The EPPRgpPollStatus is the EPPCodecComponent that knows how to encode and
decode RGP Poll status elements from/to XML and object instance.
|
EPPSampleClient |
$Id: EPPSampleClient.java,v 1.2 2004/01/26 21:21:06 jim Exp $
|
EPPSchemaCacher |
Iterface for classes that support caching schemas.
|
EPPSchemaCachingEntityResolver |
EPPSchemaCachingEntityResolver is the entity resolver that goes with
EPPSchemaCachingParser.
|
EPPSchemaCachingParser |
XML Parser that pre-caches the XML schemas from the XML schemas registered in
the EPPFactory for improved XML parsing performance.
|
EPPSchemaCachingParserPool |
|
EPPSchemaParsingEntityResolver |
Title:
|
EPPSecDNSAlgorithm |
http://www.ietf.org/rfc/rfc4034.txt
A.1.
|
EPPSecDNSAlgorithm |
http://www.ietf.org/rfc/rfc4034.txt
A.1.
|
EPPSecDNSDomainTst |
Is a unit test of the EPPDomain class including the
secDNS:create and secDNS:update (add, chg, rem) command extensions, as well
as the secDNS:infData response extension.
|
EPPSecDNSDomainTst |
Is a unit test of the EPPDomain class including the
secDNS:create and secDNS:update (add, chg, rem) command extensions, as well
as the secDNS:infData response extension.
|
EPPSecDNSExtCreate |
The EPPSecDNSExtCreate is the EPPCodecComponent that knows how to encode and
decode secDNS create elements from/to XML and object instance.
|
EPPSecDNSExtCreate |
The EPPSecDNSExtCreate is the EPPCodecComponent that knows how to encode and
decode secDNS create elements from/to XML and object instance.
|
EPPSecDNSExtDsData |
The EPPSecDNSExtDsData is the EPPCodecComponent that knows how to encode and
decode secDNS dsData elements from/to XML and object instance.
|
EPPSecDNSExtDsData |
The EPPSecDNSExtDsData is the EPPCodecComponent that knows how to encode and
decode secDNS dsData elements from/to XML and object instance.
|
EPPSecDNSExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
secDNS Extensions.
|
EPPSecDNSExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
secDNS Extensions.
|
EPPSecDNSExtInfData |
The EPPSecDNSExtInfData is the EPPCodecComponent that knows how to encode and
decode secDNS infData elements from/to XML and object instance.
|
EPPSecDNSExtInfData |
The EPPSecDNSExtInfData is the EPPCodecComponent that knows how to encode and
decode secDNS infData elements from/to XML and object instance.
|
EPPSecDNSExtKeyData |
The EPPSecDNSExtKeyData is the EPPCodecComponent that knows how to encode and
decode secDNS keyData elements from/to XML and object instance.
|
EPPSecDNSExtKeyData |
The EPPSecDNSExtKeyData is the EPPCodecComponent that knows how to encode and
decode secDNS keyData elements from/to XML and object instance.
|
EPPSecDNSExtTst |
Is a unit test of the com.verisign.epp.codec.secdnsxt package.
|
EPPSecDNSExtTst |
Is a unit test of the com.verisign.epp.codec.secdnsxt package.
|
EPPSecDNSExtUpdate |
The EPPSecDNSExtUpdate is the EPPCodecComponent that knows how to encode and
decode secDNS update elements from/to XML and object instance.
|
EPPSecDNSExtUpdate |
The EPPSecDNSExtUpdate is the EPPCodecComponent that knows how to encode and
decode secDNS update elements from/to XML and object instance.
|
EPPSecureAuthInfoExtFactory |
Factory for implementation of the Secure Authorization Information for
Transfer Best Common Practice (BCP).
|
EPPSecureAuthInfoTst |
Is a unit test of supporting the Secure Authorization Information for
Transfer draft, which includes creating each of the sample commands and
responses in the draft.
|
EPPSecureAuthInfoTst |
Is a unit test of the com.verisign.epp.codec.domain package with implementing
the Secure Authorization Information for Transfer Best Common Practice (BCP).
|
EPPSecureSendReceiveLogger |
A concrete EPPSendReceiveLogger that logs the messages in secure form
to the Log4J com.verisign.epp.util.EPPXMLStream category.
|
EPPSendReceiveLogger |
Interface for logging messages sent and received.
|
EPPSerialAssembler |
The EPPSerialAssembler class provides an implementation of
EPPAssembler that can assemble/disassemble EPPMessage s and
EPPEventResponse s from standard java Input and Outputstreams
using java serialization.
|
EPPServerCon |
$Id: EPPServerCon.java,v 1.2 2004/01/26 21:21:06 jim Exp $
|
EPPServerSingleTst |
$Id: EPPServerSingleTst.java,v 1.2 2004/01/26 21:21:06 jim Exp $
|
EPPServerThread |
Server thread for processing a new client connection.
|
EPPService |
Identifies an EPP Command Mapping service supported by the
EPPCodec .
|
EPPServiceMenu |
Identifies the features supported by the server, including:
One or more <version> elements that contain the protocol versions
supported by the server.
|
EPPSession |
EPPSession manages a session with an EPP Server.
|
EPPSessionPool |
Singleton EPP session pool that will handle creating sessions
dynamically, expiring session after an absolute timeout, keeping sessions
alive based on an idle timeout, and dynamically grows and shrinks the pool
based on configurable settings.
|
EPPSessionPoolableFactory |
|
EPPSessionPoolException |
|
EPPSessionPoolTst |
|
EPPSessionTst |
Is a unit test of the EPPSession class.
|
EPPSignedCode |
Class for the signed code, which contains the verification code and the
XMLSignature .
|
EPPSignedMark |
Class for the signed mark, which contains the mark ( EPPMark ), and
additional elements associated with the signing of the mark like the serial
number of the signed mark, the expiration of the signed mark, and the
XMLSignature itself.
|
EPPSrvFactory |
Factory for creating server sockets that implement the EPPServerCon
interface.
|
EPPSrvFactorySingle |
This is a Singleton Class Please See Singleton Design Pattern $Id:
EPPSrvFactorySingle.java,v 1.2 2004/01/07 04:17:57 jim Exp $
|
EPPSSLClientSocket |
Secure Socket Layer client socket class that can be configured to connect to
a server over SSL / TLS using the EPP.ClientSocketName
configuration property.
|
EPPSSLConfig |
|
EPPSSLContext |
The EPPSSLContext contains initialized SSL
objects that can be used to establish SSL connections.
|
EPPSSLImpl |
EPP SSL Implementation utility class that is used to initialize the SSL
configuration by using configuration properties including:
EPP.SSLProtocol - Required property that can be either SSL,
SSLv2, SSLv3, TLS, or TLSv1
EPP.SSLKeyManager - Required SSL key manager property, for
example, SunX509
EPP.SSLKeyStore - Required SSL Keystore format property, for
example, JKS
EPP.SSLKeyFileName - Required Identity SSL Keystore file
name.
|
EPPSSLProxyClientSocket |
EPP SSL client socket connection that goes through the Apache server
mod_proxy.
|
EPPSSLServer |
SSL Server class.
|
EPPSSLServerSingle |
DOCUMENT ME!
|
EPPStatement |
Describe data collection purposes, data recipients, and data retention.
|
EPPStrictContactParser |
XML parser that pre-caches the XML schemas registered in the
EPPFactory , but overriding the contact XML schema to use the strict
EPP Contact RFC 5733 XML schema "contact-1.0.xsd".
|
EPPStrictContactParserPool |
|
EPPSyncDomainTst |
Is a unit test of the EPPDomain class with RGP update, inf data
and report extensions.
|
EPPSyncExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
Sync extensions.
|
EPPSyncExtTst |
Is a unit test of the com.verisign.epp.codec.syncext package.
|
EPPSyncExtUpdate |
EPPCodecComponent that encodes and decodes a sync update.
|
EPPSystemSessionPool |
EPP session pool for a specific system name that will handle creating
sessions dynamically, expiring session after an absolute timeout, keeping
sessions alive based on an idle timeout, and dynamically grows and shrinks
the pool based on configurable settings.
|
EPPSystemSessionPoolTst |
|
EPPTestGenHandler |
The EPPTestGenHandler class provides an test handler that loads
EPPTestGenMapFactory for testing the EPP General (gen) package.
|
EPPTestGenMapFactory |
EPPTestGenMapFactory is a test map factory used to test the
general (gen) EPP package.
|
EPPTrademark |
Class for a Trademark that can be included in the list of trademarks
contained in the EPPMark .
|
EPPTransferCmd |
The EPP <transfer> command provides a query operation that allows a
client to determine real-time status of pending and completed transfer
requests.
|
EPPTransformerPool |
Singleton transformer pool class that initializes the transformer pool at
initialization, and provides a EPPTransformerPool.getPool() to get the initialized
pool.
|
EPPTransId |
Represents a <trID> element of a response, which uniquely identifies a
transaction.
|
EPPTreatyOrStatute |
Class for a Treaty or Statute that can be included in the list of treaty or
statutes contained in the EPPMark .
|
EPPUnhandledNamespace |
Class used to hold the unhandled namespace information, which includes the
namespace URI and the response XML of the unhandled namespace.
|
EPPUnhandledNamespacesExtFactory |
Factory for implementation of the Unhandled Namespaces RFC 9038 .
|
EPPUnhandledNamespacesLoginAdapter |
Interface that can be implemented and configured to be called by
EPPSession to customize the EPPLoginCmd prior to sending it.
|
EPPUnhandledNamespacesMonitor |
|
EPPUnhandledNamespacesMonitorLogger |
Monitor for unhandled namespaces by logging the full XML namespaces for the
unhandled namespaces.
|
EPPUnhandledNamespacesPollMessageFilter |
EPPUnhandledNamespacesPollMessageFilter is a utility class used to
filter poll message EPPResponse instances against the list of
client-specified object services and extension services, per
RFC 9038 .
|
EPPUnhandledNamespacesResponseFilter |
EPPUnhandledNamespacesResponseFilter is a utility class used to
filter command response extensions, per RFC 9038 .
|
EPPUnhandledNamespacesTst |
Is a unit test of the com.verisign.epp.codec.domain package with implementing
the Unhandled Namespaces RFC 9038 .
|
EPPUpdateCmd |
The EPP update command is used to change information associated with an
existing object.
|
EPPUtil |
Provides a set of utility static methods for use by the EPP Codec classes.
|
EPPValidate |
EPPValidate is the primary client interface class used
for the Validate EPP mapping.
|
EPPValidateAddress |
Represents a contact address.
|
EPPValidateAuthInfo |
Represents authorization information that is used for validate.
|
EPPValidateCheckCmd |
The EPPValidateCheckCmd is used for the Validate Check Command, that
is used for the validation of contact and eligibility data.
|
EPPValidateCheckResp |
Provides the response to a EPPValidateCheckCmd that indicates whether
or not the contacts are valid for the referenced contact type and TLD.
|
EPPValidateCheckResult |
EPPValidateCheckResult represents the result of an individual contact
validation.
|
EPPValidateContact |
Represents a <validate:contact> element in the Validate Check Command.
|
EPPValidateHandler |
The EPPValidateHandler class provides an interface for handling
Validate Commands in a Server implementation.
|
EPPValidateKeyValue |
|
EPPValidateMapFactory |
Factory for the Validate command and response objects.
|
EPPValidatePostalDefinition |
Represents a contact postal address definition.
|
EPPValidatePostalDefinition.Type |
Localized type with one of the following values:
LOC - Localized form of data that MAY be represented in
unrestricted UTF-8.
INT - Internationalized form o data that MUST be
represented in a subset of UTF-8 that can be represented in the 7-bit
US-ASCII character set.
|
EPPValidateTst |
Is a unit test of the com.verisign.epp.codec.validate package.
|
EPPValidateTst |
Is a unit test of the EPPValidate class.
|
EPPValue |
Identifies a client-provided element (including XML tag and value) that
caused a server error condition.
|
EPPVerificationCode |
Class for representing the various forms of the verification code, which
include:
Verification code signed and passed along with transform commands.
Verification code type returned in the missing element of the info
response.
Verification code returned in the set element of the info response.
|
EPPVerificationCodeDomainTst |
Is a unit test of the EPPVerificationCode class.
|
EPPVerificationCodeExtFactory |
Factory for the Verification Code Extension objects.
|
EPPVerificationCodeInfData |
Extension to the info response to return the verification information.
|
EPPVerificationCodeInfData.Status |
Verification statuses that include:
NOT_APPLICABLE - The status is not applicable to the
client since there is no assigned verification profile.
NON_COMPLIANT - The object is non-compliant according to
the verification profile.
PENDING_COMPLIANCE - The object is not in compliance with
the verification profile, but has a grace period to set the required set
of verification codes, as reflected by the due date of the verification
code type.
COMPLIANT The object is compliant with the verification
profile.
|
EPPVerificationCodeInfo |
Extension to the info command to retrieve the verification information
for the verification profile assigned to the client or using the
verification profile explicitly specified.
|
EPPVerificationCodeProfile |
Information associated with compliance with a verification code profile.
|
EPPVerificationCodeProfile.Status |
Verification statuses that include:
NOT_APPLICABLE - The profile status is not applicable to the
client based on the assigned verification profiles or the profile
specified.
NON_COMPLIANT - The object is non-compliant according to the
verification profile.
PENDING_COMPLIANCE - The object is not in compliance with the
verification profile, but has a grace period to set the required set of
verification codes, as reflected by the due date of the verification code
type.
COMPLIANT The object is compliant with the verification
profile.
|
EPPVerificationCodeTst |
Is a unit test of the com.verisign.epp.codec.verificationcode package.
|
EPPVerificationCodeValidator |
Validates a verification code.
|
EPPWhoisDomainTst |
Is a unit test of the using the Whois Extension classes with the
EPPDomain class.
|
EPPWhoisExtFactory |
The EPPCodec Extension Factory that needs to be configured to encode/decode
Whois extensions.
|
EPPWhoisInf |
Extension to the domain info command to specify whether or not the whois info
response data defined in EPPWhoisInfData is desired.
|
EPPWhoisInfData |
Extension to the domain info response to return
additional information that is found in
whois.
|
EPPWhoisTst |
Is a unit test of the com.verisign.epp.codec.whois package.
|
EPPXMLAssembler |
The EPPXMLAssembler class provides an implementation of
EPPAssembler that can assemble/disassemble EPPMessage s and
EPPEventResponse s from java Input and Outputstreams that contain
streamed XML.
|
EPPXMLByteArray |
EPPXMLByteArray is a utility class for reading and writing EPP
messages to/from byte arrays.
|
EPPXMLByteArrayAssembler |
The EPPXMLByteArrayAssembler class provides an implementation of
EPPByteArrayAssembler that can assemble/disassemble
EPPMessage s and EPPEventResponse s to and from
byte arrays that contain the streamed XML.
|
EPPXMLErrorHandler |
This is a helper class provided to intercept Errors occurred internal to SAX
/ Dom Parser.
|
EPPXMLErrorHandlerErrorException |
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002
Company: Verisign
|
EPPXMLErrorHandlerFatalException |
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002
Company: Verisign
|
EPPXMLErrorHandlerWarningException |
Title: EPP Gln SDK Description: Copyright: Copyright (c) 2002
Company: Verisign
|
EPPXMLParser |
XML Parser class used for EPP parsing.
|
EPPXMLSignatureParserPool |
|
EPPXMLSignatureSchemaCachingParser |
Extension of the EPPSchemaCachingParser that disables the
NORMALIZE_DATA feature that causes an issue in validating XML
signatures.
|
EPPXMLStream |
EPPXMLStream is a utility class for reading and writing EPP
messages to/from streams.
|
EPPXMLStreamTst |
This Class provides a unit test for EPPXMLStream
|
EqualityUtil |
A utility class to facilitate object comparisons.
|
EventLevel |
Event level, which include the following possible values:
WARNING - Event that needs to be addressed.
ERROR - Event that needs to be addressed immediately.
|
EventType |
Event types, which include the following possible values:
PASSWORD - Password expiry event type.
CERTIFICATE - Client certificate expiry event type.
CIPHER - Insecure or deprecated TLS cipher suite event type.
|
FeeDomainHandler |
The FeeDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
FeeSubDomainHandler |
Sub Domain Handler for use with the fee extension.
|
FeeV1_0DomainHandler |
The FeeDomainHandler class extends DomainHandler to
include handling the fee extension.
|
GenHandler |
The GenHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPGenHandler class.
|
HexBin |
format validation This class encodes/decodes hexadecimal data
|
HostHandler |
The HostHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPHostHandler class.
|
IdnDomainHandler |
The IdnDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
IdnMapDomainHandler |
The IdnMapDomainHandler class extends DomainHandler
to include handling the IDN Map Extension.
|
IdnTableHandler |
The IdnMapDomainHandler class extends DomainHandler
to include handling the IDN Map Extension.
|
InvalidateSessionException |
Simple Exception that is thrown by the utility
TestUtil.handleException(EPPSession, Exception) method to
indicate that the session should be invalidated by the calling method and
further use of the session should be terminated.
|
LaunchDomainHandler |
Extension to the standard DomainHandler that looks for the
EPPLaunchInf command extension with the info command and adds
the EPPLaunchInfData extension to the response.
|
LaunchPollHandler |
Poll handler for all launch poll messages.
|
LoginSecGenHandler |
The LoginSecGenHandler class is an extension of the
GenHandler to override the login command based on one of the
supported login security extension versions.
|
LoginSecSubGenHandler |
Sub Gen Handler for use with the login security extension.
|
LoginSecV1_0GenHandler |
The LoginSecV04GenHandler implements the LoginSecSubGenHandler
interface to handle version "1.0" of the login security extension.
|
LowBalanceDomainHandler |
The LowBalanceDomainHandler class is a concrete implementation
of the abstract com.verisign.epp.framework.EPPDomainHandler
class.
|
LowBalancePollHandler |
The <LowBalancePollHandler> implements EPPPollHandler
|
MaintenanceHandler |
The MaintenanceHandler class extends EPPMaintenanceHandler to
include handling the Maintenance Mapping commands.
|
MaintenancePollHandler |
The MaintenancePollHandler implements EPPPollHandler for
Maintenance Name Mapping.
|
NamestoreExtDomainHandler |
The NamestoreExtDomainHandler class extends
DomainHandler to include responding with Namestore Extension
attributes.
|
NamestoreExtHostHandler |
The NamestoreExtHostHandler class extends
HostHandler to include responding with Namestore Extension
attributes.
|
NameVerificationHandler |
Stub handler for the Name Verification commands.
|
NameVerificationPollHandler |
Poll handler for all launch poll messages.
|
NameWatchHandler |
The NameWatchHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPNameWatchHandler class.
|
NSContact |
NameStore Contact interface that extends that standard
EPPContact by adding new methods
like @link{#setSubProductID(String)}.
|
NSContactHandler |
The NSContactHandler class is a concrete implementation of the
abstract EPPContactHandler class.
|
NSContactTst |
Test of the use of the NSContact interface.
|
NSDomain |
NameStore Domain interface that extends that standard EPPDomain
by adding new operations like restore request, restore report, and sync.
|
NSDomainHandler |
The NSDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
NSDomainTst |
Test of the use of the NSDomain interface.
|
NSHost |
NameStore Host interface that extends that standard EPPHost by
adding new methods like @link{#setSubProductID(String)}.
|
NSHostHandler |
The NSHostHandler class is a concrete implementation of the abstract
EPPHostHandler class.
|
NSHostTst |
Test of the use of the NSHost interface.
|
NSPollHandler |
NameStore poll handler for all NameStore poll messages.
|
NSPollTst |
Tests the handling of NameStore poll messages.
|
NSSubProduct |
Deprecated.
|
OrgExtDomainHandler |
The OrgExtDomainHandler class extends DomainHandler
to include handling the Org Extension.
|
OrgHandler |
The OrgHandler class extends EPPOrgHandler to
include handling the Org Mapping commands.
|
OrgPollHandler |
The OrgPollHandler implements EPPPollHandler for Org Name
Mapping.
|
PersRegDomainHandler |
The PersRegDomainHandler class extends
DomainHandler to include responding with Personal Registration
Extension attributes.
|
PersRegEmailFwdHandler |
The PersRegDomainHandler class extends
EmailFwdHandler to include responding with Personal
Registration Extension attributes.
|
Phase |
Phases, which include the following possible values:
SUNRISE - Phase when trademark holders can submit registrations or applications with
trademark information that can be validated by.
LANDRUSH - Post sunrise phase when non-trademark holders are allowed to register
domain names with steps taken to address a large volume of initial
registrations.
CLAIMS - Trademark claims as defined by Trademark Clearinghouse model of displaying
a claims notice to clients for domain names that match trademarks.
OPEN - Post launch phase that is also referred to as "steady state".
|
PollDataSource |
The <PollDataSource> is registered and used by EPPPollQueueMgr to
demostrate how data are stored into a queue.
|
RegistryHandler |
|
RegistryHandler |
|
RegistryHandler.RegistryZone |
RegistryZone represents an in-memory version of a Registry Zone
with the base zone information along with all policy extensions.
|
RegistryHandler.RegistryZones |
RegistryZones stores the set of registry zone information.
|
RegistryPolicyCompositeAdapter |
RegistryPolicyCompositeAdapter will execute each of the configured
Registry Policy Adapters and executes each one to adapt all of the registry
policy EPP extensions to zone policy extensions and vice-versa.
|
RegistryPollHandler |
|
RelatedDomainHandler |
The RelatedDomainHandler class is a concrete implementation of
the abstract com.verisign.epp.framework.EPPDomainHandler class.
|
RevokedSMD |
A revoked Signed Mark Data (SMD) that includes the attributes:
Identifier of the revoked signed mark.
Revocation datetime in UTC of the signed mark.
|
RevokedVerificationCode |
A revoked verification code that includes the attributes:
Revoked verification code.
Revocation datetime in UTC of the verification code.
|
RgpDomainHandler |
The RgpDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPRgpDomainHandler class.
|
RgpDomainPollHandler |
The <RgpDomainPollHandler> implements EPPPollHandler for Domain name
mapping only.
|
SecDNSDomainHandler |
The SecDNSDomainHandler class is a concrete implementation of
the abstract com.verisign.epp.framework.EPPDomainHandler class.
|
SecDNSSubDomainHandler |
Sub Domain Handler for use with the secDNS extension.
|
SecDNSV10SubDomainHandler |
The SecDNSV10SubDomainHandler class is a concrete
SecDNSSubDomainHandler for version 1.0 of the secDNS extension.
|
SecDNSV11SubDomainHandler |
The SecDNSV11SubDomainHandler class is a concrete
SecDNSSubDomainHandler for version 1.1 of the secDNS extension.
|
SecureAuthInfoContactHandler |
The ContactHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPContactHandler class.
|
SecureAuthInfoDomainHandler |
The DomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class.
|
Server |
The Server class is responsible for reading the config file,
instantiating an implementation of a ServerSocket (Plain or SSL), and
specifying the ServerEventHandler class that will be
instantiated with each new client connection.
|
ServerEventHandler |
$Id: ServerEventHandler.java,v 1.2 2004/01/26 21:21:06 jim Exp $
|
SessionData |
The SessionData is a utility class that contains data related
to an established EPP client/server session.
|
SMDRevocationList |
Class that holds the attributes for a Signed Mark Data (SMD) Revocation List
and provides the following:
Encode the SMD Revocation List to a String , that can be
written to a file.
|
SyncDomainHandler |
The SyncDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPSyncDomainHandler class.
|
TestThread |
Thread wrapper for running a JUNIT TestSuite in
multiple threads.
|
TestUtil |
Test utility methods.
|
TrustAnchorVerificationCodeValidator |
Concrete verification code validator that leverages the encoding of the trust
anchor aliases in the verification code trust store to apply specific
validations, which include:
VSP Identifier (vsp-id) in the code value
Code type
The encoding of the trust anchor aliases is defined by
TrustAnchorVerificationData .
|
TrustAnchorVerificationData |
A class to simulate validating a verification code value by utilizing the
encoding of the trust anchor alias in a trust store, which could be formatted
in the following way using Augmented Backus-Naur Form (ABNF) grammar:
|
UnhandledNamespacesDomainHandler |
The UnhandledNamespacesDomainHandler class is a concrete
implementation of the abstract UnhandledNamespacesDomainHandler
class.
|
ValidateHandler |
The ValidateHandler class extends
EPPValidateHandler to include handling the validate check
command.
|
VerificationCodeDomainHandler |
The VerificationCodeDomainHandler class extends
DomainHandler to include handling the verification code
extension.
|
VerificationCodeRevocationList |
Class that holds the attributes for a Verification Code Revocation List and
provides the following:
Encode the Verification Code Revocation List to a String ,
that can be written to a file.
|
WhoisDomainHandler |
Extension to the standard DomainHandler that looks for the
EPPWhoisInf command extension with the info command and adds the
EPPWhoisInfData extension to the response.
|