Package google.registry.rdap
Class RdapEntityAction
java.lang.Object
google.registry.rdap.RdapActionBase
google.registry.rdap.RdapEntityAction
- All Implemented Interfaces:
Runnable
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.rdap.RdapActionBase
RdapActionBase.DeletedItemHandling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongoogle.registry.rdap.RdapObjectClasses.RdapEntity
getJsonObjectForResource
(String pathSearchString, boolean isHeadRequest) Methods inherited from class google.registry.rdap.RdapActionBase
run
-
Constructor Details
-
RdapEntityAction
@Inject public RdapEntityAction()
-
-
Method Details
-
getJsonObjectForResource
public google.registry.rdap.RdapObjectClasses.RdapEntity getJsonObjectForResource(String pathSearchString, boolean isHeadRequest)
-