google-nomulus/java/google/registry/model/domain/token
mcilwain d2f849ac0f Add new reserved domain creation from allocation tokens mechanism
Note that this gets rid of anchor tenant codes in reserved lists (yay!), which
are no longer valid.  They have to come from allocation tokens now.

This removes support for LRP from domain application create flow (that's fine,
we never used it and I'm going to delete all of LRP later).  It also uses
allocation tokens from EPP authcodes as a fallback, for now, but that will be
removed later once we switch fully to the allocation token mechanism.

This doesn't yet allow registration of RESERVED_FOR_SPECIFIC_USE domains using
the allocation token extension; that will come in the next CL.  Ditto for
showing these reserved domains as available on domain checks when the allocation
token is specified.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=209019617
2018-08-20 14:22:06 -04:00
..
AllocationToken.java Add new reserved domain creation from allocation tokens mechanism 2018-08-20 14:22:06 -04:00
AllocationTokenExtension.java Add basic AllocationToken validation/redemption for domain creates 2018-01-19 14:28:26 -05:00
package-info.java Add and wire up the AllocationTokenExtension XML class 2018-01-19 14:23:59 -05:00