Class NoSshKeyCache

java.lang.Object
com.google.gerrit.server.ssh.NoSshKeyCache
All Implemented Interfaces:
SshKeyCache, SshKeyCreator

public class NoSshKeyCache extends Object implements SshKeyCache, SshKeyCreator
  • Constructor Details

    • NoSshKeyCache

      public NoSshKeyCache()
  • Method Details

    • module

      public static com.google.inject.Module module()
    • evict

      public void evict(String username)
      Specified by:
      evict in interface SshKeyCache
    • create

      public AccountSshKey create(Account.Id accountId, int seq, String encoded) throws com.google.gerrit.exceptions.InvalidSshKeyException
      Specified by:
      create in interface SshKeyCreator
      Throws:
      com.google.gerrit.exceptions.InvalidSshKeyException