Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
SSHKeyResource(KeyResourceDTO dto,
UserResource user) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSSHKey.setKeyType(String keyTypeId) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.