Class GetSshKeys

java.lang.Object
com.google.gerrit.server.restapi.account.GetSshKeys
All Implemented Interfaces:
RestReadView<AccountResource>, RestView<AccountResource>

public class GetSshKeys extends Object implements RestReadView<AccountResource>
REST endpoint to list the SSH keys of an account.

This REST endpoint handles GET /accounts/<account-identifier>/sshkeys/ requests.