Class RdapEntityAction

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

public class RdapEntityAction extends RdapActionBase
RDAP action for entity (contact and registrar) requests. the ICANN operational profile dictates that the "handle" for registrars is to be the IANA registrar ID:

2.4.1.Registry RDAP servers MUST support Registrar object lookup using an entity path request for entities with the registrar role using the handle (as described in 3.1.5 of RFC9082) where the handle of the entity with the registrar role is be [sic] equal to the IANA Registrar ID.

  • Constructor Details

    • RdapEntityAction

      @Inject public RdapEntityAction()
  • Method Details

    • getJsonObjectForResource

      public google.registry.rdap.RdapObjectClasses.RdapEntity getJsonObjectForResource(String pathSearchString, boolean isHeadRequest)