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, getPublicKey
String getName()
void setPublicKey(String publicKey) throws OpenShiftException
publicKey
- the new public key porition of this keyOpenShiftException
void setKeyType(SSHKeyType type, String publicKey) throws OpenShiftException
type
- OpenShiftException
void destroy() throws OpenShiftException
OpenShiftException
Copyright © 2018 JBoss by Red Hat. All rights reserved.