google-nomulus/java/google/registry/flows
guyben a4f85c33c0 Add the App Engine service used in the Action definition
Our goal is to be able to address every Action by looking at the class itself, and to make it clearer at a glance what you need to access the Action's endpoint

Currently, we can know from the @Action annotation:
- the endpoint path
- the Method needed
- the authentication level needed

This CL adds the service where the Action is hosted, which also translates to the URL.

NOTE - currently we don't have any Action hosted on multiple services. I don't think we will ever need it (since they do the same thing no matter which service they are on, so why host it twice?), but if we do we'll have to update the code to allow it.

The next step after this is to make sure all the @Parameters are defined on the Action itself, and then we will be able to craft access to the endpoint programatically (or at least verify at run-time we crafted a correct URL)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229375735
2019-01-17 18:59:16 -05:00
..
annotations Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00
contact Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
custom Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
domain Statically import commonly used TldState enum values 2019-01-14 16:23:15 -05:00
exceptions Allow domain transfers with 0 period and in auto-renew grace period 2017-10-04 16:16:45 -04:00
host Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
picker Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
poll Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
session Use AuthenticatedRegistrarAccessor in EppConsoleAction 2018-12-03 18:51:40 -05:00
soy Remove autoescape="strict" attributes from Soy templates. 2017-10-04 16:16:45 -04:00
BUILD Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
CheckApiAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
CheckApiMetrics.java Add metrics for the new Check API 2018-06-18 17:44:04 -04:00
EppConsoleAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
EppController.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
EppException.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
EppMetrics.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
EppRequestHandler.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
EppRequestSource.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppTlsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
EppToolAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
EppXmlSanitizer.java Fix bugs exposed by testing with Gradle 2018-10-17 11:44:41 -04:00
ExtensionManager.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
Flow.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
FlowComponent.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
FlowMetadata.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
FlowModule.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
FlowReporter.java Remove redundant inputXml log in EPP flows 2018-06-18 17:56:15 -04:00
FlowRunner.java Stop exporting EPP flow metrics to BigQuery 2018-10-08 16:59:29 -04:00
FlowScope.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
FlowUtils.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
GaeUserCredentials.java Use AuthenticatedRegistrarAccessor in EppConsoleAction 2018-12-03 18:51:40 -05:00
HttpSessionMetadata.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
PasswordOnlyTransportCredentials.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceFlowUtils.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
ServerTridProvider.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ServerTridProviderImpl.java Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
ServerTridProviderModule.java Refactor out creation of server TRIDs so they can be tested 2017-04-13 10:55:47 -04:00
SessionMetadata.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
StatelessRequestSessionMetadata.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TlsCredentials.java Fix @VisibleForTesting given the newly deployed enforcement 2019-01-10 16:23:35 -05:00
TransactionalFlow.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TransportCredentials.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00