google-nomulus/java/google/registry/rde/imports
mcilwain d2ee63cf69 Consolidate Dagger modules for utils classes
There was no reason to have several different modules all providing a single
thing. This approach, which creates a single UtilsModule for everything in the
util package, is cleaner. This also removes provisioning of Random and
StringGenerator objects in RegistryConfig.ConfigModule, which don't belong
there because they aren't configuration options.

This also removes insecure random entirely; it was only used in a
single place to generate 24 bytes a couple times per day. We can live with the
lower speed if it means we don't have to worry about multiple types of Random,
or possibly using an insecure random accidentally in a place that security
actually does matter.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229751915
2019-01-17 19:20:52 -05:00
..
BUILD Improve internal build system speed 2018-06-27 15:28:52 -04:00
RdeContactImportAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdeContactInput.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeContactReader.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeDomainImportAction.java Consolidate Dagger modules for utils classes 2019-01-17 19:20:52 -05:00
RdeDomainInput.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeDomainReader.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeHostImportAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdeHostInput.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeHostLinkAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdeHostReader.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdeImportsModule.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeImportUtils.java Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
RdeParser.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ResourceExistsException.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
XjcToContactResourceConverter.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
XjcToDomainResourceConverter.java Refactor StringGenerator bindings 2018-10-22 19:06:35 -04:00
XjcToEppResourceConverter.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
XjcToHostResourceConverter.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00