Class UpdateRegistrarRdapBaseUrlsAction

java.lang.Object
google.registry.rdap.UpdateRegistrarRdapBaseUrlsAction
All Implemented Interfaces:
Runnable

public final class UpdateRegistrarRdapBaseUrlsAction extends Object implements Runnable
Loads the current list of RDAP Base URLs from the ICANN servers.

This will update ALL the REAL registrars. If a REAL registrar doesn't have an RDAP entry in MoSAPI, we'll delete any BaseUrls it has.

The ICANN base website that provides this information can be found at here. The provided CSV endpoint requires no authentication.

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable