Uses of Class
org.jclouds.rest.AuthorizationException

Packages that use AuthorizationException
org.jclouds.location.config   
org.jclouds.rest.config   
org.jclouds.rest.suppliers   
 

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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.