google-nomulus/java/google/registry/tools/params
mcilwain f0c677b18b Rename DNL and SMDRL "login" to "loginAndPassword"
They are passed around in the format username:password, whereas just saying
"login" implies it's just a username and not necessarily also a secret
password. Putting password in the variable name makes it obvious what this is
and reduces the likelihood of anyone ever logging it or otherwise using it
inappropriately.

Note that this does not require data migrations as the actual key used to store
the data in KMS remains unchanged.

This is a follow-up to []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=231253964
2019-01-28 16:15:04 -05:00
..
BUILD Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
DateParameter.java Align parameter formats for zone data commands 2017-02-22 11:46:07 -05:00
DateTimeParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DurationParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EnumParameter.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
EppResourceTypeParameter.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
HostAndPortParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
InternetDomainNameParameter.java Allow square bracket expansion when specifying nameservers 2018-08-10 13:44:25 -04:00
IntervalParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
KeyringKeyName.java Rename DNL and SMDRL "login" to "loginAndPassword" 2019-01-28 16:15:04 -05:00
KeyValueMapParameter.java Add billing account map to Registrar entity 2017-03-27 13:10:29 -04:00
LocalDateParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LoggingLevelParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
LongParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
MoneyParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NameserversParameter.java Allow square bracket expansion when specifying nameservers 2018-08-10 13:44:25 -04:00
OptionalIntervalParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
OptionalLongParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
OptionalParameterConverterValidator.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
OptionalPhoneNumberParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
OptionalStringParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ParameterConverterValidator.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ParameterFactory.java Use Immutable types for static final fields 2017-03-07 13:34:48 -05:00
PathParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PhoneNumberParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
StringParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TldStateParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TransitionListParameter.java Require that DNS writer be set on Registry entities 2017-05-03 10:38:49 -04:00
YearMonthParameter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00