public class GetSshKeys extends java.lang.Object implements com.google.gerrit.extensions.restapi.RestReadView<AccountResource>
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gerrit.extensions.common.SshKeyInfo> |
apply(AccountResource rsrc) |
java.util.List<com.google.gerrit.extensions.common.SshKeyInfo> |
apply(IdentifiedUser user) |
static com.google.gerrit.extensions.common.SshKeyInfo |
newSshKeyInfo(com.google.gerrit.reviewdb.client.AccountSshKey sshKey) |
public java.util.List<com.google.gerrit.extensions.common.SshKeyInfo> apply(AccountResource rsrc) throws com.google.gerrit.extensions.restapi.AuthException, com.google.gwtorm.server.OrmException, org.eclipse.jgit.errors.RepositoryNotFoundException, java.io.IOException, org.eclipse.jgit.errors.ConfigInvalidException
apply
in interface com.google.gerrit.extensions.restapi.RestReadView<AccountResource>
com.google.gerrit.extensions.restapi.AuthException
com.google.gwtorm.server.OrmException
org.eclipse.jgit.errors.RepositoryNotFoundException
java.io.IOException
org.eclipse.jgit.errors.ConfigInvalidException
public java.util.List<com.google.gerrit.extensions.common.SshKeyInfo> apply(IdentifiedUser user) throws org.eclipse.jgit.errors.RepositoryNotFoundException, java.io.IOException, org.eclipse.jgit.errors.ConfigInvalidException
org.eclipse.jgit.errors.RepositoryNotFoundException
java.io.IOException
org.eclipse.jgit.errors.ConfigInvalidException
public static com.google.gerrit.extensions.common.SshKeyInfo newSshKeyInfo(com.google.gerrit.reviewdb.client.AccountSshKey sshKey)