Class RegistryLockPostAction

java.lang.Object
google.registry.ui.server.registrar.RegistryLockPostAction
All Implemented Interfaces:
JsonActionRunner.JsonAction, Runnable

public class RegistryLockPostAction extends Object implements Runnable, JsonActionRunner.JsonAction
UI action that allows for creating registry locks. Locks / unlocks must be verified separately before they are written permanently.

Note: at the moment we have no mechanism for JSON GET/POSTs in the same class or at the same URL, which is why this is distinct from the RegistryLockGetAction.