google-nomulus/java/google/registry/rdap
mountford 19da9a1531 RDAP: Add "last update of RDAP database" event
The ICANN operational profile says:

1.4.12. An entity object within an RDAP response MUST contain an events
member with the following events:
o An event of eventAction type registration.
o An event of eventAction type last changed. The event of eventAction type last changed MUST be omitted if the Contact Object (as defined in RFC5733) has not been updated since it was created.
o An event of eventAction type last update of RDAP database.

It has similar wording for domains and hosts. The registration and last changed events are already being generated. This CL adds a "last update of RDAP database" event for all three object types. It's very redundant, and I have warned ICANN that "last update" doesn't mean what they might expect in the context of an eventually consistent database, but there we are.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130279688
2016-08-15 17:01:29 -04:00
..
BUILD MOE strip compatible_with 2016-08-02 19:14:28 -04:00
RdapActionBase.java RDAP: Remove port43 element from JSON output 2016-08-15 16:42:06 -04:00
RdapAutnumAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapDomainAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapDomainSearchAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapEntityAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapEntitySearchAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapHelpAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapIcannStandardInformation.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapIpAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapJsonFormatter.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapModule.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapNameserverAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapNameserverSearchAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapSearchPattern.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00