Uses of Class
org.jclouds.rest.AuthorizationException
Packages that use AuthorizationException
Package
Description
-
Uses of AuthorizationException in org.jclouds.azurecompute.arm.config
Method parameters in org.jclouds.azurecompute.arm.config with type arguments of type AuthorizationExceptionModifier and TypeMethodDescriptionprotected final 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 AuthorizationExceptionModifier and TypeMethodDescriptionfinal com.google.common.base.Supplier
<User> CloudStackComputeServiceContextModule.getCurrentUser
(AtomicReference<AuthorizationException> authException, long seconds, GetCurrentUser getCurrentUser) CloudStackComputeServiceContextModule.listNetworks
(AtomicReference<AuthorizationException> authException, long seconds, NetworksForCurrentUser networksForCurrentUser) CloudStackComputeServiceContextModule.listOSCategories
(AtomicReference<AuthorizationException> authException, long seconds, CloudStackApi client) CloudStackComputeServiceContextModule.listOSTypes
(AtomicReference<AuthorizationException> authException, long seconds, CloudStackApi client) 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 AuthorizationExceptionModifier and TypeMethodDescriptionBaseComputeServiceContextModule.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) 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 AuthorizationExceptionModifierConstructorDescriptionImageCacheSupplier
(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 AuthorizationExceptionModifier and TypeMethodDescriptionprotected final 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 AuthorizationExceptionModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<Location> LocationModule.implicitLocationSupplier
(AtomicReference<AuthorizationException> authException, long seconds, ImplicitLocationSupplier uncached) protected final com.google.common.base.Supplier
<String> LocationModule.implicitRegionIdSupplier
(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached) protected final com.google.common.base.Supplier
<Map<String, com.google.common.base.Supplier<Set<String>>>> LocationModule.isoCodesSupplier
(AtomicReference<AuthorizationException> authException, long seconds, LocationIdToIso3166CodesSupplier uncached) LocationModule.memoizedLocationsSupplier
(AtomicReference<AuthorizationException> authException, long seconds, LocationsSupplier uncached) protected final com.google.common.base.Supplier
<URI> LocationModule.provideProvider
(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached) LocationModule.regionIdsSupplier
(AtomicReference<AuthorizationException> authException, long seconds, RegionIdFilter filter, RegionIdsSupplier uncached) LocationModule.regionIdToURISupplier
(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached) protected final com.google.common.base.Supplier
<Map<String, com.google.common.base.Supplier<Set<String>>>> LocationModule.regionIdToZoneIdsSupplier
(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToZoneIdsSupplier uncached) LocationModule.zoneIdsSupplier
(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdFilter filter, ZoneIdsSupplier uncached) 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 AuthorizationExceptionModifier and TypeFieldDescriptionprotected final AtomicReference
<AuthorizationException> RestModule.authException
-
Uses of AuthorizationException in org.jclouds.rest.suppliers
Method parameters in org.jclouds.rest.suppliers with type arguments of type AuthorizationExceptionModifier and TypeMethodDescriptionMemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.create
(AtomicReference<AuthorizationException> authException, com.google.common.base.Supplier<T> delegate, long duration, TimeUnit unit) 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 AuthorizationExceptionModifierConstructorDescriptionSetAndThrowAuthorizationExceptionSupplier
(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 AuthorizationExceptionModifier and TypeMethodDescriptionfinal com.google.common.base.Supplier
<ContainerVirtualGuestConfiguration> SoftLayerComputeServiceContextModule.getCreateObjectOptions
(AtomicReference<AuthorizationException> authException, long seconds, SoftLayerApi api)