google-nomulus/java/google/registry/tmch
guyben e224a67eda Change @Auth to an AutoValue, and created a set of predefined Auths
We want to be safer and more explicit about the authentication needed by the many actions that exist.

As such, we make the 'auth' parameter required in @Action (so it's always clear who can run a specific action) and we replace the @Auth with an enum so that only pre-approved configurations that are aptly named and documented can be used.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162210306
2017-08-01 16:33:10 -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 Cache Registrars in memory 2017-05-17 12:26:11 -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