public interface SSHKeyStoreService
SSHKeyStore| Modifier and Type | Field and Description |
|---|---|
static String |
SSH_KEY_STORE_PARAM
Environment variable to load a custom
SSHKeyStore on the system. |
| Modifier and Type | Method and Description |
|---|---|
SSHKeyStore |
keyStore()
Returns the current instance of the
SSHKeyStore |
static final String SSH_KEY_STORE_PARAM
SSHKeyStore on the system. It should be a valid className
extending SSHKeyStore (e.g. -Dappformer.ssh.keystore=my.example.MySSHKeyStore.
If the variable doesn't exist the default implementation of the SSHKeyStore will be loaded.SSHKeyStore keyStore()
SSHKeyStoreCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.