google-nomulus/javatests/google/registry/flows
guyben dfad79759e Remove the web console EPP endpoint
This removes the "create Domain/Host/Contact" forms that were supposed to be used instead of regular EPPs for CC-TLD that wanted to support it.

We're removing it because we don't use it and want to reduce unneeded code for the registry 3.0 migration.

Also, this is a security risk, as it allowed to do "billable actions" (creating a new domain for example) with the only authentication being access to the registrar's G Suite account.

This bypassed the certificate, IP whitelist, and EPP password, which is bad.

PUBLIC:
Remove the web console EPP endpoint

This removes the "create Domain/Host/Contact" forms that were supposed to be used instead of regular EPPs for CC-TLD that wanted to support it.

We're removing it because we don't use it and want to reduce unneeded code for the registry 3.0 migration.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=236244195
2019-03-05 14:20:42 -05:00
..
contact Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
custom Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
domain Do not require auth info in super user transfer 2019-03-05 14:17:42 -05:00
host Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
poll Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
session Remove the web console EPP endpoint 2019-03-05 14:20:42 -05:00
testdata Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
BUILD Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
CheckApiActionTest.java Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
EppCommitLogsTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
EppControllerTest.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
EppLifecycleContactTest.java Stop exporting EPP flow metrics to BigQuery 2018-10-08 16:59:29 -04:00
EppLifecycleDomainTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
EppLifecycleHostTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
EppLifecycleLoginTest.java Refactor assertCommandAndResponse to be "fluent" 2018-04-02 16:42:59 -04:00
EppLoggedOutTest.java Refactor assertCommandAndResponse to be "fluent" 2018-04-02 16:42:59 -04:00
EppLoginTlsTest.java Require SSL certificate hash on login by default 2018-12-12 13:22:34 -05:00
EppTestCase.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
EppTestComponent.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
EppTlsActionTest.java Remove checking of SNI headers 2018-09-14 21:34:44 -04:00
EppToolActionTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EppXmlSanitizerTest.java Fix bugs exposed by testing with Gradle 2018-10-17 11:44:41 -04:00
EppXxeAttackTest.java Clean up some areas in preparation for externalized codebase 2018-11-16 16:51:11 -05:00
ExtensionManagerTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
FlowReporterTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
FlowRunnerTest.java Remove the web console EPP endpoint 2019-03-05 14:20:42 -05:00
FlowTestCase.java Fix some issues caught by IntelliJ static code analysis 2019-01-28 16:08:24 -05:00
ResourceCheckFlowTestCase.java Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
ResourceFlowTestCase.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
TlsCredentialsTest.java Require SSL certificate hash on login by default 2018-12-12 13:22:34 -05:00