google-nomulus/java/google/registry/flows/contact
mcilwain 0b112f17a7 Move ROID suffix handling from RegistryConfig to ConfigModule
This is the first in a decently long series of commits to delete RegistryConfig
entirely and centralize all configuration in ConfigModule using Dagger. Once
this is done, then the text-based YAML configuration work can begin in earnest.

Note that the configuration settings from TestRegistryConfig will be moving
into ConfigModule.LocalTestConfig. This way they can be referred to in a static
context from test and test utility helpers, rather than having to be injected
everywhere, which we don't typically bother with for tests.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143473089
2017-01-09 11:59:04 -05:00
..
ContactCheckFlow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
ContactCreateFlow.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
ContactDeleteFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactFlowUtils.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ContactInfoFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactTransferApproveFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactTransferCancelFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactTransferQueryFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactTransferRejectFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactTransferRequestFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
ContactUpdateFlow.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00