An interface that defines functions for validating domain names.
Gets an array of supported top level domains.
Adds a supported tld. You don't need to call this in most cases.
Returns true if tld is supported by the OracleRegistrar
Validates whether the specified domain name is valid and has a known TLD.
Removes a supported tld. You don't need to call this in most cases.
Validates whether the specified domain name is valid.
An interface that defines functions for validating domain names.