google-nomulus/java/google/registry/rdap
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
..
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
RdapActionBase.java Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
RdapAuthorization.java Allow admins read/write access to all registrar in web console 2018-10-22 19:08:09 -04:00
RdapAutnumAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapDomainAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapDomainSearchAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapEntityAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapEntitySearchAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapHelpAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapIcannStandardInformation.java Move RDAP boilerplate from remarks to notices 2018-05-05 23:47:47 -04:00
RdapIpAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapJsonFormatter.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
RdapMetrics.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
RdapModule.java Add RDAP search support for only contacts or only registrars 2018-01-19 14:29:54 -05:00
RdapNameserverAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapNameserverSearchAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RdapResultSet.java Add RDAP metric class 2017-11-21 18:20:26 -05:00
RdapSearchActionBase.java Add next page navigation for RDAP entity searches 2017-12-27 10:53:30 -05:00
RdapSearchPattern.java RDAP: Allow domain and nameserver queries with no initial string under certain circumstances 2017-07-10 11:16:03 -04:00
RdapSearchResults.java Add next page navigation for RDAP nameserver searches 2017-12-27 10:44:05 -05:00
RdapUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00