mirror of
https://github.com/google/nomulus
synced 2026-05-31 03:56:33 +00: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user