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) voidstatic com.google.inject.Modulemodule()
-
Constructor Details
-
NoSshKeyCache
public NoSshKeyCache()
-
-
Method Details
-
module
public static com.google.inject.Module module() -
evict
- Specified by:
evictin interfaceSshKeyCache
-
create
public AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException - Specified by:
createin interfaceSshKeyCreator- Throws:
com.google.gerrit.exceptions.InvalidSshKeyException
-