mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 23:03:34 +02:00
Implement login/logout commands
Refactor the auth code into its own dagger module, add tests and use the new interfaces to implement the login and logout commands. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149108266
This commit is contained in:
parent
80f0910899
commit
5614760d53
10 changed files with 380 additions and 183 deletions
|
@ -89,6 +89,8 @@ public final class RegistryTool {
|
|||
.put("list_reserved_lists", ListReservedListsCommand.class)
|
||||
.put("list_tlds", ListTldsCommand.class)
|
||||
.put("load_snapshot", LoadSnapshotCommand.class)
|
||||
.put("login", LoginCommand.class)
|
||||
.put("logout", LogoutCommand.class)
|
||||
.put("make_billing_tables", MakeBillingTablesCommand.class)
|
||||
.put("pending_escrow", PendingEscrowCommand.class)
|
||||
.put("publish_detail_report", PublishDetailReportCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue