Interface SshKeyCache

All Known Implementing Classes:
NoSshKeyCache, SshKeyCacheImpl

public interface SshKeyCache
Permits controlling the contents of the SSH key cache area.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evict(String username)
     
  • Method Details

    • evict

      void evict(String username)