|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOpenShiftSSHKey | |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Uses of IOpenShiftSSHKey in com.openshift.client |
---|
Methods in com.openshift.client that return IOpenShiftSSHKey | |
---|---|
IOpenShiftSSHKey |
IUser.getSSHKeyByName(String name)
|
IOpenShiftSSHKey |
IUser.getSSHKeyByPublicKey(String publicKey)
|
IOpenShiftSSHKey |
IUser.putSSHKey(String name,
ISSHPublicKey key)
|
Methods in com.openshift.client that return types with arguments of type IOpenShiftSSHKey | |
---|---|
List<IOpenShiftSSHKey> |
IUser.getSSHKeys()
|
Uses of IOpenShiftSSHKey in com.openshift.internal.client |
---|
Classes in com.openshift.internal.client that implement IOpenShiftSSHKey | |
---|---|
class |
SSHKeyResource
|
Methods in com.openshift.internal.client that return IOpenShiftSSHKey | |
---|---|
IOpenShiftSSHKey |
UserResource.getSSHKeyByName(String name)
|
IOpenShiftSSHKey |
UserResource.getSSHKeyByPublicKey(String publicKey)
|
IOpenShiftSSHKey |
UserResource.putSSHKey(String name,
ISSHPublicKey key)
Adds the given ssh key with the given name. |
Methods in com.openshift.internal.client that return types with arguments of type IOpenShiftSSHKey | |
---|---|
List<IOpenShiftSSHKey> |
UserResource.getSSHKeys()
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |