public class DomainAllocationTokenCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Create Domain aspect of the Domain Name Allocation Token Extension.
Use this to identify the allocationToken associated with this domain name as part of an EPP Domain Create command compliant with RFC5730 and RFC5731. The "allocationToken" value supplied, should match the membership Id and the secret key that are set for the zone. The response expected from a server should be handled by a Domain Create Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainAllocationTokenCommandExtension(java.lang.String allocationToken) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
public DomainAllocationTokenCommandExtension(java.lang.String allocationToken)
public void addToCommand(Command command)
addToCommand
in interface CommandExtension