google-nomulus/javatests/google/registry/rdap/testdata
mountford c85dc0c089 Avoid showing personal contact data in RDAP when not logged in
This CL changes the RDAP responses. When the requester asks for information about a domain, and is not logged in as the owning registrar, no contact information is shown. When the requester asks for information about a contact, and is not logged in as the owner registrar, the existence of the contact is shown, but not any personal data (the existence is shown to make things easier to test).

The login uses the same functionality as the registrar console.

For the most part, this CL does not include the necessary tests to make sure that data is not returned when not logged in. The CL is so large that I didn't want to burden it further. Those tests will be added in a follow-on CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=168022034
2017-09-12 15:51:50 -04:00
..
rdap_associated_contact.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdap_contact.json RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
rdap_domain.json Avoid showing personal contact data in RDAP when not logged in 2017-09-12 15:51:50 -04:00
rdap_domain_unicode.json Avoid showing personal contact data in RDAP when not logged in 2017-09-12 15:51:50 -04:00
rdap_error_400.json mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
rdap_error_404.json mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
rdap_error_422.json mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
rdap_error_501.json mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
rdap_help_index.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_help_tos.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_host.json RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
rdap_host_external.json RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
rdap_host_linked.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdap_host_unicode.json RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
rdap_multiple_contacts.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_multiple_contacts2.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_multiple_domains.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_multiple_hosts.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdap_nontruncated_contacts.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_nontruncated_domains.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_nontruncated_hosts.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_nontruncated_registrars.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_registrar.json RDAP: Use IANA identifier as the registrar handle 2016-08-22 14:06:07 -04:00
rdap_truncated_contacts.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_truncated_domains.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_truncated_hosts.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_truncated_mixed_entities.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdap_truncated_registrars.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_admincontact.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_domain_full.json Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
rdapjson_domain_logged_out.json Avoid showing personal contact data in RDAP when not logged in 2017-09-12 15:51:50 -04:00
rdapjson_domain_no_nameservers.json Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
rdapjson_domain_summary.json Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
rdapjson_error.json mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
rdapjson_host_both.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_both_summary.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_ipv4.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_ipv6.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_no_addresses.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_not_linked.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_host_pending_transfer.json Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
rdapjson_notice_alternate_link.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_notice_self_link.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_registrant.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_registrant_logged_out.json Avoid showing personal contact data in RDAP when not logged in 2017-09-12 15:51:50 -04:00
rdapjson_registrant_nobase.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_registrant_summary.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_registrant_summary_logged_out.json Avoid showing personal contact data in RDAP when not logged in 2017-09-12 15:51:50 -04:00
rdapjson_registrar.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_registrar_summary.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_rolelesscontact.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_techcontact.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00
rdapjson_toplevel.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_toplevel_domain.json Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
rdapjson_unlinkedcontact.json Handle LINKED correctly in RDAP 2017-01-30 15:03:53 -05:00