Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Auth

Packages that use Auth
org.jclouds.openstack.keystone.v1_1   
org.jclouds.openstack.keystone.v1_1.config   
org.jclouds.openstack.keystone.v1_1.domain   
org.jclouds.openstack.keystone.v1_1.handlers   
org.jclouds.openstack.keystone.v1_1.suppliers   
 

Uses of Auth in org.jclouds.openstack.keystone.v1_1
 

Methods in org.jclouds.openstack.keystone.v1_1 that return Auth
 Auth ServiceClient.authenticate(String username, String key)
          Authenticate to generate a token.
 

Methods in org.jclouds.openstack.keystone.v1_1 that return types with arguments of type Auth
 com.google.common.util.concurrent.ListenableFuture<Auth> ServiceAsyncClient.authenticate(String username, String key)
           
 

Uses of Auth in org.jclouds.openstack.keystone.v1_1.config
 

Methods in org.jclouds.openstack.keystone.v1_1.config that return types with arguments of type Auth
 com.google.common.cache.LoadingCache<Credentials,Auth> AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth)
           
protected  com.google.common.base.Supplier<Auth> AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache, Credentials creds)
           
 

Method parameters in org.jclouds.openstack.keystone.v1_1.config with type arguments of type Auth
 com.google.common.cache.LoadingCache<Credentials,Auth> AuthenticationServiceModule.provideAuthCache(com.google.common.base.Function<Credentials,Auth> getAuth)
           
protected  com.google.common.base.Supplier<String> AuthenticationServiceModule.provideAuthenticationTokenCache(com.google.common.base.Supplier<Auth> supplier)
          borrowing concurrency code to ensure that caching takes place properly
protected  com.google.common.base.Supplier<Auth> AuthenticationServiceModule.provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache, Credentials creds)
           
 

Uses of Auth in org.jclouds.openstack.keystone.v1_1.domain
 

Methods in org.jclouds.openstack.keystone.v1_1.domain that return Auth
 Auth Auth.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Auth
 int Auth.compareTo(Auth that)
           
 Auth.Builder Auth.Builder.fromAccess(Auth from)
           
 

Uses of Auth in org.jclouds.openstack.keystone.v1_1.handlers
 

Constructor parameters in org.jclouds.openstack.keystone.v1_1.handlers with type arguments of type Auth
RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache)
           
 

Uses of Auth in org.jclouds.openstack.keystone.v1_1.suppliers
 

Constructor parameters in org.jclouds.openstack.keystone.v1_1.suppliers with type arguments of type Auth
RegionIdToURIFromAuthForServiceSupplier(com.google.common.base.Supplier<Auth> auth, EndpointToSupplierURI endpointToSupplierURI, EndpointToRegion endpointToRegion, String apiType, String apiVersion)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.