Interface SSHKeyStoreService
-
public interface SSHKeyStoreServiceEntry point API to access theSSHKeyStore
-
-
Field Summary
Fields Modifier and Type Field Description static StringSSH_KEY_STORE_PARAMEnvironment variable to load a customSSHKeyStoreon the system.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSHKeyStorekeyStore()Returns the current instance of theSSHKeyStore
-
-
-
Field Detail
-
SSH_KEY_STORE_PARAM
static final String SSH_KEY_STORE_PARAM
Environment variable to load a customSSHKeyStoreon the system. It should be a valid className extendingSSHKeyStore(e.g. -Dappformer.ssh.keystore=my.example.MySSHKeyStore. If the variable doesn't exist the default implementation of theSSHKeyStorewill be loaded.- See Also:
- Constant Field Values
-
-
Method Detail
-
keyStore
SSHKeyStore keyStore()
Returns the current instance of theSSHKeyStore- Returns:
-
-