Class ConsoleOteSetupAction

java.lang.Object
google.registry.ui.server.registrar.HtmlAction
google.registry.ui.server.registrar.ConsoleOteSetupAction
All Implemented Interfaces:
Runnable

public final class ConsoleOteSetupAction extends HtmlAction
Action that serves OT&E setup web page.

This Action does 2 things: - for GET, just returns the form that asks for the clientId and email. - for POST, receives the clientId and email and generates the OTE entities.

TODO(b/120201577): once we can have 2 different Actions with the same path (different Methods), separate this class to 2 Actions.