OpenShift Java Client 2.5.0.Final

Uses of Class
com.openshift.client.OpenShiftUnknonwSSHKeyTypeException

Packages that use OpenShiftUnknonwSSHKeyTypeException
com.openshift.client   
com.openshift.internal.client   
com.openshift.internal.client.ssh   
 

Uses of OpenShiftUnknonwSSHKeyTypeException in com.openshift.client
 

Methods in com.openshift.client that throw OpenShiftUnknonwSSHKeyTypeException
static SSHKeyType SSHKeyType.getByJSchKeyType(int jschKeyType)
           
static SSHKeyType SSHKeyType.getByJSchKeyType(com.jcraft.jsch.KeyPair keyPair)
           
static SSHKeyType SSHKeyType.getByTypeId(String keyTypeId)
           
 IOpenShiftSSHKey IUser.getSSHKeyByName(String name)
           
 IOpenShiftSSHKey IUser.getSSHKeyByPublicKey(String publicKey)
           
 boolean IUser.hasSSHKeyName(String name)
           
 boolean IUser.hasSSHPublicKey(String publicKey)
           
 

Uses of OpenShiftUnknonwSSHKeyTypeException in com.openshift.internal.client
 

Methods in com.openshift.internal.client that throw OpenShiftUnknonwSSHKeyTypeException
 IOpenShiftSSHKey UserResource.getSSHKeyByName(String name)
           
 IOpenShiftSSHKey UserResource.getSSHKeyByPublicKey(String publicKey)
           
 List<IOpenShiftSSHKey> UserResource.getSSHKeys()
           
 boolean UserResource.hasSSHKeyName(String name)
           
 boolean UserResource.hasSSHPublicKey(String publicKey)
           
protected  void SSHKeyResource.update(KeyResourceDTO dto)
           
 

Constructors in com.openshift.internal.client that throw OpenShiftUnknonwSSHKeyTypeException
SSHKeyResource(KeyResourceDTO dto, UserResource user)
           
 

Uses of OpenShiftUnknonwSSHKeyTypeException in com.openshift.internal.client.ssh
 

Methods in com.openshift.internal.client.ssh that throw OpenShiftUnknonwSSHKeyTypeException
protected  void AbstractSSHKey.setKeyType(String keyTypeId)
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.