| Constructor and 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)  | 
| Constructor and 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)  | 
| Constructor and Description | 
|---|
FormSigner(SignatureWire signatureWire,
          String apiVersion,
          com.google.common.base.Supplier<Credentials> creds,
          javax.inject.Provider<String> dateService,
          Crypto crypto,
          HttpUtils utils)  | 
| Constructor and Description | 
|---|
AWSS3BlobStoreContextImpl(Context backend,
                         com.google.common.reflect.TypeToken<? extends Context> backendType,
                         BlobMap.Factory blobMapFactory,
                         Utils utils,
                         ConsistencyModel consistencyModel,
                         InputStreamMap.Factory inputStreamMapFactory,
                         AsyncBlobStore ablobStore,
                         BlobStore blobStore,
                         BlobRequestSigner blobRequestSigner)  | 
AWSS3BlobStoreContextImpl(Context backend,
                         com.google.common.reflect.TypeToken<? extends Context> backendType,
                         BlobMap.Factory blobMapFactory,
                         Utils utils,
                         ConsistencyModel consistencyModel,
                         InputStreamMap.Factory inputStreamMapFactory,
                         AsyncBlobStore ablobStore,
                         BlobStore blobStore,
                         BlobRequestSigner blobRequestSigner)  | 
| Constructor and Description | 
|---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
                           com.google.common.base.Supplier<Credentials> creds,
                           javax.inject.Provider<String> timeStampProvider,
                           Crypto crypto,
                           HttpUtils utils)  | 
| Constructor and Description | 
|---|
LocalBlobRequestSigner(BasicAuthentication basicAuth,
                      BlobToHttpGetOptions blob2HttpGetOptions,
                      com.google.common.base.Supplier<URI> endpoint,
                      ContentMetadataCodec contentMetadataCodec)  | 
| Constructor and Description | 
|---|
BlobStoreContextImpl(Context backend,
                    com.google.common.reflect.TypeToken<? extends Context> backendType,
                    BlobMap.Factory blobMapFactory,
                    Utils utils,
                    ConsistencyModel consistencyModel,
                    InputStreamMap.Factory inputStreamMapFactory,
                    AsyncBlobStore ablobStore,
                    BlobStore blobStore,
                    BlobRequestSigner blobRequestSigner)  | 
BlobStoreContextImpl(Context backend,
                    com.google.common.reflect.TypeToken<? extends Context> backendType,
                    BlobMap.Factory blobMapFactory,
                    Utils utils,
                    ConsistencyModel consistencyModel,
                    InputStreamMap.Factory inputStreamMapFactory,
                    AsyncBlobStore ablobStore,
                    BlobStore blobStore,
                    BlobRequestSigner blobRequestSigner)  | 
| Constructor and Description | 
|---|
SupplyFromProviderURIOrNodesProperty(com.google.common.base.Supplier<URI> url)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<LoginResponse> | 
CloudStackRestClientModule.provideLoginResponseSupplier(com.google.common.cache.LoadingCache<Credentials,LoginResponse> cache,
                            com.google.common.base.Supplier<Credentials> creds)  | 
| Constructor and Description | 
|---|
QuerySigner(SignatureWire signatureWire,
           com.google.common.base.Supplier<Credentials> creds,
           Crypto crypto,
           HttpUtils utils)  | 
| Constructor and Description | 
|---|
GetCurrentUser(CloudStackClient client,
              com.google.common.base.Supplier<Credentials> creds)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected TemplateBuilder | 
BaseComputeServiceContextModule.provideTemplateOptionallyFromProperties(com.google.inject.Injector injector,
                                       TemplateBuilder template,
                                       String provider,
                                       ValueOfConfigurationKeyOrNull config)
The default template if none is provided. 
 | 
| Constructor and Description | 
|---|
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider,
                                                                ValueOfConfigurationKeyOrNull config,
                                                                Map<String,Credentials> credentialStore)  | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Integer | 
