OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IUser

Packages that use IUser
com.openshift.client   
com.openshift.client.cartridge.selector   
com.openshift.internal.client   
 

Uses of IUser in com.openshift.client
 

Methods in com.openshift.client that return IUser
 IUser IOpenShiftConnection.getUser()
          Returns the user associated with the current OpenShift connection.
 IUser IDomain.getUser()
          Returns the currently connected user that manages this domain.
 

Uses of IUser in com.openshift.client.cartridge.selector
 

Methods in com.openshift.client.cartridge.selector with parameters of type IUser
 IStandaloneCartridge LatestStandaloneCartridge.get(IUser user)
           
 IEmbeddableCartridge LatestEmbeddableCartridge.get(IUser user)
           
 

Uses of IUser in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IUser
 class UserResource
           
 

Methods in com.openshift.internal.client that return IUser
 IUser DomainResource.getUser()
           
 IUser APIResource.getUser()
           
 


OpenShift Java Client 2.5.0.Final

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