OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.ISSHPublicKey

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

Uses of ISSHPublicKey in com.openshift.client
 

Subinterfaces of ISSHPublicKey in com.openshift.client
 interface IOpenShiftSSHKey
           
 

Classes in com.openshift.client that implement ISSHPublicKey
 class SSHKeyPair
           
 class SSHPublicKey
           
 

Methods in com.openshift.client with parameters of type ISSHPublicKey
 IOpenShiftSSHKey IUser.putSSHKey(String name, ISSHPublicKey key)
           
 

Uses of ISSHPublicKey in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement ISSHPublicKey
 class SSHKeyResource
           
 

Methods in com.openshift.internal.client with parameters of type ISSHPublicKey
 IOpenShiftSSHKey UserResource.putSSHKey(String name, ISSHPublicKey key)
          Adds the given ssh key with the given name.
 

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

Classes in com.openshift.internal.client.ssh that implement ISSHPublicKey
 class AbstractSSHKey
           
 


OpenShift Java Client 2.5.0.Final

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