mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Add a new check API that does not wrap the domain check EPP flow
Copied class and test from CheckApiAction. All unit tests passing. Remaining work: add metrics ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198916177
This commit is contained in:
parent
9d2b1e7572
commit
c61f36502e
10 changed files with 376 additions and 19 deletions
|
@ -1101,9 +1101,8 @@ public final class RegistryConfig {
|
|||
return config.registryPolicy.reservedTermsExportDisclaimer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the clientId of the registrar used by the {@code CheckApiServlet}.
|
||||
*/
|
||||
/** Returns the clientId of the registrar used by the {@code CheckApiServlet}. */
|
||||
// TODO(b/80417678): remove this once CheckApiAction no longer uses this id.
|
||||
@Provides
|
||||
@Config("checkApiServletRegistrarClientId")
|
||||
public static String provideCheckApiServletRegistrarClientId(RegistryConfigSettings config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue