Uses of Class
org.jclouds.openstack.OpenStackAuthAsyncClient.AuthenticationResponse

Packages that use OpenStackAuthAsyncClient.AuthenticationResponse
org.jclouds.cloudfiles.config   
org.jclouds.cloudloadbalancers.config   
org.jclouds.cloudservers.config   
org.jclouds.openstack   
org.jclouds.openstack.config   
org.jclouds.openstack.functions   
org.jclouds.openstack.nova.config   
org.jclouds.openstack.swift.config   
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.cloudfiles.config
 

Methods in org.jclouds.cloudfiles.config with parameters of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  URI CloudFilesRestClientModule.provideCDNUrl(OpenStackAuthAsyncClient.AuthenticationResponse response)
           
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.cloudloadbalancers.config
 

Method parameters in org.jclouds.cloudloadbalancers.config with type arguments of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  String CloudLoadBalancersRestClientModule.accountID(com.google.common.base.Supplier<OpenStackAuthAsyncClient.AuthenticationResponse> in)
           
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.cloudservers.config
 

Methods in org.jclouds.cloudservers.config with parameters of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  URI CloudServersRestClientModule.provideServerUrl(OpenStackAuthAsyncClient.AuthenticationResponse response)
           
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.openstack
 

Methods in org.jclouds.openstack that return types with arguments of type OpenStackAuthAsyncClient.AuthenticationResponse
 com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> OpenStackAuthAsyncClient.authenticate(String user, String key)
           
 com.google.common.util.concurrent.ListenableFuture<OpenStackAuthAsyncClient.AuthenticationResponse> OpenStackAuthAsyncClient.authenticateStorage(String user, String key)
           
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.openstack.config
 

Methods in org.jclouds.openstack.config that return OpenStackAuthAsyncClient.AuthenticationResponse
 OpenStackAuthAsyncClient.AuthenticationResponse OpenStackAuthenticationModule.GetAuthenticationResponse.get()
           
protected  OpenStackAuthAsyncClient.AuthenticationResponse OpenStackAuthenticationModule.provideAuthenticationResponse(com.google.common.base.Supplier<OpenStackAuthAsyncClient.AuthenticationResponse> supplier)
           
 

Methods in org.jclouds.openstack.config that return types with arguments of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  Future<OpenStackAuthAsyncClient.AuthenticationResponse> OpenStackAuthenticationModule.GetAuthenticationResponse.authenticate()
           
 

Method parameters in org.jclouds.openstack.config with type arguments of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  OpenStackAuthAsyncClient.AuthenticationResponse OpenStackAuthenticationModule.provideAuthenticationResponse(com.google.common.base.Supplier<OpenStackAuthAsyncClient.AuthenticationResponse> supplier)
           
protected  com.google.common.base.Supplier<String> OpenStackAuthenticationModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<OpenStackAuthAsyncClient.AuthenticationResponse> supplier)
          borrowing concurrency code to ensure that caching takes place properly
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.openstack.functions
 

Methods in org.jclouds.openstack.functions that return OpenStackAuthAsyncClient.AuthenticationResponse
 OpenStackAuthAsyncClient.AuthenticationResponse ParseAuthenticationResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new OpenStackAuthAsyncClient.AuthenticationResponse object.
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.openstack.nova.config
 

Methods in org.jclouds.openstack.nova.config with parameters of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  URI NovaRestClientModule.provideServerUrl(OpenStackAuthAsyncClient.AuthenticationResponse response)
           
 

Uses of OpenStackAuthAsyncClient.AuthenticationResponse in org.jclouds.openstack.swift.config
 

Methods in org.jclouds.openstack.swift.config that return types with arguments of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  Future<OpenStackAuthAsyncClient.AuthenticationResponse> SwiftRestClientModule.GetAuthenticationResponseForStorage.authenticate()
           
 

Methods in org.jclouds.openstack.swift.config with parameters of type OpenStackAuthAsyncClient.AuthenticationResponse
protected  URI SwiftRestClientModule.provideStorageUrl(OpenStackAuthAsyncClient.AuthenticationResponse response)
           
protected  URI BaseSwiftRestClientModule.provideStorageUrl(OpenStackAuthAsyncClient.AuthenticationResponse response)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.