Uses of Class
org.jclouds.rest.AuthorizationException

Packages that use AuthorizationException
org.jclouds.aws.ec2.compute.config   
org.jclouds.cloudstack.compute.config   
org.jclouds.compute.config   
org.jclouds.deltacloud.config   
org.jclouds.ec2.compute.config   
org.jclouds.location.config   
org.jclouds.rest.config   
org.jclouds.rest.suppliers   
org.jclouds.savvis.vpdc.config   
org.jclouds.softlayer.compute.config   
org.jclouds.trmk.vcloud_0_8.config   
org.jclouds.vcloud.config   
 

Uses of AuthorizationException in org.jclouds.aws.ec2.compute.config
 

Method parameters in org.jclouds.aws.ec2.compute.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Set<? extends Image>> AWSEC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Uses of AuthorizationException in org.jclouds.cloudstack.compute.config
 

Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type AuthorizationException
 com.google.common.base.Supplier<User> CloudStackComputeServiceContextModule.getCurrentUser(AtomicReference<AuthorizationException> authException, long seconds, GetCurrentUser getCurrentUser)
           
 com.google.common.base.Supplier<Map<Long,Network>> CloudStackComputeServiceContextModule.listNetworks(AtomicReference<AuthorizationException> authException, long seconds, NetworksForCurrentUser networksForCurrentUser)
           
 com.google.common.base.Supplier<Map<Long,String>> CloudStackComputeServiceContextModule.listOSCategories(AtomicReference<AuthorizationException> authException, long seconds, CloudStackClient client)
           
 com.google.common.base.Supplier<Map<Long,OSType>> CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<AuthorizationException> authException, long seconds, CloudStackClient client)
           
 

Uses of AuthorizationException in org.jclouds.compute.config
 

Method parameters in org.jclouds.compute.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
protected  com.google.common.base.Supplier<Set<? extends Image>> BaseComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
          For overriding; default impl is same as supplyImageCache(seconds, imageSupplier)
protected  com.google.common.base.Supplier<Set<? extends Hardware>> BaseComputeServiceContextModule.supplySizeCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareSupplier)
           
 

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.ec2.compute.config
 

Method parameters in org.jclouds.ec2.compute.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Set<? extends Image>> EC2ComputeServiceContextModule.supplyNonParsingImageCache(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector)
           
 

Uses of AuthorizationException in org.jclouds.location.config
 

Method parameters in org.jclouds.location.config with type arguments of type AuthorizationException
protected  com.google.common.base.Supplier<Location> LocationModule.implicitLocationSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitLocationSupplier uncached)
           
protected  com.google.common.base.Supplier<String> LocationModule.implicitRegionIdSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> LocationModule.isoCodesSupplier(AtomicReference<AuthorizationException> authException, long seconds, LocationIdToIso3166CodesSupplier uncached)
           
protected  com.google.common.base.Supplier<Set<? extends Location>> LocationModule.memoizedLocationsSupplier(AtomicReference<AuthorizationException> authException, long seconds, LocationsSupplier uncached)
           
protected  com.google.common.base.Supplier<URI> LocationModule.provideProvider(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached)
           
protected  com.google.common.base.Supplier<Set<String>> LocationModule.regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdsSupplier uncached)
           
protected  com.google.common.base.Supplier<Set<String>> LocationModule.regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdsSupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> LocationModule.regionIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> LocationModule.regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToZoneIdsSupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> LocationModule.zoneIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdToURISupplier uncached)
           
 

Uses of AuthorizationException in org.jclouds.rest.config
 

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

Uses of AuthorizationException in org.jclouds.rest.suppliers
 

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

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.softlayer.compute.config
 

Method parameters in org.jclouds.softlayer.compute.config with type arguments of type AuthorizationException
 com.google.common.base.Supplier<ProductPackage> SoftLayerComputeServiceContextModule.getProductPackage(AtomicReference<AuthorizationException> authException, long seconds, SoftLayerClient client, String virtualGuestPackageName)
          Many requests need the same productPackage, which is in this case the package for virtual guests.
 

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, TerremarkVCloudLoginClient 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,Catalog>>> VCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgCatalogSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,Map<String,CatalogItem>>>> VCloudRestClientModule.provideOrgCatalogItemSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgCatalogItemSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Org>> VCloudRestClientModule.provideOrgMapCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgMapSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,VDC>>> VCloudRestClientModule.provideOrgVDCSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgVDCSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<URI,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, VCloudLoginClient 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-2012 jclouds. All Rights Reserved.