public class NoSshKeyCache extends Object implements SshKeyCache, SshKeyCreator
| Constructor and Description |
|---|
NoSshKeyCache() |
| Modifier and Type | Method and Description |
|---|---|
AccountSshKey |
create(Account.Id accountId,
int seq,
String encoded) |
void |
evict(String username) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public void evict(String username)
evict in interface SshKeyCachepublic AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException
create in interface SshKeyCreatorcom.google.gerrit.exceptions.InvalidSshKeyException