google-nomulus/java/google/registry/flows/domain
mcilwain 1b3df82fb3 Allow creation of reserved domains using allocation tokens
Unlike anchor tenants, these domains can be registered for any number of years,
but only during GA, as third parties cannot register domains pre-GA except
through the anchor tenant program.

Since this is new functionality, unlike creation of anchor tenants, there is no
fallback provided to send codes through the domain authcode; they must be sent
using the allocation token extension.

And note that, like with anchor tenants, providing the domain-specific
allocation token overrides any other reserved types that might apply to that
domain.

No changes are necessary to the domain application create flow because of the
above restriction to GA.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212310701
2018-09-11 14:17:08 -04:00
..
token Move the AllocationToken entity to the token subpackage 2018-07-14 01:37:03 -04:00
DomainAllocateFlow.java Add new reserved domain creation from allocation tokens mechanism 2018-08-20 14:22:06 -04:00
DomainApplicationCreateFlow.java Delete all Limited Release Program (LRP) code 2018-08-20 14:28:16 -04:00
DomainApplicationDeleteFlow.java Allow the same LaunchPhase to be used for both start-date and end-date sunrise 2018-03-06 19:12:56 -05:00
DomainApplicationInfoFlow.java Make EppInput.getSingleExtension() return Optional, not @Nullable 2018-01-19 14:40:10 -05:00
DomainApplicationUpdateFlow.java Add the ability to require premium fee acking for a registrar 2018-02-01 22:07:11 -05:00
DomainCheckFlow.java Make domain check return availability regardless of fee extensions 2018-04-23 14:36:02 -04:00
DomainClaimsCheckFlow.java Make return value of ClaimsListShard.getClaimKey() Optional 2018-03-06 19:15:52 -05:00
DomainCreateFlow.java Allow creation of reserved domains using allocation tokens 2018-09-11 14:17:08 -04:00
DomainDeleteFlow.java Enqueue async re-saves with additional future re-saves 2018-07-14 01:37:03 -04:00
DomainFlowTmchUtils.java Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
DomainFlowUtils.java Allow creation of reserved domains using allocation tokens 2018-09-11 14:17:08 -04:00
DomainInfoFlow.java Add extensibility framework for allocation tokens 2018-02-01 21:54:29 -05:00
DomainPricingLogic.java Delete all Limited Release Program (LRP) code 2018-08-20 14:28:16 -04:00
DomainRenewFlow.java Add the ability to require premium fee acking for a registrar 2018-02-01 22:07:11 -05:00
DomainRestoreRequestFlow.java Change RESTORE BillingEvents to have 1-year periods 2018-03-06 19:25:05 -05:00
DomainTransferApproveFlow.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
DomainTransferCancelFlow.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainTransferQueryFlow.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainTransferRejectFlow.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainTransferRequestFlow.java Add asynchronous scheduled actions to re-save entities 2018-06-27 15:28:52 -04:00
DomainTransferUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DomainUpdateFlow.java Improve the error when trying to delete the registrant contact 2018-05-17 21:52:35 -04:00
FeesAndCredits.java Replace Stream.concat with Streams.concat 2017-12-27 11:35:47 -05:00