Enum Class EPPVerificationCodeProfile.Status

java.lang.Object
java.lang.Enum<EPPVerificationCodeProfile.Status>
com.verisign.epp.codec.verificationcode.EPPVerificationCodeProfile.Status
All Implemented Interfaces:
Serializable, Comparable<EPPVerificationCodeProfile.Status>, Constable
Enclosing class:
EPPVerificationCodeProfile

public static enum EPPVerificationCodeProfile.Status extends Enum<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.