Uses of Class
org.jclouds.location.Provider
-
-
Uses of Provider in org.jclouds.atmos.blobstore
Constructor parameters in org.jclouds.atmos.blobstore with annotations of type Provider Constructor Description AtmosBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2ObjectGetOptions, SignRequest signer, com.google.common.base.Supplier<URI> endpointProvider, com.google.common.base.Supplier<Credentials> creds, DateService dateService, com.google.inject.Provider<String> timeStampProvider)
AtmosBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2ObjectGetOptions, SignRequest signer, com.google.common.base.Supplier<URI> endpointProvider, com.google.common.base.Supplier<Credentials> creds, DateService dateService, com.google.inject.Provider<String> timeStampProvider)
-
Uses of Provider in org.jclouds.atmos.filters
Constructor parameters in org.jclouds.atmos.filters with annotations of type Provider Constructor Description ShareUrl(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, Crypto crypto)
ShareUrl(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, Crypto crypto)
SignRequest(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
-
Uses of Provider in org.jclouds.aws.ec2.compute.internal
Constructor parameters in org.jclouds.aws.ec2.compute.internal with annotations of type Provider Constructor Description AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
AWSEC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, AWSEC2ComputeService computeService, Utils utils)
-
Uses of Provider in org.jclouds.aws.s3.blobstore.internal
Constructor parameters in org.jclouds.aws.s3.blobstore.internal with annotations of type Provider Constructor Description AWSS3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
AWSS3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
-
Uses of Provider in org.jclouds.aws.s3.filters
Constructor parameters in org.jclouds.aws.s3.filters with annotations of type Provider Constructor Description AWSRequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)
-
Uses of Provider in org.jclouds.azure.storage.filters
Constructor parameters in org.jclouds.azure.storage.filters with annotations of type Provider Constructor Description SharedKeyLiteAuthentication(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter)
-
Uses of Provider in org.jclouds.azure.storage.util.storageurl
Constructor parameters in org.jclouds.azure.storage.util.storageurl with annotations of type Provider Constructor Description AppendAccountToEndpoint(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier)
AppendAccountToEndpoint(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier)
StorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier, AuthType authType, String account)
StorageAccountInVhost(com.google.common.base.Supplier<URI> endpointSupplier, com.google.common.base.Supplier<Credentials> credentialsSupplier, AuthType authType, String account)
-
Uses of Provider in org.jclouds.azureblob.blobstore
Constructor parameters in org.jclouds.azureblob.blobstore with annotations of type Provider Constructor Description AzureBlobRequestSigner(BlobToHttpGetOptions blob2HttpGetOptions, com.google.inject.Provider<String> timeStampProvider, DateService dateService, SharedKeyLiteAuthentication auth, com.google.common.base.Supplier<Credentials> creds, boolean sasAuthentication, StorageUrlSupplier storageUriSupplier, AuthType authType)
-
Uses of Provider in org.jclouds.azureblob.config
Method parameters in org.jclouds.azureblob.config with annotations of type Provider Modifier and Type Method Description protected boolean
AzureBlobHttpApiModule. authSAS(com.google.common.base.Supplier<Credentials> creds)
checks which Authentication type is used -
Uses of Provider in org.jclouds.blobstore
Constructor parameters in org.jclouds.blobstore with annotations of type Provider Constructor Description LocalBlobRequestSigner(BasicAuthentication basicAuth, BlobToHttpGetOptions blob2HttpGetOptions, com.google.common.base.Supplier<URI> endpoint, ContentMetadataCodec contentMetadataCodec)
-
Uses of Provider in org.jclouds.blobstore.internal
Constructor parameters in org.jclouds.blobstore.internal with annotations of type Provider Constructor Description BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
-
Uses of Provider in org.jclouds.byon.suppliers
Constructor parameters in org.jclouds.byon.suppliers with annotations of type Provider Constructor Description SupplyFromProviderURIOrNodesProperty(com.google.common.base.Supplier<URI> url)
-
Uses of Provider in org.jclouds.chef.config
Method parameters in org.jclouds.chef.config with annotations of type Provider Modifier and Type Method Description com.google.common.base.Supplier<PrivateKey>
ChefHttpApiModule. supplyKey(com.google.common.cache.LoadingCache<Credentials,PrivateKey> keyCache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.chef.filters
Constructor parameters in org.jclouds.chef.filters with annotations of type Provider Constructor Description SignedHeaderAuth(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, javax.inject.Provider<String> timeStampProvider, HttpUtils utils, Crypto crypto)
-
Uses of Provider in org.jclouds.cloudstack.config
Method parameters in org.jclouds.cloudstack.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<LoginResponse>
CloudStackHttpApiModule. provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.cloudstack.filters
Constructor parameters in org.jclouds.cloudstack.filters with annotations of type Provider Constructor Description QuerySigner(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils)
-
Uses of Provider in org.jclouds.cloudstack.suppliers
Constructor parameters in org.jclouds.cloudstack.suppliers with annotations of type Provider Constructor Description GetCurrentUser(CloudStackApi client, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.compute.config
Method parameters in org.jclouds.compute.config with annotations of type Provider Modifier and Type Method Description protected TemplateBuilder
BaseComputeServiceContextModule. provideTemplateOptionallyFromProperties(com.google.inject.Injector injector, TemplateBuilder template, String provider, ValueOfConfigurationKeyOrNull config)
The default template if none is provided.Constructor parameters in org.jclouds.compute.config with annotations of type Provider Constructor Description GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider, ValueOfConfigurationKeyOrNull config, Map<String,Credentials> credentialStore)
-
Uses of Provider in org.jclouds.compute.internal
Constructor parameters in org.jclouds.compute.internal with annotations of type Provider Constructor Description ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, ComputeService computeService, Utils utils)
-
Uses of Provider in org.jclouds.compute.stub.config
Method parameters in org.jclouds.compute.stub.config with annotations of type Provider Modifier and Type Method Description protected Integer
StubComputeServiceDependenciesModule. provideGroupIdForIdentity(com.google.common.base.Supplier<Credentials> creds)
protected ConcurrentMap<String,SecurityGroup>
StubComputeServiceDependenciesModule. provideGroups(com.google.common.base.Supplier<Credentials> creds)
protected com.google.common.collect.Multimap<String,SecurityGroup>
StubComputeServiceDependenciesModule. provideGroupsForNode(com.google.common.base.Supplier<Credentials> creds)
protected Integer
StubComputeServiceDependenciesModule. provideNodeIdForIdentity(com.google.common.base.Supplier<Credentials> creds)
protected ConcurrentMap<String,NodeMetadata>
StubComputeServiceDependenciesModule. provideNodesForIdentity(com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.ec2.compute.internal
Constructor parameters in org.jclouds.ec2.compute.internal with annotations of type Provider Constructor Description EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
EC2ComputeServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, EC2ComputeService computeService, Utils utils)
-
Uses of Provider in org.jclouds.gogrid.filters
Constructor parameters in org.jclouds.gogrid.filters with annotations of type Provider Constructor Description SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds, Long timeStamp, HttpUtils utils)
-
Uses of Provider in org.jclouds.googlecloudstorage.blobstore
Constructor parameters in org.jclouds.googlecloudstorage.blobstore with annotations of type Provider Constructor Description GoogleCloudStorageBlobRequestSigner(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> privateKey, javax.inject.Provider<Long> timestamp, HttpUtils utils)
-
Uses of Provider in org.jclouds.googlecloudstorage.config
Method parameters in org.jclouds.googlecloudstorage.config with annotations of type Provider Modifier and Type Method Description com.google.common.base.Supplier<String>
GoogleCloudStorageHttpApiModule. supplyProject(com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.http.filters
Constructor parameters in org.jclouds.http.filters with annotations of type Provider Constructor Description BasicAuthentication(com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.internal
Constructor parameters in org.jclouds.internal with annotations of type Provider Constructor Description BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
ContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer)
-
Uses of Provider in org.jclouds.loadbalancer.internal
Constructor parameters in org.jclouds.loadbalancer.internal with annotations of type Provider Constructor Description LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
LoadBalancerServiceContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, LoadBalancerService loadBalancerService, Utils utils)
-
Uses of Provider in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<URI>
LocationModule. provideProvider(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached)
-
Uses of Provider in org.jclouds.location.suppliers.all
Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Provider Constructor Description JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
-
Uses of Provider in org.jclouds.location.suppliers.fromconfig
-
Uses of Provider in org.jclouds.location.suppliers.implicit
Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Provider Constructor Description GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
-
Uses of Provider in org.jclouds.openstack.config
Method parameters in org.jclouds.openstack.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<AuthenticationResponse>
OpenStackAuthenticationModule. provideAuthenticationResponseSupplier(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> cache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.openstack.keystone.auth.config
Method parameters in org.jclouds.openstack.keystone.auth.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<AuthInfo>
AuthenticationModule. provideAuthInfoSupplier(com.google.common.cache.LoadingCache<Credentials,AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.openstack.keystone.catalog.config
Method parameters in org.jclouds.openstack.keystone.catalog.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<URI>
KeystoneAdminURLModule. provideIdentityAdminUrl(RegionIdToAdminURISupplier.Factory factory, String version, String keystoneVersion, com.google.common.base.Supplier<URI> providerURI)
in some cases, there is noServiceType.IDENTITY
entry in the service catalog. -
Uses of Provider in org.jclouds.openstack.keystone.v1_1.config
Method parameters in org.jclouds.openstack.keystone.v1_1.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<Auth>
AuthenticationServiceModule. provideAuthSupplier(com.google.common.cache.LoadingCache<Credentials,Auth> cache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of Provider in org.jclouds.openstack.swift.v1.blobstore
Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with annotations of type Provider Constructor Description RegionScopedBlobStoreContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String,BlobStore> blobStore, com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel)
RegionScopedBlobStoreContext(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String,BlobStore> blobStore, com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel)
-
Uses of Provider in org.jclouds.packet.compute.config
Method parameters in org.jclouds.packet.compute.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Predicate<String>
PacketComputeServiceContextModule. provideDeviceRunningPredicate(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod)
protected com.google.common.base.Predicate<String>
PacketComputeServiceContextModule. provideDeviceSuspendedPredicate(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod)
protected com.google.common.base.Predicate<String>
PacketComputeServiceContextModule. provideDeviceTerminatedPredicate(PacketApi api, com.google.common.base.Supplier<Credentials> creds, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod)
-
Uses of Provider in org.jclouds.providers.config
Methods in org.jclouds.providers.config with annotations of type Provider Modifier and Type Method Description protected Context
BindProviderMetadataContextAndCredentials. backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
Method parameters in org.jclouds.providers.config with annotations of type Provider Modifier and Type Method Description protected Context
BindProviderMetadataContextAndCredentials. backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
-
Uses of Provider in org.jclouds.rest.internal
Constructor parameters in org.jclouds.rest.internal with annotations of type Provider Constructor Description ApiContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer, com.google.inject.Injector injector, com.google.inject.TypeLiteral<A> api)
-
Uses of Provider in org.jclouds.route53.filters
Constructor parameters in org.jclouds.route53.filters with annotations of type Provider Constructor Description RestAuthentication(com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider)
-
Uses of Provider in org.jclouds.s3.blobstore.internal
Constructor parameters in org.jclouds.s3.blobstore.internal with annotations of type Provider Constructor Description S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
-
Uses of Provider in org.jclouds.s3.filters
Constructor parameters in org.jclouds.s3.filters with annotations of type Provider Constructor Description Aws4SignerForAuthorizationHeader(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForChunkedUpload(SignatureWire signatureWire, String headerTag, int userDataBlockSize, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForQueryString(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
RequestAuthorizeSignatureV2(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)
-
Uses of Provider in org.jclouds.ultradns.ws.filters
Constructor parameters in org.jclouds.ultradns.ws.filters with annotations of type Provider Constructor Description SOAPWrapWithPasswordAuth(com.google.common.base.Supplier<Credentials> creds)
-