Uses of Class
org.jclouds.rest.AuthorizationException
- 
- 
Uses of AuthorizationException in org.jclouds.azurecompute.arm.config
Method parameters in org.jclouds.azurecompute.arm.config with type arguments of type AuthorizationException Modifier and Type Method Description protected com.google.common.base.Supplier<ServicePrincipal>AzureComputeHttpApiModule. provideServicePrincipal(AzureComputeApi api, AtomicReference<AuthorizationException> authException, long seconds) - 
Uses of AuthorizationException in org.jclouds.cloudstack.compute.config
Method parameters in org.jclouds.cloudstack.compute.config with type arguments of type AuthorizationException Modifier and Type Method Description com.google.common.base.Supplier<User>CloudStackComputeServiceContextModule. getCurrentUser(AtomicReference<AuthorizationException> authException, long seconds, GetCurrentUser getCurrentUser)com.google.common.base.Supplier<Map<String,Network>>CloudStackComputeServiceContextModule. listNetworks(AtomicReference<AuthorizationException> authException, long seconds, NetworksForCurrentUser networksForCurrentUser)com.google.common.base.Supplier<Map<String,String>>CloudStackComputeServiceContextModule. listOSCategories(AtomicReference<AuthorizationException> authException, long seconds, CloudStackApi client)com.google.common.base.Supplier<Map<String,OSType>>CloudStackComputeServiceContextModule. listOSTypes(AtomicReference<AuthorizationException> authException, long seconds, CloudStackApi client)com.google.common.base.Supplier<Map<String,Project>>CloudStackComputeServiceContextModule. listProjects(AtomicReference<AuthorizationException> authException, long seconds, ProjectsForCurrentUser projectsForCurrentUser) - 
Uses of AuthorizationException in org.jclouds.compute.config
Method parameters in org.jclouds.compute.config with type arguments of type AuthorizationException Modifier and Type Method Description 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.Provider<GetImageStrategy> imageLoader, com.google.inject.Injector injector)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.compute.suppliers
Constructor parameters in org.jclouds.compute.suppliers with type arguments of type AuthorizationException Constructor Description ImageCacheSupplier(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, long sessionIntervalSeconds, AtomicReference<AuthorizationException> authException, com.google.inject.Provider<GetImageStrategy> imageLoader) - 
Uses of AuthorizationException in org.jclouds.elasticstack.compute.config
Method parameters in org.jclouds.elasticstack.compute.config with type arguments of type AuthorizationException Modifier and Type Method Description protected com.google.common.base.Supplier<List<WellKnownImage>>ElasticStackComputeServiceContextModule. provideWellKnownImageSupplier(AtomicReference<AuthorizationException> authException, long seconds, WellKnownImageSupplier uncached) - 
Uses of AuthorizationException in org.jclouds.location.config
Method parameters in org.jclouds.location.config with type arguments of type AuthorizationException Modifier and Type Method Description 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, RegionIdFilter filter, RegionIdsSupplier 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<Set<String>>LocationModule. zoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdFilter filter, ZoneIdsSupplier 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 Modifier and Type Field Description protected AtomicReference<AuthorizationException>RestModule. authException - 
Uses of AuthorizationException in org.jclouds.rest.suppliers
Method parameters in org.jclouds.rest.suppliers with type arguments of type AuthorizationException Modifier and Type Method Description static <T> MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T>MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier. create(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit)static <T> MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T>MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier. create(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit, ValueLoadedCallback<T> valueLoadedCallback)Creates a memoized supplier that calls the given callback each time values are loaded.Constructor parameters in org.jclouds.rest.suppliers with type arguments of type AuthorizationException Constructor Description SetAndThrowAuthorizationExceptionSupplier(com.google.common.base.Supplier<T> delegate, AtomicReference<AuthorizationException> authException) - 
Uses of AuthorizationException in org.jclouds.softlayer.compute.config
Method parameters in org.jclouds.softlayer.compute.config with type arguments of type AuthorizationException Modifier and Type Method Description com.google.common.base.Supplier<ContainerVirtualGuestConfiguration>SoftLayerComputeServiceContextModule. getCreateObjectOptions(AtomicReference<AuthorizationException> authException, long seconds, SoftLayerApi api) 
 -