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