Class CreateAccount

java.lang.Object
com.google.gerrit.server.restapi.account.CreateAccount
All Implemented Interfaces:
RestCollectionCreateView<TopLevelResource,AccountResource,AccountInput>, RestCollectionView<TopLevelResource,AccountResource,AccountInput>, RestView<AccountResource>

public class CreateAccount extends Object implements RestCollectionCreateView<TopLevelResource,AccountResource,AccountInput>
REST endpoint for creating a new account.

This REST endpoint handles PUT /accounts/<account-identifier> requests if the specified account doesn't exist yet. If it already exists, the request is handled by PutAccount.