Uses of Interface
org.jclouds.openstack.keystone.v2_0.KeystoneApi

Packages that use KeystoneApi
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.keystone.v2_0.config   
org.jclouds.openstack.keystone.v2_0.functions.internal   
 

Uses of KeystoneApi in org.jclouds.openstack.keystone.v2_0
 

Fields in org.jclouds.openstack.keystone.v2_0 with type parameters of type KeystoneApi
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<KeystoneApi,KeystoneAsyncApi>> KeystoneApiMetadata.CONTEXT_TOKEN
          Deprecated. please use org.jclouds.ContextBuilder#buildApi(KeystoneApi.class) as KeystoneAsyncApi interface will be removed in jclouds 1.7.
 

Uses of KeystoneApi in org.jclouds.openstack.keystone.v2_0.config
 

Classes in org.jclouds.openstack.keystone.v2_0.config with type parameters of type KeystoneApi
 class KeystoneRestClientModule<S extends KeystoneApi,A extends KeystoneAsyncApi>
          Configures the Keystone connection.
 

Method parameters in org.jclouds.openstack.keystone.v2_0.config with type arguments of type KeystoneApi
 com.google.common.cache.LoadingCache<String,Set<? extends Extension>> KeystoneRestClientModule.provideExtensionsByZone(javax.inject.Provider<KeystoneApi> keystoneApi)
           
 com.google.common.cache.LoadingCache<String,Set<? extends Extension>> KeystoneHttpApiModule.provideExtensionsByZone(javax.inject.Provider<KeystoneApi> keystoneApi)
           
 

Uses of KeystoneApi in org.jclouds.openstack.keystone.v2_0.functions.internal
 

Constructors in org.jclouds.openstack.keystone.v2_0.functions.internal with parameters of type KeystoneApi
ParseServices.ToPagedIterable(KeystoneApi api)
           
ParseTenants.ToPagedIterable(KeystoneApi api)
           
ParseUsers.ToPagedIterable(KeystoneApi api)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.