public interface IUser extends IOpenShiftResource
| Modifier and Type | Method and Description |
|---|---|
IDomain |
createDomain(String id) |
void |
deleteKey(String name) |
IOpenShiftConnection |
getConnection() |
int |
getConsumedGears() |
IDomain |
getDefaultDomain() |
IDomain |
getDomain(String id) |
List<IDomain> |
getDomains() |
int |
getMaxGears() |
String |
getPassword() |
String |
getRhlogin() |
String |
getServer() |
IOpenShiftSSHKey |
getSSHKeyByName(String name) |
IOpenShiftSSHKey |
getSSHKeyByPublicKey(String publicKey) |
List<IOpenShiftSSHKey> |
getSSHKeys() |
boolean |
hasDomain() |
boolean |
hasDomain(String id) |
boolean |
hasSSHKeyName(String name) |
boolean |
hasSSHPublicKey(String publicKey) |
IOpenShiftSSHKey |
putSSHKey(String name,
ISSHPublicKey key) |
getCreationLog, hasCreationLog, refreshstatic final String ID
String getRhlogin()
String getPassword()
String getServer()
IOpenShiftConnection getConnection()
IDomain createDomain(String id) throws OpenShiftException
OpenShiftExceptionList<IDomain> getDomains() throws OpenShiftException
OpenShiftExceptionIDomain getDefaultDomain() throws OpenShiftException
OpenShiftExceptionIDomain getDomain(String id) throws OpenShiftException
OpenShiftExceptionboolean hasDomain()
throws OpenShiftException
OpenShiftExceptionboolean hasDomain(String id) throws OpenShiftException
OpenShiftExceptionList<IOpenShiftSSHKey> getSSHKeys() throws OpenShiftException
OpenShiftExceptionIOpenShiftSSHKey putSSHKey(String name, ISSHPublicKey key) throws OpenShiftException
OpenShiftExceptionIOpenShiftSSHKey getSSHKeyByName(String name) throws OpenShiftUnknonwSSHKeyTypeException, OpenShiftException
IOpenShiftSSHKey getSSHKeyByPublicKey(String publicKey) throws OpenShiftUnknonwSSHKeyTypeException, OpenShiftException
boolean hasSSHKeyName(String name) throws OpenShiftUnknonwSSHKeyTypeException, OpenShiftException
boolean hasSSHPublicKey(String publicKey) throws OpenShiftUnknonwSSHKeyTypeException, OpenShiftException
void deleteKey(String name)
int getMaxGears()
int getConsumedGears()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.