|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOpenShiftSSHKey
Method Summary | |
---|---|
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. |
Methods inherited from interface com.openshift.client.ISSHPublicKey |
---|
getKeyType, getPublicKey |
Method Detail |
---|
String getName()
void setPublicKey(String publicKey) throws OpenShiftException
publicKey
- the new public key porition of this key
OpenShiftException
void setKeyType(SSHKeyType type, String publicKey) throws OpenShiftException
type
-
OpenShiftException
void destroy() throws OpenShiftException
OpenShiftException
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |