| Package | Description |
|---|---|
| com.openshift.client | |
| com.openshift.internal.client |
| Modifier and Type | Method and Description |
|---|---|
IOpenShiftSSHKey |
IUser.addSSHKey(String name,
ISSHPublicKey key)
Adds the given ssh key with the given name.
|
IOpenShiftSSHKey |
IUser.getSSHKeyByName(String name) |
IOpenShiftSSHKey |
IUser.getSSHKeyByPublicKey(String publicKey) |
IOpenShiftSSHKey |
IUser.putSSHKey(String name,
ISSHPublicKey key)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IOpenShiftSSHKey> |
IUser.getSSHKeys() |
| Modifier and Type | Class and Description |
|---|---|
class |
SSHKeyResource |
| Modifier and Type | Method and Description |
|---|---|
IOpenShiftSSHKey |
UserResource.addSSHKey(String name,
ISSHPublicKey key) |
IOpenShiftSSHKey |
UserResource.getSSHKeyByName(String name) |
IOpenShiftSSHKey |
UserResource.getSSHKeyByPublicKey(String publicKey) |
IOpenShiftSSHKey |
UserResource.putSSHKey(String name,
ISSHPublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<IOpenShiftSSHKey> |
UserResource.getSSHKeys() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.