Package google.registry.tools.server
Class KillAllEppResourcesAction
- java.lang.Object
-
- google.registry.tools.server.KillAllEppResourcesAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class KillAllEppResourcesAction extends java.lang.Object implements java.lang.Runnable
Deletes allEppResource
objects in Datastore, including indices and descendants.Because there are no auth settings in the
Action
annotation, this command can only be run internally, or by pretending to be internal by setting the X-AppEngine-QueueName header, which only admin users can do. That makes this command hard to use, which is appropriate, given the drastic consequences of accidental execution.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-