Class PutHttpPassword

java.lang.Object
com.google.gerrit.server.restapi.account.PutHttpPassword
All Implemented Interfaces:
RestModifyView<AccountResource,HttpPasswordInput>, RestView<AccountResource>

public class PutHttpPassword extends Object implements RestModifyView<AccountResource,HttpPasswordInput>
REST endpoint to set/delete the password for HTTP access of an account.

This REST endpoint handles PUT /accounts/<account-identifier>/password.http and DELETE /accounts/<account-identifier>/password.http requests.

Gerrit only stores the hash of the HTTP password, hence if an HTTP password was set it's not possible to get it back from Gerrit.