public class ConfirmEmail extends java.lang.Object implements com.google.gerrit.extensions.restapi.RestModifyView<ConfigResource,ConfirmEmail.Input>
Modifier and Type | Class and Description |
---|---|
static class |
ConfirmEmail.Input |
Constructor and Description |
---|
ConfirmEmail(com.google.inject.Provider<CurrentUser> self,
EmailTokenVerifier emailTokenVerifier,
AccountManager accountManager) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.Response<?> |
apply(ConfigResource rsrc,
ConfirmEmail.Input input) |
@Inject public ConfirmEmail(com.google.inject.Provider<CurrentUser> self, EmailTokenVerifier emailTokenVerifier, AccountManager accountManager)
public com.google.gerrit.extensions.restapi.Response<?> apply(ConfigResource rsrc, ConfirmEmail.Input input) throws com.google.gerrit.extensions.restapi.AuthException, com.google.gerrit.extensions.restapi.UnprocessableEntityException, AccountException, com.google.gwtorm.server.OrmException, java.io.IOException
apply
in interface com.google.gerrit.extensions.restapi.RestModifyView<ConfigResource,ConfirmEmail.Input>
com.google.gerrit.extensions.restapi.AuthException
com.google.gerrit.extensions.restapi.UnprocessableEntityException
AccountException
com.google.gwtorm.server.OrmException
java.io.IOException