Class ConsoleRegistryLockVerifyAction
java.lang.Object
google.registry.ui.server.console.ConsoleApiAction
google.registry.ui.server.console.ConsoleRegistryLockVerifyAction
- All Implemented Interfaces:
Runnable
Handler for verifying registry lock requests, a form of 2FA.
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.ui.server.console.ConsoleApiAction
ConsoleApiAction.EmailInfo
-
Field Summary
Fields inherited from class google.registry.ui.server.console.ConsoleApiAction
consoleApiParams
-
Constructor Summary
ConstructorDescriptionConsoleRegistryLockVerifyAction
(ConsoleApiParams consoleApiParams, DomainLockUtils domainLockUtils, String lockVerificationCode) -
Method Summary
Methods inherited from class google.registry.ui.server.console.ConsoleApiAction
checkPermission, deleteHandler, finishAndPersistConsoleUpdateHistory, headHandler, postHandler, putHandler, run, sendExternalUpdates, sendExternalUpdatesIfNecessary, setFailedResponse
-
Constructor Details
-
ConsoleRegistryLockVerifyAction
@Inject public ConsoleRegistryLockVerifyAction(ConsoleApiParams consoleApiParams, DomainLockUtils domainLockUtils, @Parameter("lockVerificationCode") String lockVerificationCode)
-
-
Method Details
-
getHandler
- Overrides:
getHandler
in classConsoleApiAction
-