Package google.registry.tools.server
Class VerifyOteAction
java.lang.Object
google.registry.tools.server.VerifyOteAction
- All Implemented Interfaces:
JsonActionRunner.JsonAction
,Runnable
A servlet that verifies a registrar's OTE status. Note that this is eventually consistent, so
OT&E commands that have been run just previously to verification may not be picked up yet.
-
Field Summary
-
Method Summary
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
run
public void run() -
handleJsonRequest
Description copied from interface:JsonActionRunner.JsonAction
Handles JSON HTTP request.- Specified by:
handleJsonRequest
in interfaceJsonActionRunner.JsonAction
- Parameters:
json
- object extracted from request body- Returns:
- an arbitrary JSON object, which is never
null
-