public class GetSshKeys extends java.lang.Object implements com.google.gerrit.extensions.restapi.RestReadView<AccountResource>
Modifier and Type | Class and Description |
---|---|
static class |
GetSshKeys.SshKeyInfo |
Modifier and Type | Method and Description |
---|---|
java.util.List<GetSshKeys.SshKeyInfo> |
apply(AccountResource rsrc) |
java.util.List<GetSshKeys.SshKeyInfo> |
apply(IdentifiedUser user) |
public java.util.List<GetSshKeys.SshKeyInfo> apply(AccountResource rsrc) throws com.google.gerrit.extensions.restapi.AuthException, com.google.gwtorm.server.OrmException
apply
in interface com.google.gerrit.extensions.restapi.RestReadView<AccountResource>
com.google.gerrit.extensions.restapi.AuthException
com.google.gwtorm.server.OrmException
public java.util.List<GetSshKeys.SshKeyInfo> apply(IdentifiedUser user) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException