Class PasswordResetVerifyAction
java.lang.Object
google.registry.ui.server.console.ConsoleApiAction
google.registry.ui.server.console.PasswordResetVerifyAction
- All Implemented Interfaces:
Runnable
-
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
ConstructorsConstructorDescriptionPasswordResetVerifyAction
(ConsoleApiParams consoleApiParams, String verificationCode, Optional<String> newPassword) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
getHandler
(User user) protected void
postHandler
(User user) Methods inherited from class google.registry.ui.server.console.ConsoleApiAction
checkPermission, deleteHandler, finishAndPersistConsoleUpdateHistory, headHandler, putHandler, run, sendExternalUpdates, sendExternalUpdatesIfNecessary, setFailedResponse
-
Constructor Details
-
PasswordResetVerifyAction
@Inject public PasswordResetVerifyAction(ConsoleApiParams consoleApiParams, @Parameter("resetRequestVerificationCode") String verificationCode, @Parameter("newPassword") Optional<String> newPassword)
-
-
Method Details
-
getHandler
- Overrides:
getHandler
in classConsoleApiAction
-
postHandler
- Overrides:
postHandler
in classConsoleApiAction
-