mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Default clientId to registry's registrar in domain lock commands
All domain locks we've processed so far are as a result of the URS process, for which the clientId is always that of the registry's registrar. So it makes sense to default to that value, while still retaining the option to specify it if required in case we ever support registrar-requested registry locks in the future. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199350120
This commit is contained in:
parent
897690119e
commit
5c7a20797e
4 changed files with 41 additions and 3 deletions
|
@ -91,12 +91,14 @@ interface RegistryToolComponent {
|
|||
void inject(GetKeyringSecretCommand command);
|
||||
void inject(GhostrydeCommand command);
|
||||
void inject(ListCursorsCommand command);
|
||||
void inject(LockDomainCommand command);
|
||||
void inject(LoginCommand command);
|
||||
void inject(LogoutCommand command);
|
||||
void inject(PendingEscrowCommand command);
|
||||
void inject(RenewDomainCommand command);
|
||||
void inject(SendEscrowReportToIcannCommand command);
|
||||
void inject(SetupOteCommand command);
|
||||
void inject(UnlockDomainCommand command);
|
||||
void inject(UpdateCursorsCommand command);
|
||||
void inject(UpdateDomainCommand command);
|
||||
void inject(UpdateKmsKeyringCommand command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue