Uses of Class
org.jclouds.domain.Credentials
- 
- 
Uses of Credentials in org.jclouds
Fields in org.jclouds with type parameters of type Credentials Modifier and Type Field Description protected com.google.common.base.Optional<com.google.common.base.Supplier<Credentials>>ContextBuilder. credentialsSupplierOptionMethods in org.jclouds that return types with arguments of type Credentials Modifier and Type Method Description protected com.google.common.base.Supplier<Credentials>ContextBuilder. buildCredentialsSupplier(Properties expanded)Method parameters in org.jclouds with type arguments of type Credentials Modifier and Type Method Description static com.google.inject.InjectorContextBuilder. buildInjector(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, List<com.google.inject.Module> inputModules)ContextBuilderContextBuilder. credentialsSupplier(com.google.common.base.Supplier<Credentials> credentialsSupplier)returns the current login credentials. - 
Uses of Credentials in org.jclouds.atmos.filters
Constructor parameters in org.jclouds.atmos.filters with type arguments of type Credentials Constructor Description 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 Credentials in org.jclouds.aws.domain
Subclasses of Credentials in org.jclouds.aws.domain Modifier and Type Class Description classSessionCredentialsAWS credentials for API authentication. - 
Uses of Credentials in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Credentials Constructor Description AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AWSEC2Api client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.aws.ec2.compute.strategy
Fields in org.jclouds.aws.ec2.compute.strategy with type parameters of type Credentials Modifier and Type Field Description protected Map<String,Credentials>AWSEC2DestroyNodeStrategy. credentialStoreConstructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type Credentials Constructor Description AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, boolean generateInstanceNames, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentSpotRequestsAndInstances instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)AWSEC2DestroyNodeStrategy(AWSEC2Api client, GetNodeMetadataStrategy getNode, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, Map<String,Credentials> credentialStore) - 
Uses of Credentials in org.jclouds.aws.s3.filters
Constructor parameters in org.jclouds.aws.s3.filters with type arguments of type Credentials 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 Credentials in org.jclouds.azure.storage.filters
Constructor parameters in org.jclouds.azure.storage.filters with type arguments of type Credentials 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 Credentials in org.jclouds.azureblob.blobstore
Constructor parameters in org.jclouds.azureblob.blobstore with type arguments of type Credentials 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 Credentials in org.jclouds.azureblob.config
Method parameters in org.jclouds.azureblob.config with type arguments of type Credentials Modifier and Type Method Description protected booleanAzureBlobHttpApiModule. authSAS(com.google.common.base.Supplier<Credentials> creds)checks which Authentication type is used - 
Uses of Credentials in org.jclouds.azurecompute.arm.compute
Constructor parameters in org.jclouds.azurecompute.arm.compute with type arguments of type Credentials Constructor Description AzureComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.chef.config
Method parameters in org.jclouds.chef.config with type arguments of type Credentials 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)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 Credentials in org.jclouds.chef.filters
Constructor parameters in org.jclouds.chef.filters with type arguments of type Credentials 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 Credentials in org.jclouds.cloudstack.compute
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type Credentials Constructor Description CloudStackComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.cloudstack.compute.strategy
Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type Credentials Constructor Description CloudStackComputeServiceAdapter(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String,Network>> networkSupplier, com.google.common.base.Supplier<Map<String,Project>> projectSupplier, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork, CreatePortForwardingRulesForIP setupPortForwardingRulesForIP, CreateFirewallRulesForIP setupFirewallRulesForIP, com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules, Map<String,Credentials> credentialStore, Map<NetworkType,? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone, com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache, GroupNamingConvention.Factory namingConvention, GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider) - 
Uses of Credentials in org.jclouds.cloudstack.config
Methods in org.jclouds.cloudstack.config that return types with arguments of type Credentials Modifier and Type Method Description protected com.google.common.cache.LoadingCache<Credentials,LoginResponse>CloudStackHttpApiModule. provideLoginResponseCache(LoginWithPasswordCredentials getLoginResponse, int seconds)Method parameters in org.jclouds.cloudstack.config with type arguments of type Credentials 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)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 Credentials in org.jclouds.cloudstack.filters
Constructor parameters in org.jclouds.cloudstack.filters with type arguments of type Credentials Constructor Description QuerySigner(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils) - 
Uses of Credentials in org.jclouds.cloudstack.handlers
Constructor parameters in org.jclouds.cloudstack.handlers with type arguments of type Credentials Constructor Description InvalidateSessionAndRetryOn401AndLogoutOnClose(com.google.common.cache.LoadingCache<Credentials,LoginResponse> authenticationResponseCache, SessionApi sessionClient) - 
Uses of Credentials in org.jclouds.cloudstack.loaders
Methods in org.jclouds.cloudstack.loaders with parameters of type Credentials Modifier and Type Method Description LoginResponseLoginWithPasswordCredentials. load(Credentials input) - 
Uses of Credentials in org.jclouds.cloudstack.suppliers
Constructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type Credentials Constructor Description GetCurrentUser(CloudStackApi client, com.google.common.base.Supplier<Credentials> creds) - 
Uses of Credentials in org.jclouds.compute.config
Constructor parameters in org.jclouds.compute.config with type arguments of type Credentials Constructor Description GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider, ValueOfConfigurationKeyOrNull config, Map<String,Credentials> credentialStore) - 
Uses of Credentials in org.jclouds.compute.internal
Fields in org.jclouds.compute.internal with type parameters of type Credentials Modifier and Type Field Description protected Map<String,Credentials>BaseComputeService. credentialStoreConstructor parameters in org.jclouds.compute.internal with type arguments of type Credentials Constructor Description BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.compute.strategy.impl
Fields in org.jclouds.compute.strategy.impl with type parameters of type Credentials Modifier and Type Field Description protected Map<String,Credentials>ReturnCredentialsBoundToImage. credentialStoreConstructor parameters in org.jclouds.compute.strategy.impl with type arguments of type Credentials Constructor Description AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore, PrioritizeCredentialsFromTemplate prioritizeCredentialsFromTemplate, ComputeServiceAdapter<N,H,I,L> client, com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter, com.google.common.base.Function<I,Image> imageAdapter, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage)ReturnCredentialsBoundToImage(LoginCredentials creds, Map<String,Credentials> credentialStore, Map<OsFamily,LoginCredentials> osFamilyToCredentials) - 
Uses of Credentials in org.jclouds.compute.stub.config
Method parameters in org.jclouds.compute.stub.config with type arguments of type Credentials Modifier and Type Method Description protected IntegerStubComputeServiceDependenciesModule. 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 IntegerStubComputeServiceDependenciesModule. provideNodeIdForIdentity(com.google.common.base.Supplier<Credentials> creds)protected ConcurrentMap<String,NodeMetadata>StubComputeServiceDependenciesModule. provideNodesForIdentity(com.google.common.base.Supplier<Credentials> creds) - 
Uses of Credentials in org.jclouds.domain
Classes in org.jclouds.domain with type parameters of type Credentials Modifier and Type Class Description static classCredentials.Builder<T extends Credentials>Subclasses of Credentials in org.jclouds.domain Modifier and Type Class Description classLoginCredentialsMethods in org.jclouds.domain that return types with arguments of type Credentials Modifier and Type Method Description Credentials.Builder<? extends Credentials>Credentials. toBuilder()Methods in org.jclouds.domain with parameters of type Credentials Modifier and Type Method Description static LoginCredentials.BuilderLoginCredentials. builder(Credentials creds)static LoginCredentialsLoginCredentials. fromCredentials(Credentials creds) - 
Uses of Credentials in org.jclouds.dynect.v3.domain
Subclasses of Credentials in org.jclouds.dynect.v3.domain Modifier and Type Class Description classSessionCredentialsSession credentials for API authentication. - 
Uses of Credentials in org.jclouds.ec2.compute
Constructor parameters in org.jclouds.ec2.compute with type arguments of type Credentials Constructor Description EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, EC2Api client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type Credentials Modifier and Type Field Description protected Map<String,Credentials>RunningInstanceToNodeMetadata. credentialStore - 
Uses of Credentials in org.jclouds.ec2.compute.strategy
Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Credentials Constructor Description EC2CreateNodesInGroupThenAddToSet(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)EC2PopulateDefaultLoginCredentialsForImageStrategy(LoginCredentials creds, Map<String,Credentials> credentialStore, Map<OsFamily,LoginCredentials> osFamilyToCredentials) - 
Uses of Credentials in org.jclouds.elasticstack.compute.functions
Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Credentials Constructor Description WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, Map<String,Credentials> credentialStore) - 
Uses of Credentials in org.jclouds.gogrid.compute
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Credentials Constructor Description GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return Credentials Modifier and Type Method Description CredentialsGridServerApi. getServerCredentials(long id)Methods in org.jclouds.gogrid.features that return types with arguments of type Credentials Modifier and Type Method Description Map<String,Credentials>GridServerApi. getServerCredentialsList()Returns a map of running servers' names to the log in credentials. - 
Uses of Credentials in org.jclouds.gogrid.filters
Constructor parameters in org.jclouds.gogrid.filters with type arguments of type Credentials Constructor Description SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds, Long timeStamp, HttpUtils utils) - 
Uses of Credentials in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return Credentials Modifier and Type Method Description CredentialsParseCredentialsFromJsonResponse. apply(HttpResponse input)Methods in org.jclouds.gogrid.functions that return types with arguments of type Credentials Modifier and Type Method Description Map<String,Credentials>ParseServerNameToCredentialsMapFromJsonResponse. apply(HttpResponse arg0) - 
Uses of Credentials in org.jclouds.googlecloud
Methods in org.jclouds.googlecloud that return Credentials Modifier and Type Method Description CredentialsGoogleCredentialsFromJson. get() - 
Uses of Credentials in org.jclouds.googlecloudstorage.blobstore
Constructor parameters in org.jclouds.googlecloudstorage.blobstore with type arguments of type Credentials 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 Credentials in org.jclouds.googlecloudstorage.config
Method parameters in org.jclouds.googlecloudstorage.config with type arguments of type Credentials Modifier and Type Method Description com.google.common.base.Supplier<String>GoogleCloudStorageHttpApiModule. supplyProject(com.google.common.base.Supplier<Credentials> creds) - 
Uses of Credentials in org.jclouds.http.filters
Constructor parameters in org.jclouds.http.filters with type arguments of type Credentials Constructor Description BasicAuthentication(com.google.common.base.Supplier<Credentials> creds) - 
Uses of Credentials in org.jclouds.internal
Constructor parameters in org.jclouds.internal with type arguments of type Credentials Constructor Description ContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer) - 
Uses of Credentials in org.jclouds.json.config
Methods in org.jclouds.json.config that return Credentials Modifier and Type Method Description CredentialsGsonModule.CredentialsAdapterFactory. read(com.google.gson.stream.JsonReader in)Methods in org.jclouds.json.config with parameters of type Credentials Modifier and Type Method Description voidGsonModule.CredentialsAdapterFactory. write(com.google.gson.stream.JsonWriter out, Credentials credentials) - 
Uses of Credentials in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config that return types with arguments of type Credentials Modifier and Type Method Description com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse>OpenStackAuthenticationModule. provideAuthenticationResponseCache(OpenStackAuthenticationModule.GetAuthenticationResponse getAuthenticationResponse)Methods in org.jclouds.openstack.config with parameters of type Credentials Modifier and Type Method Description AuthenticationResponseOpenStackAuthenticationModule.GetAuthenticationResponse. load(Credentials input)Method parameters in org.jclouds.openstack.config with type arguments of type Credentials 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)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 Credentials in org.jclouds.openstack.handlers
Constructor parameters in org.jclouds.openstack.handlers with type arguments of type Credentials Constructor Description RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,AuthenticationResponse> authenticationResponseCache) - 
Uses of Credentials in org.jclouds.openstack.keystone.auth.config
Methods in org.jclouds.openstack.keystone.auth.config that return types with arguments of type Credentials Modifier and Type Method Description protected com.google.common.base.Function<Credentials,AuthInfo>AuthenticationModule. authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<Credentials,AuthInfo>> authenticationMethods)protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>AuthenticationModule. authenticationMethods(com.google.inject.Injector i)protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>AuthenticationModule. provideAuthenticationMethods(com.google.inject.Injector i)com.google.common.cache.LoadingCache<Credentials,AuthInfo>AuthenticationModule. provideAuthInfoCache(com.google.common.base.Function<Credentials,AuthInfo> getAccess)Method parameters in org.jclouds.openstack.keystone.auth.config with type arguments of type Credentials Modifier and Type Method Description protected com.google.common.base.Function<Credentials,AuthInfo>AuthenticationModule. authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<Credentials,AuthInfo>> authenticationMethods)com.google.common.cache.LoadingCache<Credentials,AuthInfo>AuthenticationModule. provideAuthInfoCache(com.google.common.base.Function<Credentials,AuthInfo> getAccess)protected com.google.common.base.Supplier<AuthInfo>AuthenticationModule. provideAuthInfoSupplier(com.google.common.cache.LoadingCache<Credentials,AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds)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 Credentials in org.jclouds.openstack.keystone.auth.functions
Methods in org.jclouds.openstack.keystone.auth.functions with parameters of type Credentials Modifier and Type Method Description AuthInfoBaseAuthenticator. apply(Credentials input) - 
Uses of Credentials in org.jclouds.openstack.keystone.v1_1.config
Methods in org.jclouds.openstack.keystone.v1_1.config that return types with arguments of type Credentials Modifier and Type Method Description protected com.google.common.cache.LoadingCache<Credentials,Auth>AuthenticationServiceModule. provideAuthCache(AuthenticationServiceModule.GetAuth getAuth, long sessionInterval)Methods in org.jclouds.openstack.keystone.v1_1.config with parameters of type Credentials Modifier and Type Method Description AuthAuthenticationServiceModule.GetAuth. load(Credentials input)Method parameters in org.jclouds.openstack.keystone.v1_1.config with type arguments of type Credentials 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)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 Credentials in org.jclouds.openstack.keystone.v1_1.handlers
Constructor parameters in org.jclouds.openstack.keystone.v1_1.handlers with type arguments of type Credentials Constructor Description RetryOnRenew(com.google.common.cache.LoadingCache<Credentials,Auth> authenticationResponseCache, BackoffLimitedRetryHandler backoffHandler) - 
Uses of Credentials in org.jclouds.openstack.nova.v2_0.compute
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type Credentials Constructor Description NovaComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) - 
Uses of Credentials in org.jclouds.openstack.swift.v1.config
Methods in org.jclouds.openstack.swift.v1.config that return types with arguments of type Credentials Modifier and Type Method Description protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>SwiftAuthenticationModule. authenticationMethods(com.google.inject.Injector i) - 
Uses of Credentials in org.jclouds.packet.compute.config
Method parameters in org.jclouds.packet.compute.config with type arguments of type Credentials 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 Credentials in org.jclouds.providers.config
Constructor parameters in org.jclouds.providers.config with type arguments of type Credentials Constructor Description BindProviderMetadataContextAndCredentials(ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds) - 
Uses of Credentials in org.jclouds.proxy
Methods in org.jclouds.proxy that return types with arguments of type Credentials Modifier and Type Method Description com.google.common.base.Optional<Credentials>ProxyConfig. getCredentials() - 
Uses of Credentials in org.jclouds.proxy.internal
Methods in org.jclouds.proxy.internal that return types with arguments of type Credentials Modifier and Type Method Description com.google.common.base.Optional<Credentials>GuiceProxyConfig. getCredentials() - 
Uses of Credentials in org.jclouds.rackspace.cloudidentity.v2_0.config
Methods in org.jclouds.rackspace.cloudidentity.v2_0.config that return types with arguments of type Credentials Modifier and Type Method Description protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>CloudIdentityAuthenticationModule. authenticationMethods(com.google.inject.Injector i) - 
Uses of Credentials in org.jclouds.rest
Methods in org.jclouds.rest that return types with arguments of type Credentials Modifier and Type Method Description Map<String,Credentials>Utils. credentialStore()retrieves a list of credentials for resources created within this context, keyed onidof the resource with a namespace prefix (ex. - 
Uses of Credentials in org.jclouds.rest.config
Methods in org.jclouds.rest.config that return Credentials Modifier and Type Method Description CredentialsCredentialStoreModule.CredentialsFromJsonByteSource. apply(com.google.common.io.ByteSource from)Methods in org.jclouds.rest.config that return types with arguments of type Credentials Modifier and Type Method Description protected Map<String,Credentials>CredentialStoreModule. provideCredentialStore(Map<String,com.google.common.io.ByteSource> backing, com.google.common.base.Function<Credentials,com.google.common.io.ByteSource> credentialsSerializer, com.google.common.base.Function<com.google.common.io.ByteSource,Credentials> credentialsDeserializer)Methods in org.jclouds.rest.config with parameters of type Credentials Modifier and Type Method Description com.google.common.io.ByteSourceCredentialStoreModule.CredentialsToJsonByteSource. apply(Credentials from)Method parameters in org.jclouds.rest.config with type arguments of type Credentials Modifier and Type Method Description protected Map<String,Credentials>CredentialStoreModule. provideCredentialStore(Map<String,com.google.common.io.ByteSource> backing, com.google.common.base.Function<Credentials,com.google.common.io.ByteSource> credentialsSerializer, com.google.common.base.Function<com.google.common.io.ByteSource,Credentials> credentialsDeserializer) - 
Uses of Credentials in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return types with arguments of type Credentials Modifier and Type Method Description Map<String,Credentials>UtilsImpl. credentialStore()Constructor parameters in org.jclouds.rest.internal with type arguments of type Credentials 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)UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory) - 
Uses of Credentials in org.jclouds.route53.filters
Constructor parameters in org.jclouds.route53.filters with type arguments of type Credentials Constructor Description RestAuthentication(com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider) - 
Uses of Credentials in org.jclouds.s3.filters
Fields in org.jclouds.s3.filters with type parameters of type Credentials Modifier and Type Field Description protected com.google.common.base.Supplier<Credentials>Aws4SignerBase. credsConstructor parameters in org.jclouds.s3.filters with type arguments of type Credentials Constructor Description Aws4SignerBase(SignatureWire signatureWire, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)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 Credentials in org.jclouds.scriptbuilder.functions
Methods in org.jclouds.scriptbuilder.functions that return Credentials Modifier and Type Method Description CredentialsCredentialsFromAdminAccess. apply(Statement input) - 
Uses of Credentials in org.jclouds.scriptbuilder.statements.login
Methods in org.jclouds.scriptbuilder.statements.login that return Credentials Modifier and Type Method Description CredentialsAdminAccess.Config. getAdminCredentials()CredentialsAdminAccess. getAdminCredentials() - 
Uses of Credentials in org.jclouds.ultradns.ws.filters
Constructor parameters in org.jclouds.ultradns.ws.filters with type arguments of type Credentials Constructor Description SOAPWrapWithPasswordAuth(com.google.common.base.Supplier<Credentials> creds) 
 -