mirror of
https://github.com/google/nomulus.git
synced 2025-08-20 08:24:13 +02:00
Add the START_DATE_SUNRISE phase
The START_DATE_SUNRISE phase allows registration of domains only with a signed mark. In all other respects - it is identical to the GENERAL_AVAILABILITY phase. Note that Anchor Tenants bypass all checks, and are hence able to register domains without a signed mark. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185534793
This commit is contained in:
parent
bba975a991
commit
b0cbc0f60d
17 changed files with 484 additions and 13 deletions
|
@ -154,6 +154,12 @@ public class Registry extends ImmutableObject implements Buildable {
|
|||
*/
|
||||
LANDRUSH,
|
||||
|
||||
/**
|
||||
* The state in which only trademark holders can submit a "create" request. It is identical to
|
||||
* {@link #GENERAL_AVAILABILITY} in all other respects.
|
||||
*/
|
||||
START_DATE_SUNRISE,
|
||||
|
||||
/**
|
||||
* A state in which no domain operations are permitted. Generally used after sunrise or landrush
|
||||
* to allocate uncontended applications and send contended applications to auction. This state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue