Uses of Interface
org.jclouds.vcloud.domain.VCloudSession

Packages that use VCloudSession
org.jclouds.vcloud   
org.jclouds.vcloud.config   
org.jclouds.vcloud.functions   
 

Uses of VCloudSession in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return types with arguments of type VCloudSession
 com.google.common.util.concurrent.ListenableFuture<VCloudSession> VCloudLoginAsyncClient.login()
          This request returns a token to use in subsequent requests.
 

Uses of VCloudSession in org.jclouds.vcloud.config
 

Fields in org.jclouds.vcloud.config with type parameters of type VCloudSession
protected  com.google.common.base.Supplier<VCloudSession> CommonVCloudRestClientModule.OrgMapSupplier.sessionSupplier
           
 

Method parameters in org.jclouds.vcloud.config with type arguments of type VCloudSession
protected  Iterable<ReferenceType> CommonVCloudRestClientModule.provideOrgs(com.google.common.base.Supplier<VCloudSession> cache, String user)
           
 

Constructor parameters in org.jclouds.vcloud.config with type arguments of type VCloudSession
CommonVCloudRestClientModule.OrgMapSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier, com.google.common.base.Function<Iterable<String>,Iterable<? extends Org>> organizationsForNames)
           
 

Uses of VCloudSession in org.jclouds.vcloud.functions
 

Methods in org.jclouds.vcloud.functions that return VCloudSession
 VCloudSession ParseLoginResponseFromHeaders.apply(org.jclouds.http.HttpResponse from)
          parses the http response headers to create a new VCloudSession object.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.