Package com.google.gerrit.server.ssh
Class NoSshKeyCache
java.lang.Object
com.google.gerrit.server.ssh.NoSshKeyCache
- All Implemented Interfaces:
SshKeyCache
,SshKeyCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(Account.Id accountId, int seq, String encoded) void
static com.google.inject.Module
module()
-
Constructor Details
-
NoSshKeyCache
public NoSshKeyCache()
-
-
Method Details
-
module
public static com.google.inject.Module module() -
evict
- Specified by:
evict
in interfaceSshKeyCache
-
create
public AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException - Specified by:
create
in interfaceSshKeyCreator
- Throws:
com.google.gerrit.exceptions.InvalidSshKeyException
-