com.openshift.client
Interface IUser
- All Superinterfaces:
- IOpenShiftResource
- All Known Implementing Classes:
- UserResource
public interface IUser
- extends IOpenShiftResource
- Author:
- André Dietisheim
ID
static final String ID
- See Also:
- Constant Field Values
getRhlogin
String getRhlogin()
getPassword
String getPassword()
getServer
String getServer()
getConnection
IOpenShiftConnection getConnection()
createDomain
IDomain createDomain(String id)
throws OpenShiftException
- Throws:
OpenShiftException
getDomains
List<IDomain> getDomains()
throws OpenShiftException
- Throws:
OpenShiftException
getDefaultDomain
IDomain getDefaultDomain()
throws OpenShiftException
- Throws:
OpenShiftException
getDomain
IDomain getDomain(String id)
throws OpenShiftException
- Throws:
OpenShiftException
hasDomain
boolean hasDomain()
throws OpenShiftException
- Throws:
OpenShiftException
hasDomain
boolean hasDomain(String id)
throws OpenShiftException
- Throws:
OpenShiftException
getSSHKeys
List<IOpenShiftSSHKey> getSSHKeys()
throws OpenShiftException
- Throws:
OpenShiftException
putSSHKey
IOpenShiftSSHKey putSSHKey(String name,
ISSHPublicKey key)
throws OpenShiftException
- Throws:
OpenShiftException
getSSHKeyByName
IOpenShiftSSHKey getSSHKeyByName(String name)
throws OpenShiftUnknonwSSHKeyTypeException,
OpenShiftException
- Throws:
OpenShiftUnknonwSSHKeyTypeException
OpenShiftException
getSSHKeyByPublicKey
IOpenShiftSSHKey getSSHKeyByPublicKey(String publicKey)
throws OpenShiftUnknonwSSHKeyTypeException,
OpenShiftException
- Throws:
OpenShiftUnknonwSSHKeyTypeException
OpenShiftException
hasSSHKeyName
boolean hasSSHKeyName(String name)
throws OpenShiftUnknonwSSHKeyTypeException,
OpenShiftException
- Throws:
OpenShiftUnknonwSSHKeyTypeException
OpenShiftException
hasSSHPublicKey
boolean hasSSHPublicKey(String publicKey)
throws OpenShiftUnknonwSSHKeyTypeException,
OpenShiftException
- Throws:
OpenShiftUnknonwSSHKeyTypeException
OpenShiftException
deleteKey
void deleteKey(String name)
getMaxGears
int getMaxGears()
getConsumedGears
int getConsumedGears()
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.