OpenShift Java Client 2.5.0.Final

com.openshift.client
Interface IUser

All Superinterfaces:
IOpenShiftResource
All Known Implementing Classes:
UserResource

public interface IUser
extends IOpenShiftResource

Author:
André Dietisheim

Field Summary
static String ID
           
 
Method Summary
 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)
           
 
Methods inherited from interface com.openshift.client.IOpenShiftResource
getCreationLog, getMessages, hasCreationLog, refresh
 

Field Detail

ID

static final String ID
See Also:
Constant Field Values
Method Detail

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()

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.