mirror of
https://github.com/google/nomulus
synced 2026-05-22 15:51:49 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user