Package org.apache.sshd.openpgp
Class PGPKeyFileWatcher
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.util.io.ModifiableFileWatcher
-
- org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
-
- org.apache.sshd.openpgp.PGPKeyFileWatcher
-
- All Implemented Interfaces:
org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
public class PGPKeyFileWatcher extends org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
Tracks the contents of a PGP key file - uses the defaultinstance
unless otherwise specified.
-
-
Constructor Summary
Constructors Constructor Description PGPKeyFileWatcher(java.nio.file.Path file)
PGPKeyFileWatcher(java.nio.file.Path file, java.nio.file.LinkOption... options)
PGPKeyFileWatcher(java.nio.file.Path file, org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader delegateLoader)
PGPKeyFileWatcher(java.nio.file.Path file, org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader delegateLoader, java.nio.file.LinkOption... options)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
getKeyPairResourceLoader, loadKeyPairs, reloadKeyPairs, setKeyPairResourceLoader
-
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
-
-
-
-
Constructor Detail
-
PGPKeyFileWatcher
public PGPKeyFileWatcher(java.nio.file.Path file)
-
PGPKeyFileWatcher
public PGPKeyFileWatcher(java.nio.file.Path file, java.nio.file.LinkOption... options)
-
PGPKeyFileWatcher
public PGPKeyFileWatcher(java.nio.file.Path file, org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader delegateLoader)
-
PGPKeyFileWatcher
public PGPKeyFileWatcher(java.nio.file.Path file, org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader delegateLoader, java.nio.file.LinkOption... options)
-
-