public static enum EPPLaunchPolicyPhase.MarkValidation extends java.lang.Enum<EPPLaunchPolicyPhase.MarkValidation> implements java.io.Serializable, java.lang.Cloneable
Enum Constant and Description |
---|
code
Indicates support for the "code" Mark Validation Model, where the mark
code by itself is used to validate that the mark matches the domain
name.
|
codeWithMark
Indicates support for the "code with mark" Mark Validation Model, where
the code is used along with the mark information by the server to
validate the mark utilizing an external party.
|
mark
Indicates support for the "mark" Mark Validation Model, where the mark
information is passed without any other validation element.
|
signedMark
Indicates support for the "signed mark" Mark Validation Model, where
the mark information is digitally signed.
|
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.MarkValidation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.MarkValidation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLaunchPolicyPhase.MarkValidation code
public static final EPPLaunchPolicyPhase.MarkValidation mark
public static final EPPLaunchPolicyPhase.MarkValidation codeWithMark
public static final EPPLaunchPolicyPhase.MarkValidation signedMark
public static EPPLaunchPolicyPhase.MarkValidation[] values()
for (EPPLaunchPolicyPhase.MarkValidation c : EPPLaunchPolicyPhase.MarkValidation.values()) System.out.println(c);
public static EPPLaunchPolicyPhase.MarkValidation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © VeriSign Inc. All Rights Reserved.