google-nomulus/java/google/registry/module/backend
mcilwain 3b4b7a475b Replace VoidKeyring with InMemoryKeyring and a dummy module
VoidKeyring always threw exceptions whenever any of its methods were called,
which caused several parts of the system to fail early (and thus required a
proper Keyring to be implemented almost immediately, early on in the "just
playing around with the system" phase).

I'm swapping this out with an InMemoryKeyring which is supplied by
DummyKeyringModule, which, instead of throwing exceptions, returns dummy
values, delaying the onset of errors to when connecting to external services
is attempted.  This pushes off the required implementation of a real Keyring-
providing module, allowing the system to be played around with more first.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132361157
2016-09-07 12:15:08 -04:00
..
BackendComponent.java Replace VoidKeyring with InMemoryKeyring and a dummy module 2016-09-07 12:15:08 -04:00
BackendMetricsModule.java Add metrics to PublishDnsUpdatesAction 2016-08-26 09:43:30 -04:00
BackendModule.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BackendRequestComponent.java Small fixes for orphan glue cleanup [] 2016-08-22 14:04:44 -04:00
BackendServlet.java Wire in MetricReporter into the backend servlet to publish metrics 2016-08-22 14:07:45 -04:00
BUILD Add missing dependency to open source build 2016-08-22 17:38:40 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00