Uses of Class
org.jclouds.rest.AuthorizationException

Packages that use AuthorizationException
org.jclouds.compute.config   
org.jclouds.deltacloud.config   
org.jclouds.loadbalancer.config   
org.jclouds.location.config   
org.jclouds.rest.suppliers   
org.jclouds.savvis.vpdc.config   
org.jclouds.trmk.vcloud_0_8.config   
org.jclouds.vcloud.config   
 

Uses of AuthorizationException in org.jclouds.compute.config
 

Fields in org.jclouds.compute.config with type parameters of type AuthorizationException
protected  AtomicReference<AuthorizationException> BaseComputeServiceContextModule.authException
           
 

Uses of AuthorizationException in org.jclouds.deltacloud.config
 

Fields in org.jclouds.deltacloud.config with type parameters of type AuthorizationException
protected  AtomicReference<AuthorizationException> DeltacloudRestClientModule.authException
           
 

Uses of AuthorizationException in org.jclouds.loadbalancer.config
 

Fields in org.jclouds.loadbalancer.config with type parameters of type AuthorizationException
protected  AtomicReference<AuthorizationException> BaseLoadBalancerServiceContextModule.authException
           
 

Uses of AuthorizationException in org.jclouds.location.config
 

Fields in org.jclouds.location.config with type parameters of type AuthorizationException
protected  AtomicReference<AuthorizationException> LocationModule.authException
           
 

Constructor parameters in org.jclouds.location.config with type arguments of type AuthorizationException
JustProviderLocationModule(AtomicReference<AuthorizationException> authException)
           
LocationModule(AtomicReference<AuthorizationException> authException)
           
 

Uses of AuthorizationException in org.jclouds.rest.suppliers
 

Constructor parameters in org.jclouds.rest.suppliers with type arguments of type AuthorizationException
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<T> delegate)
           
SetAndThrowAuthorizationExceptionSupplier(com.google.common.base.Supplier<T> delegate, AtomicReference<AuthorizationException> authException)
           
 

Uses of AuthorizationException in org.jclouds.savvis.vpdc.config
 

Fields in org.jclouds.savvis.vpdc.config with type parameters of type AuthorizationException
protected  AtomicReference<AuthorizationException> VPDCRestClientModule.authException
           
 

Uses of AuthorizationException in org.jclouds.trmk.vcloud_0_8.config
 

Method parameters in org.jclouds.trmk.vcloud_0_8.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> TerremarkVCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.OrgCatalogSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,Map<String,? extends CatalogItem>>>> TerremarkVCloudRestClientModule.provideOrgCatalogItemSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.OrgCatalogItemSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,? extends Org>> TerremarkVCloudRestClientModule.provideOrgMapCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.OrgMapSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,ReferenceType>> TerremarkVCloudRestClientModule.provideOrgToKeysListCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.OrgNameToKeysListSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> TerremarkVCloudRestClientModule.provideOrgVDCSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.OrgVDCSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<URI,? extends VDC>> TerremarkVCloudRestClientModule.provideURIToVDC(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudRestClientModule.URItoVDC supplier)
           
protected  com.google.common.base.Supplier<VCloudSession> TerremarkVCloudRestClientModule.provideVCloudTokenCache(long seconds, AtomicReference<AuthorizationException> authException, TerremarkVCloudLoginAsyncClient login)
           
protected  com.google.common.base.Supplier<Map<String,ReferenceType>> TerremarkVCloudRestClientModule.provideVDCtoORG(long seconds, AtomicReference<AuthorizationException> authException, org.jclouds.trmk.vcloud_0_8.config.TerremarkVCloudRestClientModule.OrgNameToOrgSupplier supplier)
           
 

Uses of AuthorizationException in org.jclouds.vcloud.config
 

Method parameters in org.jclouds.vcloud.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> VCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgCatalogSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,Map<String,? extends CatalogItem>>>> VCloudRestClientModule.provideOrgCatalogItemSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgCatalogItemSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,? extends Org>> VCloudRestClientModule.provideOrgMapCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgMapSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> VCloudRestClientModule.provideOrgVDCSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgVDCSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<URI,? extends VDC>> VCloudRestClientModule.provideURIToVDC(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.URItoVDC supplier)
           
protected  com.google.common.base.Supplier<VCloudSession> VCloudRestClientModule.provideVCloudTokenCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudLoginAsyncClient login)
           
protected  com.google.common.base.Supplier<Map<String,ReferenceType>> VCloudRestClientModule.provideVDCtoORG(long seconds, AtomicReference<AuthorizationException> authException, org.jclouds.vcloud.config.VCloudRestClientModule.OrgNameToOrgSupplier supplier)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.