google-nomulus/java/google/registry/tmch
mcilwain d536cef20f Make Registrar load methods return Optionals instead of Nullables
This makes the code more understandable from callsites, and also forces
users of this function to deal with the situation where the registrar
with a given client ID might not be present (it was previously silently
NPEing from some of the callsites).

This also adds a test helper method loadRegistrar(clientId) that retains
the old functionality for terseness in tests. It also fixes some instances
of using the load method with the wrong cachedness -- some uses in high-
traffic situations (WHOIS) that should have caching, but also low-traffic
reporting that don't benefit from caching so might as well always be
current.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162990468
2017-08-01 16:58:59 -04:00
..
BUILD Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
ClaimsListParser.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
icann-tmch-pilot.crl Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch-pilot.crt Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch.crl Update ICANN TMCH CRL file to latest as of now 2017-01-09 11:59:04 -05:00
icann-tmch.crt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
LordnLog.java Use Immutable types for static final fields 2017-03-07 13:55:13 -05:00
LordnRequestInitializer.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LordnTask.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
marksdb-public-key.asc mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
Marksdb.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NordnUploadAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
NordnVerifyAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SmdrlCsvParser.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCertificateAuthority.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCrlAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
TmchData.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchDnlAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
TmchModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchSmdrlAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
TmchXmlSignature.java Un-Ignore a test in DomainApplicationCreateFlowTest 2017-05-03 10:44:56 -04:00