Package google.registry.ui.forms
Class FormFields
java.lang.Object
google.registry.ui.forms.FormFields
Utility class of
FormField
objects for validating EPP related things.-
Field Summary
Modifier and TypeFieldDescriptionForm field for EPP client identifiers.Two-letter ISO country code form field.Email address form field.Form field forlabelType
fromeppcom.xsd
.Form field for non-empty tokens (see minToken in eppcom.xsd).Form field for nameType (see rde-registrar/notification).Form field for passwords (see pwType in epp.xsd).Form field for +E164 phone numbers with a dot after the country prefix.Ensure value is an EPP Repository Object IDentifier (ROID).Form field that ensures input does not contain tabs, line feeds, or carriage returns.Form field that applies XML Schema Token cleanup to input. -
Method Summary
-
Field Details
-
XS_TOKEN
Form field that applies XML Schema Token cleanup to input.This trims the input and collapses whitespace.
- See Also:
-
XS_NORMALIZED_STRING
Form field that ensures input does not contain tabs, line feeds, or carriage returns.- See Also:
-
PHONE_NUMBER
Form field for +E164 phone numbers with a dot after the country prefix.- See Also:
-
CLID
Form field for EPP client identifiers. -
PASSWORD
Form field for passwords (see pwType in epp.xsd). -
MIN_TOKEN
Form field for non-empty tokens (see minToken in eppcom.xsd). -
NAME
Form field for nameType (see rde-registrar/notification). -
LABEL
Form field forlabelType
fromeppcom.xsd
. -
EMAIL
Email address form field. -
COUNTRY_CODE
Two-letter ISO country code form field. -
ROID
Ensure value is an EPP Repository Object IDentifier (ROID).- See Also:
-