StubComputeServiceDependenciesModule.provideNodeIdForIdentity(com.google.common.base.Supplier<Credentials> creds)  | 
protected ConcurrentMap<String,NodeMetadata> | 
StubComputeServiceDependenciesModule.provideNodesForIdentity(com.google.common.base.Supplier<Credentials> creds)  | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Map<String,WellKnownImage> | 
ElasticStackComputeServiceContextModule.provideImages(Json json,
             String providerName)  | 
| Constructor and Description | 
|---|
SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds,
                           Long timeStamp,
                           HttpUtils utils)  | 
| Constructor and Description | 
|---|
HPCloudObjectStorageBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor,
                                     BlobToObject blobToObject,
                                     BlobToHttpGetOptions blob2HttpGetOptions,
                                     Crypto crypto,
                                     com.google.inject.Provider<Long> unixEpochTimestampProvider,
                                     com.google.common.base.Supplier<Access> access,
                                     com.google.common.base.Supplier<Credentials> creds)  | 
| Constructor and Description | 
|---|
BasicAuthentication(com.google.common.base.Supplier<Credentials> creds)  | 
| Constructor and 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)  | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<URI> | 
LocationModule.provideProvider(AtomicReference<AuthorizationException> authException,
               long seconds,
               ProviderURISupplier uncached)  | 
| Constructor and Description | 
|---|
RegionToEndpointOrProviderIfNull(String defaultProvider,
                                com.google.common.base.Supplier<URI> defaultUri,
                                com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)  | 
RegionToEndpointOrProviderIfNull(String defaultProvider,
                                com.google.common.base.Supplier<URI> defaultUri,
                                com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)  | 
| Constructor and 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)  | 
| Constructor and Description | 
|---|
GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier,
                                    com.google.common.base.Supplier<URI> providerUri)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<Access> | 
KeystoneAuthenticationModule.provideAccessSupplier(com.google.common.cache.LoadingCache<Credentials,Access> cache,
                     com.google.common.base.Supplier<Credentials> creds)  | 
protected com.google.common.base.Supplier<URI> | 
KeystoneRestClientModule.KeystoneAdminURLModule.provideStorageUrl(RegionIdToAdminURISupplier.Factory factory,
                 String version,
                 com.google.common.base.Supplier<URI> providerURI)
in some cases, there is no  
ServiceType.IDENTITY entry in the service catalog. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Context | 
BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i,
       com.google.common.reflect.TypeToken<? extends Context> backendType)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Context | 
BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i,
       com.google.common.reflect.TypeToken<? extends Context> backendType)  | 
| Constructor and 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)  | 
RestContextImpl(String name,
               ProviderMetadata providerMetadata,
               com.google.common.base.Supplier<Credentials> creds,
               Utils utils,
               Closer closer,
               com.google.inject.Injector injector,
               com.google.inject.TypeLiteral<S> syncApi,
               com.google.inject.TypeLiteral<A> asyncApi)
Deprecated.  
  | 
| Constructor and Description | 
|---|
RestAuthentication(com.google.common.base.Supplier<Credentials> creds,
                  javax.inject.Provider<String> timeStampProvider,
                  Crypto crypto)  | 
| Constructor and Description | 
|---|
S3BlobStoreContextImpl(Context backend,
                      com.google.common.reflect.TypeToken<? extends Context> backendType,
                      BlobMap.Factory blobMapFactory,
                      Utils utils,
                      ConsistencyModel consistencyModel,
                      InputStreamMap.Factory inputStreamMapFactory,
                      AsyncBlobStore ablobStore,
                      BlobStore blobStore,
                      BlobRequestSigner blobRequestSigner)  | 
S3BlobStoreContextImpl(Context backend,
                      com.google.common.reflect.TypeToken<? extends Context> backendType,
                      BlobMap.Factory blobMapFactory,
                      Utils utils,
                      ConsistencyModel consistencyModel,
                      InputStreamMap.Factory inputStreamMapFactory,
                      AsyncBlobStore ablobStore,
                      BlobStore blobStore,
                      BlobRequestSigner blobRequestSigner)  | 
| Constructor and Description | 
|---|
RequestAuthorizeSignature(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)  | 
| Constructor and Description | 
|---|
SOAPWrapWithPasswordAuth(com.google.common.base.Supplier<Credentials> creds)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.