google-nomulus/java/google/registry/flows
mcilwain 9aa2f3b96e Make host flows only accept canonicalized host names as input
This now throws errors when a non-lower-cased, non-puny-coded, or non-canonicalized host name is passed in as an input parameter.

The approach we'll take is to first notify registrars which hosts we'll be renaming, then
issue EPP host update commands to effect those renames as superuser, then push this code
live to production.

This fixes #38 on GitHub.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138441130
2016-11-10 11:29:03 -05:00
..
async Add retry logic for SheetSynchronizer 2016-11-10 11:18:25 -05:00
contact Refactor authInfo validation 2016-11-10 11:07:54 -05:00
domain Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00
exceptions Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
host Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00
picker Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
poll Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
session Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
soy Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
BUILD Improve logging/reduce shard count on async deletion [] 2016-09-19 11:56:37 -04:00
CheckApiAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppConsoleAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppController.java Use correct <a> tag syntax in javadoc @see tag 2016-11-02 15:19:34 -04:00
EppException.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppMetrics.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestHandler.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestSource.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppTlsAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppToolAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppXmlTransformer.java Use correct <a> tag syntax in javadoc @see tag 2016-11-02 15:19:34 -04:00
ExtensionManager.java Simplify the fee extensions. 2016-11-10 11:09:23 -05:00
Flow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowComponent.java Use Dagger to @Inject DnsQueue everywhere that is feasible 2016-10-14 16:58:07 -04:00
FlowModule.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowRunner.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowScope.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
FlowUtils.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
GaeUserCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
HttpSessionMetadata.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
PasswordOnlyTransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ResourceFlowUtils.java Refactor authInfo validation 2016-11-10 11:07:54 -05:00
SessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
StatelessRequestSessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TlsCredentials.java Revert Guava 20 features until we get the build working properly 2016-11-02 15:19:34 -04:00
TransactionalFlow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
TransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00