public class PutHttpPassword extends java.lang.Object implements com.google.gerrit.extensions.restapi.RestModifyView<AccountResource,PutHttpPassword.Input>
Modifier and Type | Class and Description |
---|---|
static class |
PutHttpPassword.Input |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.Response<java.lang.String> |
apply(AccountResource rsrc,
PutHttpPassword.Input input) |
com.google.gerrit.extensions.restapi.Response<java.lang.String> |
apply(IdentifiedUser user,
java.lang.String newPassword) |
public com.google.gerrit.extensions.restapi.Response<java.lang.String> apply(AccountResource rsrc, PutHttpPassword.Input input) throws com.google.gerrit.extensions.restapi.AuthException, com.google.gerrit.extensions.restapi.ResourceNotFoundException, com.google.gerrit.extensions.restapi.ResourceConflictException, com.google.gwtorm.server.OrmException
apply
in interface com.google.gerrit.extensions.restapi.RestModifyView<AccountResource,PutHttpPassword.Input>
com.google.gerrit.extensions.restapi.AuthException
com.google.gerrit.extensions.restapi.ResourceNotFoundException
com.google.gerrit.extensions.restapi.ResourceConflictException
com.google.gwtorm.server.OrmException
public com.google.gerrit.extensions.restapi.Response<java.lang.String> apply(IdentifiedUser user, java.lang.String newPassword) throws com.google.gerrit.extensions.restapi.ResourceNotFoundException, com.google.gerrit.extensions.restapi.ResourceConflictException, com.google.gwtorm.server.OrmException
com.google.gerrit.extensions.restapi.ResourceNotFoundException
com.google.gerrit.extensions.restapi.ResourceConflictException
com.google.gwtorm.server.OrmException