Class RegistryLockGetAction

java.lang.Object
google.registry.ui.server.registrar.RegistryLockGetAction
All Implemented Interfaces:
JsonGetAction, Runnable

public final class RegistryLockGetAction extends Object implements JsonGetAction
Action that allows for getting locks for a particular registrar.

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 RegistryLockPostAction.