Class OpenSshServerKeyDatabase.HostKeyFile
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.io.ModifiableFileWatcher
org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase.HostKeyFile
- All Implemented Interfaces:
Supplier<List<org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair>>
- Enclosing class:
- OpenSshServerKeyDatabase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair>
Fields inherited from class org.apache.sshd.common.util.io.ModifiableFileWatcher
options, STRICTLY_PROHIBITED_FILE_PERMISSION
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.io.ModifiableFileWatcher
checkReloadRequired, exists, getPath, lastModified, resetReloadAttributes, size, toPathResource, toPathResource, toString, updateReloadAttributes, validateStrictConfigFilePermissions
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
Field Details
-
entries
-
-
Constructor Details
-
HostKeyFile
-
-
Method Details
-
get
-
reload
private List<org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair> reload(Path path) throws IOException - Throws:
IOException
-