public interface IOpenShiftSSHKey extends ISSHPublicKey
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getName()
Returns the name that is used to store this key on OpenShift.
|
void |
setKeyType(SSHKeyType type,
String publicKey)
Sets the new type and public key of this ssh key to the OpenShift PaaS
|
void |
setPublicKey(String publicKey)
Sets the public key portion of this ssh key to the OpenShift PaaS.
|
getKeyType, getPublicKeyString getName()
void setPublicKey(String publicKey) throws OpenShiftException
publicKey - the new public key porition of this keyOpenShiftExceptionvoid setKeyType(SSHKeyType type, String publicKey) throws OpenShiftException
type - OpenShiftExceptionvoid destroy()
throws OpenShiftException
OpenShiftExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.