public class NoSshKeyCache extends java.lang.Object implements SshKeyCache, SshKeyCreator
Constructor and Description |
---|
NoSshKeyCache() |
Modifier and Type | Method and Description |
---|---|
AccountSshKey |
create(AccountSshKey.Id id,
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(AccountSshKey.Id id, java.lang.String encoded) throws InvalidSshKeyException
create
in interface SshKeyCreator
InvalidSshKeyException